Skip to content

Commit ad1092b

Browse files
committed
Add missing changelog entry
Signed-off-by: Eric Shi <[email protected]>
1 parent 6009736 commit ad1092b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- This is the final release that will provide builds for or support the CUDA 11.x Toolkit and driver.
88
Starting with v1.9.0, Warp will require CUDA 12.x or newer.
9+
- Deprecate the `graph_compatible` boolean flag in `jax_callable()` in favor of the new `graph_mode` argument with
10+
`GraphMode` enum ([GH-848](https://github.com/NVIDIA/warp/issues/848)).
911

1012
### Added
1113

exts/omni.warp.core/docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [1.8.1] - 2025-08-01
44

5+
### Deprecated
6+
7+
- Deprecate the `graph_compatible` boolean flag in `jax_callable()` in favor of the new `graph_mode` argument with
8+
`GraphMode` enum ([GH-848](https://github.com/NVIDIA/warp/issues/848)).
9+
510
### Added
611

712
- Add documentation for creating and manipulating Warp structured arrays using NumPy

exts/omni.warp/docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [1.8.1] - 2025-08-01
44

5+
### Deprecated
6+
7+
- Deprecate the `graph_compatible` boolean flag in `jax_callable()` in favor of the new `graph_mode` argument with
8+
`GraphMode` enum ([GH-848](https://github.com/NVIDIA/warp/issues/848)).
9+
510
### Added
611

712
- Add documentation for creating and manipulating Warp structured arrays using NumPy

0 commit comments

Comments
 (0)