Skip to content

Commit

Permalink
Merge branch 'ershi/fix-changelog' into 'main'
Browse files Browse the repository at this point in the history
Fix changelog entries

See merge request omniverse/warp!809
  • Loading branch information
shi-eric committed Oct 18, 2024
2 parents 1b5a3ee + 7e089cb commit c191dbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

### Fixed

- Fix printing vector and matrix adjoints in backward kernels.
- Fix kernel compile error when printing structs.

## [1.4.1] - 2024-10-15

### Fixed
Expand All @@ -25,8 +28,6 @@
- Fix caching of kernels with static expressions.
- Fix `ModelBuilder.add_builder(builder)` to correctly update `articulation_start` and thereby `articulation_count` when `builder` contains more than one articulation.
- Re-introduced the `wp.rand*()`, `wp.sample*()`, and `wp.poisson()` onto the Python scope to revert a breaking change.
- Fix printing vector and matrix adjoints in backward kernels.
- Fix kernel compile error when printing structs.

## [1.4.0] - 2024-10-01

Expand Down

0 comments on commit c191dbe

Please sign in to comment.