Skip to content

Commit 6fb5335

Browse files
[CI][Auto Version Bump] Compile changelog fragments (schedule)
Bumped packages: - isaaclab: 6.0.0 → 6.1.0 - isaaclab_newton: 0.12.0 → 0.13.0 - isaaclab_ov: 0.3.0 → 0.4.0 - isaaclab_physx: 1.0.0 → 1.1.0 - isaaclab_tasks: 1.10.0 → 1.10.1
1 parent 697eca5 commit 6fb5335

25 files changed

Lines changed: 99 additions & 87 deletions

source/isaaclab/changelog.d/dev-newton-manager-fix.skip

Whitespace-only changes.

source/isaaclab/changelog.d/mtrepte-tiled_viz.rst

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

source/isaaclab/changelog.d/nicolasm-ppisp-renderer-simple-integration.minor.rst

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

source/isaaclab/changelog.d/pbarejko-test-string-shuffle-seed.skip

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

source/isaaclab/changelog.d/rwiltz-fix-viewport-camera-coi.skip

Whitespace-only changes.

source/isaaclab/changelog.d/service-locator.rst

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

source/isaaclab/changelog.d/usd-core-25-11.rst

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

source/isaaclab/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 = "6.0.0"
4+
version = "6.1.0"
55

66
# Description
77
title = "Isaac Lab framework for Robot Learning"

source/isaaclab/docs/CHANGELOG.rst

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

4+
6.1.0 (2026-05-21)
5+
~~~~~~~~~~~~~~~~~~
6+
7+
Added
8+
^^^^^
9+
10+
* Added :class:`~isaaclab.sim.ServiceLocator` and exposed it as
11+
:attr:`~isaaclab.sim.SimulationContext.services`.
12+
13+
Backend-specific caches can be registered and retrieved using subscript
14+
syntax (``services[cls] = instance``, ``services[cls]``). Services with
15+
a ``close()`` method are automatically closed on ``clear_instance()``.
16+
* Added :class:`~isaaclab.sensors.camera.CameraISPMode` (values ``AUTO_CAMERA`` and ``AUTO_ANY``) and the :attr:`~isaaclab.sensors.camera.CameraCfg.isp_cfg` field to author or auto-discover an ISP cfg (:class:`~isaaclab_ppisp.PpispCfg`) from a USD ``RenderProduct`` bound to the camera (or anywhere on the stage as a fallback).
17+
* Added :attr:`~isaaclab.renderers.RenderBufferKind.RGB_HDR` to the renderer output contract so backends can advertise a 3-channel float HDR AOV.
18+
* Added :meth:`~isaaclab.renderers.BaseRenderer.prepare_cameras` hook so backends can author per-camera USD overrides.
19+
* Added :class:`~isaaclab.renderers.CameraRenderSpec`, an immutable description of a tiled camera passed to render backends so they no longer hold a reference to the camera sensor instance.
20+
* Added shared visualizer defaults for CLI-created visualizer configs.
21+
22+
Changed
23+
^^^^^^^
24+
25+
* Updated the ``usd-core`` dependency to 25.11.0 to match Kit 110.1.1.
26+
27+
Fixed
28+
^^^^^
29+
30+
* Fixed visualizer tiled camera defaults and camera pose helpers so tiled camera views remain opt-in and respect selected environment ids.
31+
32+
433
6.0.0 (2026-05-20)
534
~~~~~~~~~~~~~~~~~~
635

source/isaaclab_newton/changelog.d/dev-newton-manager-fix.rst

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

0 commit comments

Comments
 (0)