Skip to content

Commit

Permalink
Merge branch 'GH-407_changelog' into 'main'
Browse files Browse the repository at this point in the history
Fix changelog entry for GH-407

Closes GH-407

See merge request omniverse/warp!958
  • Loading branch information
daedalus5 committed Jan 7, 2025
2 parents 1be5607 + 9ce5285 commit b83fee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
([GH-412](https://github.com/NVIDIA/warp/issues/412)).
- Fix scale and rotation issues with the rock geometry used in the granular collision SDF example
([GH-409](https://github.com/NVIDIA/warp/issues/409)).
- Fix so that `wp.Tape.zero()` zeroes gradients passed via the 'grads' parameter in `wp.Tape.backward()` ([GH-407](https://github.com/NVIDIA/warp/issues/407)).

## [1.5.1] - 2025-01-02

Expand All @@ -43,7 +44,6 @@
([GH-344](https://github.com/NVIDIA/warp/issues/344)).
- Fix incorrect CUDA driver function versions ([GH-402](https://github.com/NVIDIA/warp/issues/402)).
- Fix allocating arrays with strides ([GH-404](https://github.com/NVIDIA/warp/issues/404)).
- Remove `const_gradients` from `wp.Tape`, allowing `wp.Tape.zero()` to zero all gradients on the Tape.

## [1.5.0] - 2024-12-02

Expand Down

0 comments on commit b83fee9

Please sign in to comment.