From 4ba53a277b1f0ddfefc2e669069c7c00a8540d1d Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Mon, 30 Sep 2024 23:43:23 -0700 Subject: [PATCH] More changelog cleanup [skip ci] --- CHANGELOG.md | 5 ----- exts/omni.warp.core/docs/CHANGELOG.md | 5 ----- exts/omni.warp/docs/CHANGELOG.md | 5 ----- 3 files changed, 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736e46205..1ac1e54d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/exts/omni.warp.core/docs/CHANGELOG.md b/exts/omni.warp.core/docs/CHANGELOG.md index f89959d3e..82fb2e738 100644 --- a/exts/omni.warp.core/docs/CHANGELOG.md +++ b/exts/omni.warp.core/docs/CHANGELOG.md @@ -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)). diff --git a/exts/omni.warp/docs/CHANGELOG.md b/exts/omni.warp/docs/CHANGELOG.md index f89959d3e..82fb2e738 100644 --- a/exts/omni.warp/docs/CHANGELOG.md +++ b/exts/omni.warp/docs/CHANGELOG.md @@ -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)).