v0.6.2
mujoco-toolbox — Release Notes
v0.6.2 (2025-06-02)
Documentation Improvements and Styling Enhancements
- Improved CSS variables and code block styling for better readability.
- Enhanced docstring for
mergemethod in theBuilderclass. - Simplified imports in the box example for clarity.
- Removed redundant capture instructions.
- Refined project description (Fixes #51).
- Updated minimum Python version to 3.9.
- Added dark mode support for documentation.
- Included instructions for building documentation locally.
- Refactored model loading to simplify exception handling.
Core Changes
Pull Request: #57
- Renamed: All
Wrapperreferences changed toSimulation. - Documentation:
- Clarified available pre-made controllers in the README.
- Reduced image sizes in README.
- Added a recommendation for using the
real_timecontroller.
- Testing:
- Added test coverage for simulation and loader logic.
- Fixes:
- Updated deprecation warning for the old
Wrapperclass. - Updated Python version requirement and improved
pyproject.tomlmetadata.
- Updated deprecation warning for the old
CI and Build System
- Updated GitHub Actions to use Python 3.11.
- Added
sphinxas a dependency for building documentation.
See Detailed Changes: v0.6.1...v0.6.2