Skip to content

Commit 6cea8f7

Browse files
committed
Fold rename fix into 0.5.26 — single version bump per PR
The PR previously had two changelog headings (0.5.26 for the original tendon-replication work and 0.5.27 for the per-env rename) and two extension.toml bumps. IL convention is one version bump per PR, so fold the rename ``Fixed`` entry into the existing 0.5.26 ``Fixed`` section and revert ``extension.toml`` to ``0.5.26``.
1 parent 9c51f72 commit 6cea8f7

2 files changed

Lines changed: 11 additions & 18 deletions

File tree

source/isaaclab_newton/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
# Note: Semantic Versioning is used: https://semver.org/
4-
version = "0.5.27"
4+
version = "0.5.26"
55

66
# Description
77
title = "Newton simulation interfaces for IsaacLab core package"

source/isaaclab_newton/docs/CHANGELOG.rst

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

4-
0.5.27 (2026-05-01)
5-
~~~~~~~~~~~~~~~~~~~
6-
7-
Fixed
8-
^^^^^
9-
10-
* Fixed per-environment string identifiers (e.g. ``mujoco:tendon_label``) keeping
11-
the source proto path after replication. :func:`~isaaclab_newton.cloner.newton_replicate._rename_builder_labels`
12-
now also walks string-typed custom-attribute columns whose frequency declares a
13-
``references="world"`` companion, rewriting their per-row source-path prefix to
14-
the destination world root in the same pass that handles built-in label arrays.
15-
Adds ``constraint_mimic`` to that built-in pass for completeness. The prefix
16-
match uses a path-separator boundary so a source path that is a string prefix
17-
of another (e.g. ``/Sources/protoA`` vs ``/Sources/protoAB``) does not
18-
cross-contaminate during the rename.
19-
20-
214
0.5.26 (2026-04-29)
225
~~~~~~~~~~~~~~~~~~~
236

@@ -52,6 +35,16 @@ Fixed
5235
each proto builder's registered custom frequencies to restrict traversal to its
5336
own source path (``_scope_custom_frequencies``).
5437

38+
* Fixed per-environment string identifiers (e.g. ``mujoco:tendon_label``) keeping
39+
the source proto path after replication. :func:`~isaaclab_newton.cloner.newton_replicate._rename_builder_labels`
40+
now also walks string-typed custom-attribute columns whose frequency declares a
41+
``references="world"`` companion, rewriting their per-row source-path prefix to
42+
the destination world root in the same pass that handles built-in label arrays.
43+
Adds ``constraint_mimic`` to that built-in pass for completeness. The prefix
44+
match uses a path-separator boundary so a source path that is a string prefix
45+
of another (e.g. ``/Sources/protoA`` vs ``/Sources/protoAB``) does not
46+
cross-contaminate during the rename.
47+
5548

5649
0.5.25 (2026-04-28)
5750
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)