File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 1.7.2] - 2025-06-01
3+ ## [ 1.7.2] - 2025-05-31
44
55### Added
66
4343- Fix ` UsdRenderer.render_points() ` erroring out when passed 4 points or less
4444 ([ GH-708 ] ( https://github.com/NVIDIA/warp/issues/708 ) ).
4545- Fix ` wp.atomic_*() ` built-ins not working with some types ([ GH-733 ] ( https://github.com/NVIDIA/warp/issues/733 ) ).
46- - Fix garbage collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
46+ - Fix garbage- collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
4747
4848## [ 1.7.1] - 2025-04-30
4949
Original file line number Diff line number Diff line change 11[package ]
22# Semantic Versioning is used: https://semver.org/
3- version = " 1.7.2-rc.1 "
3+ version = " 1.7.2"
44authors = [" NVIDIA" ]
55title = " Warp Core"
66description = " The core Warp Python module"
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ 1.7.2-rc.1 ] - 2025-06-01
3+ ## [ 1.7.2] - 2025-05-31
44
55### Added
66
4343- Fix ` UsdRenderer.render_points() ` erroring out when passed 4 points or less
4444 ([ GH-708 ] ( https://github.com/NVIDIA/warp/issues/708 ) ).
4545- Fix ` wp.atomic_*() ` built-ins not working with some types ([ GH-733 ] ( https://github.com/NVIDIA/warp/issues/733 ) ).
46- - Fix garbage collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
46+ - Fix garbage- collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
4747
4848## [ 1.7.1] - 2025-04-30
4949
Original file line number Diff line number Diff line change 11[package ]
22# Semantic Versioning is used: https://semver.org/
3- version = " 1.7.2-rc.1 "
3+ version = " 1.7.2"
44authors = [" NVIDIA" ]
55title = " Warp"
66description = " Warp OmniGraph Nodes and Sample Scenes"
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ 1.7.2-rc.1 ] - 2025-06-01
3+ ## [ 1.7.2] - 2025-05-31
44
55### Added
66
4343- Fix ` UsdRenderer.render_points() ` erroring out when passed 4 points or less
4444 ([ GH-708 ] ( https://github.com/NVIDIA/warp/issues/708 ) ).
4545- Fix ` wp.atomic_*() ` built-ins not working with some types ([ GH-733 ] ( https://github.com/NVIDIA/warp/issues/733 ) ).
46- - Fix garbage collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
46+ - Fix garbage- collection issues with JAX FFI callbacks ([ GH-711 ] ( https://github.com/NVIDIA/warp/pull/711 ) ).
4747
4848## [ 1.7.1] - 2025-04-30
4949
Original file line number Diff line number Diff line change 1515
1616from typing import Optional
1717
18- version : str = "1.7.2-rc.1 "
18+ version : str = "1.7.2"
1919"""Warp version string"""
2020
2121verify_fp : bool = False
You can’t perform that action at this time.
0 commit comments