@@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- -
10+ ## [ 0.7.1] - 2026-01-23
11+
12+ - Add robits.sim.converters module
13+ - Format code and clean up
14+
15+ ## [ 0.7.0] - 2026-01-23
16+
17+ - Switch to hierarchical scene Blueprints with path-based grouping and parent lookup.
18+ - Use Blueprint basename as MJCF element name for lookup instead of id.
19+ - Add Pose composition operator (@) with stricter validation and accessors.
20+ - Add pose helpers in robits.sim.mjcf_utils: set_pose, add_offset_pose, pose_from_element, set_object_pose, get_home_key_qpos.
21+ - GeomBlueprint: add mass field; auto-wrap non-static geoms and add a freejoint when needed.
22+ - SceneBuilder: add export_with_assets(...); merge all keyframes into home.
23+ - Update Attachment: gripper_path/wrist_name/attachment_offset and standardized attachment_site.
24+ - sim.env: more robust joint-to-actuator mapping across slidercrank/tendon transmissions.
25+ - sim.env: revise get_scene_info() to return pose info and cache per step.
26+ - MuJoCo viewer: hide left/right panels when launching the window.
27+ - MuJoCo grippers: fix open/close handling for multi-actuator grippers.
28+ - Internal: rename robits.sim.utils to robits.sim.mjcf_utils and refactor usages.
29+ - Update CI workflow and drop Python 3.9 from version matrix
1130
1231## [ 0.6.1] - 2026-01-23
1332
@@ -46,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4665
4766## Release history
4867
49- [ Unreleased ] : https://github.com/markusgrotz/robits/compare/v0.7.0...HEAD
68+
69+ [ Unreleased ] : https://github.com/markusgrotz/robits/compare/v0.7.1...HEAD
70+ [ 0.7.1 ] : https://github.com/markusgrotz/robits/compare/v0.7.0...v0.7.1
5071[ 0.7.0 ] : https://github.com/markusgrotz/robits/compare/v0.6.1...v0.7.0
5172[ 0.6.1 ] : https://github.com/markusgrotz/robits/compare/v0.6.0...v0.6.1
5273[ 0.6.0 ] : https://github.com/markusgrotz/robits/compare/v0.5.2...v0.6.0
0 commit comments