Skip to content

Commit

Permalink
Merge branch 'ershi/fix-changelog-again' into 'main'
Browse files Browse the repository at this point in the history
More changelog cleanup [skip ci]

See merge request omniverse/warp!771
  • Loading branch information
shi-eric committed Oct 1, 2024
2 parents a8f59c5 + 4ba53a2 commit da9376b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
- Support shadowing builtin functions ([GH-308](https://github.com/NVIDIA/warp/issues/308)).
- Support for redefining function overloads.
- Add an ocean sample to the `omni.warp` extension.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of
function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- Add a contributing guide to the Sphinx docs.
- Add documentation for dynamic code generation.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- `warp.sim.VBDIntegrator` now supports body-particle collision.
- Add a [contributing guide](https://nvidia.github.io/warp/modules/contribution_guide.html) to the Sphinx docs .
- Add documentation for dynamic code generation ([docs](https://nvidia.github.io/warp/codegen.html#dynamic-kernel-creation)).
Expand Down
5 changes: 0 additions & 5 deletions exts/omni.warp.core/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
- Support shadowing builtin functions ([GH-308](https://github.com/NVIDIA/warp/issues/308)).
- Support for redefining function overloads.
- Add an ocean sample to the `omni.warp` extension.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of
function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- Add a contributing guide to the Sphinx docs.
- Add documentation for dynamic code generation.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- `warp.sim.VBDIntegrator` now supports body-particle collision.
- Add a [contributing guide](https://nvidia.github.io/warp/modules/contribution_guide.html) to the Sphinx docs .
- Add documentation for dynamic code generation ([docs](https://nvidia.github.io/warp/codegen.html#dynamic-kernel-creation)).
Expand Down
5 changes: 0 additions & 5 deletions exts/omni.warp/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
- Support shadowing builtin functions ([GH-308](https://github.com/NVIDIA/warp/issues/308)).
- Support for redefining function overloads.
- Add an ocean sample to the `omni.warp` extension.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of
function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- Add a contributing guide to the Sphinx docs.
- Add documentation for dynamic code generation.
- Support for a new `wp.static(expr)` function that allows arbitrary Python expressions to be evaluated at the time of function/kernel definition ([docs](https://nvidia.github.io/warp/codegen.html#static-expressions)).
- `warp.sim.VBDIntegrator` now supports body-particle collision.
- Add a [contributing guide](https://nvidia.github.io/warp/modules/contribution_guide.html) to the Sphinx docs .
- Add documentation for dynamic code generation ([docs](https://nvidia.github.io/warp/codegen.html#dynamic-kernel-creation)).
Expand Down

0 comments on commit da9376b

Please sign in to comment.