Skip to content

Commit 90600e1

Browse files
[CI][Auto Version Bump] Compile changelog fragments (schedule)
Bumped packages: - isaaclab: 17.0.0 → 18.0.0 - isaaclab_contrib: 2.0.0 → 2.0.1 - isaaclab_newton: 5.4.0 → 5.4.1 - isaaclab_ov: 2.2.0 → 2.2.1
1 parent c4a2759 commit 90600e1

22 files changed

Lines changed: 79 additions & 65 deletions

source/isaaclab/changelog.d/contact-sensor-regex.skip

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/isaaclab/changelog.d/explicit-global-clone-plan.major.rst

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

source/isaaclab/changelog.d/ooctipus-newton-active-solver-attributes.skip

Whitespace-only changes.

source/isaaclab/changelog.d/sylvesterkaczmarek-fix-depth-display-nonfinite.rst

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

source/isaaclab/docs/CHANGELOG.rst

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

4+
18.0.0 (2026-08-23)
5+
~~~~~~~~~~~~~~~~~~~
6+
7+
Added
8+
^^^^^
9+
10+
* Added :attr:`~isaaclab.cloner.ClonePlan.global_paths` to identify scene assets shared by every environment
11+
without representing them as replication rows.
12+
13+
Changed
14+
^^^^^^^
15+
16+
* Changed :func:`~isaaclab.cloner.make_clone_plan`, :func:`~isaaclab.cloner.clone_plan_from_env_0`, and
17+
:class:`~isaaclab.cloner.ReplicateSession` to accept explicit ``global_paths`` tuples.
18+
19+
Fixed
20+
^^^^^
21+
22+
* Fixed camera depth display normalization producing ``NaN`` values and suppressing finite depth contrast when
23+
no-hit pixels contain ``inf`` or ``NaN`` values.
24+
25+
426
17.0.0 (2026-08-22)
527
~~~~~~~~~~~~~~~~~~~
628

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 = "17.0.0"
12+
version = "18.0.0"
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_contrib/changelog.d/ooctipus-newton-active-solver-attributes.rst

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

source/isaaclab_contrib/docs/CHANGELOG.rst

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

4+
2.0.1 (2026-08-23)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Fixed
8+
^^^^^
9+
10+
* Registered every configured child solver's builder attributes for coupled Newton models.
11+
12+
413
2.0.0 (2026-08-15)
514
~~~~~~~~~~~~~~~~~~
615

source/isaaclab_contrib/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_contrib"
12-
version = "2.0.0"
12+
version = "2.0.1"
1313
description = "An extension used to stage and integrate externally contributed features and implementations."
1414
license = {text = "BSD-3-Clause"}
1515
authors = [{name = "Isaac Lab Project Developers"}]

source/isaaclab_newton/changelog.d/contact-sensor-regex.rst

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

0 commit comments

Comments
 (0)