Skip to content

Commit a447d70

Browse files
committed
Merge branch 'ershi/release-1.7.2-final' into 'release-1.7'
Set version to 1.7.2 See merge request omniverse/warp!1350
2 parents bfa5943 + 2faacde commit a447d70

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.7.2] - 2025-06-01
3+
## [1.7.2] - 2025-05-31
44

55
### Added
66

@@ -43,7 +43,7 @@
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

exts/omni.warp.core/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
# Semantic Versioning is used: https://semver.org/
3-
version = "1.7.2-rc.1"
3+
version = "1.7.2"
44
authors = ["NVIDIA"]
55
title = "Warp Core"
66
description = "The core Warp Python module"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [1.7.2-rc.1] - 2025-06-01
3+
## [1.7.2] - 2025-05-31
44

55
### Added
66

@@ -43,7 +43,7 @@
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

exts/omni.warp/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
# Semantic Versioning is used: https://semver.org/
3-
version = "1.7.2-rc.1"
3+
version = "1.7.2"
44
authors = ["NVIDIA"]
55
title = "Warp"
66
description = "Warp OmniGraph Nodes and Sample Scenes"

exts/omni.warp/docs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [1.7.2-rc.1] - 2025-06-01
3+
## [1.7.2] - 2025-05-31
44

55
### Added
66

@@ -43,7 +43,7 @@
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

warp/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from typing import Optional
1717

18-
version: str = "1.7.2-rc.1"
18+
version: str = "1.7.2"
1919
"""Warp version string"""
2020

2121
verify_fp: bool = False

0 commit comments

Comments
 (0)