Skip to content

Commit 15026f5

Browse files
[CI][Auto Version Bump] Compile changelog fragments (schedule)
Bumped packages: - isaaclab: 16.2.1 → 16.2.2 - isaaclab_ov: 2.0.2 → 2.0.3 - isaaclab_tasks: 16.3.0 → 16.4.0
1 parent b01b8a9 commit 15026f5

15 files changed

Lines changed: 49 additions & 40 deletions

source/isaaclab/changelog.d/jichuanh-fix-renderer-active-gpu-physical-index.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

source/isaaclab/changelog.d/mataylor-fix-synthetic-test-ids.skip

Lines changed: 0 additions & 4 deletions
This file was deleted.

source/isaaclab/docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
---------
33

4+
16.2.2 (2026-08-16)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
Fixed
8+
^^^^^
9+
10+
* Fixed rendering failing to start when ``CUDA_VISIBLE_DEVICES`` selects GPUs that do not begin at
11+
zero, such as ``CUDA_VISIBLE_DEVICES=1,2``. Such runs aborted with ``CUDA error 700`` after
12+
``omni.gpu_foundation_factory`` reported "Failed to create any GPU devices". The renderer device
13+
is now selected through ``/renderer/multiGpu/activeCudaGpus``, which takes a CUDA device index,
14+
instead of ``/renderer/activeGpu``, which indexes the graphics device list that
15+
``CUDA_VISIBLE_DEVICES`` does not filter. Runs whose visible devices already begin at zero are
16+
unaffected.
17+
18+
419
16.2.1 (2026-08-15)
520
~~~~~~~~~~~~~~~~~~~
621

source/isaaclab/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "isaaclab"
12-
version = "16.2.1"
12+
version = "16.2.2"
1313
description = "Extension providing main framework interfaces and abstractions for robot learning."
1414
license = {text = "BSD-3-Clause"}
1515
authors = [{name = "Isaac Lab Project Developers"}]

source/isaaclab_ov/changelog.d/mataylor-ovrtx-suppress-deprecation-logs.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

source/isaaclab_ov/changelog.d/mh-pin-ovrtx-040.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

source/isaaclab_ov/changelog.d/ovrtx-clone-plan-position.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

source/isaaclab_ov/docs/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Changelog
22
---------
33

4+
2.0.3 (2026-08-16)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Changed
8+
^^^^^^^
9+
10+
* Constrained the optional OVRTX runtime to ``ovrtx>0.4.0,<0.4.1`` to retain the validated
11+
OVRTX 0.4.0 rendering outputs. Users with OVRTX 0.4.1 should downgrade until its output
12+
changes are adopted with updated rendering baselines.
13+
* Changed :class:`~isaaclab_ov.renderers.OVRTXRenderer` to suppress the OVRTX deprecation warnings
14+
emitted for the legacy stage API. Isaac Lab still drives that API until the ovstage path becomes
15+
the default, so the warnings were noise no user of this renderer could act on. The option is set
16+
only when the installed OVRTX build exposes it, so older wheels are unaffected.
17+
18+
Fixed
19+
^^^^^
20+
21+
* Fixed OVRTX environment placement by authoring root translations from the clone plan after
22+
cloning instead of capturing transforms from the USD stage.
23+
24+
425
2.0.2 (2026-08-14)
526
~~~~~~~~~~~~~~~~~~
627

source/isaaclab_ov/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "isaaclab_ov"
12-
version = "2.0.2"
12+
version = "2.0.3"
1313
description = "Extension providing Omniverse rendering and OVPhysX simulation integrations."
1414
license = {text = "BSD-3-Clause"}
1515
authors = [{name = "Isaac Lab Project Developers"}]

source/isaaclab_rl/changelog.d/default-newton-classic.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)