Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version 1.5.0 -> 1.5.1 #601

Merged
merged 2 commits into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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="yukez@cs.utexas.edu",
version="1.5.0",
version="1.5.1",
long_description=long_description,
long_description_content_type="text/markdown",
)
Loading