Skip to content

Commit

Permalink
Bump version 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-thankyou-lin committed Dec 24, 2024
1 parent 154491f commit 55f859d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## Version 1.5.1

- **Documentation Updates**:
- Updated `basicusage.md`, overview page, demo docs, teleop usage info, devices, and related docs.
- Added a CI doc update workflow and `.nojekyll` fix.
- Simplified composite controller keywords and updated robots section and task images.

- **Bug Fixes**:
- Fixed segmentation demo, part controller demo, demo renderer, joint and actuator issues, equality removal, and orientation mismatch in Fourier hands.

- **Features/Enhancements**:
- Added GymWrapper support for both `gym` and `gymnasium` with `dict_obs`.
- Updated DexMimicGen assets and included a default whole-body Mink IK config.
- Improved CI to check all tests and print video save paths in demo recordings.

- **Miscellaneous**:
- Added troubleshooting for SpaceMouse failures and terminated `mjviewer` on resets.
- Adjusted OSC position fixes and updated part controller JSONs.

## Version 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion robosuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"Could not load the mink-based whole-body IK. Make sure you install related import properly, otherwise you will not be able to use the default IK controller setting for GR1 robot."
)

__version__ = "1.5.0"
__version__ = "1.5.1"
__logo__ = """
; / ,--.
["] ["] ,< |__**|
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
author="Yuke Zhu",
url="https://github.com/ARISE-Initiative/robosuite",
author_email="[email protected]",
version="1.5.0",
version="1.5.1",
long_description=long_description,
long_description_content_type="text/markdown",
)

0 comments on commit 55f859d

Please sign in to comment.