Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/sphinx/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ UniLab 遵循[语义化版本](https://semver.org/)。本共享页面以中英

## Unreleased / 未发布

## 1.2.0 (2026-09-10)

- Update the required `unisim-core` release to `>=1.2.0` and the pinned
`unilab-rl` release to `==1.2.0`, including the ROCm profile.
将必需的 `unisim-core` 版本更新为 `>=1.2.0`,并将钉定的 `unilab-rl` 版本更新为
Expand Down Expand Up @@ -63,6 +65,15 @@ UniLab 遵循[语义化版本](https://semver.org/)。本共享页面以中英
or publish a release; consumers use the coordinated migration commits.
按维护者要求,本次不修改仓库版本号、不发布新版本,消费方固定配套迁移提交。

- The FR3 SuperDex owner defaults play to the native interactive viewer
(`play_render_mode=interactive`, `play_env_num=1`). Record (video) playback
stays unavailable for the `.superdex_bot` asset, which carries no MJCF
visual model; use `training.play_render_mode=none` for headless runs.
FR3 SuperDex owner 的 play 默认改为 native interactive viewer
(`play_render_mode=interactive`,`play_env_num=1`)。`.superdex_bot` 资产没有
MJCF visual model,record(视频)回放仍不可用;无显示环境使用
`training.play_render_mode=none`。

## 1.1.0 (2026-09-06)

- Update the required `unisim-core` release to `>=1.1.3`, including the ROCm
Expand Down
2 changes: 1 addition & 1 deletion pyproject.rocm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "uv_build"

[project]
name = "unilab"
version = "1.1.0"
version = "1.2.0"
description = "Universal Lab for Robot Learning"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source-exclude = [

[project]
name = "unilab"
version = "1.1.1"
version = "1.2.0"
description = "Configurable, contract-driven robot learning across physics backends"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion uv.rocm.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3710,7 +3710,7 @@ wheels = [

[[package]]
name = "unilab"
version = "1.1.0"
version = "1.2.0"
source = { editable = "." }
dependencies = [
{ name = "etils", version = "1.13.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
Expand Down
Loading