22Changelog
33=========
44
5+ Version 3.2.2 (Aug 8, 2024)
6+ ---------------------------
7+
8+ General
9+ ^^^^^^^
10+ 1. Increase texture and material limit back to 1000. 3.2.0 inadvertently reduced this limit to 100, breaking some
11+ existing models (:github:issue: `1877 `).
12+
513Version 3.2.1 (Aug 5, 2024)
614---------------------------
715
@@ -13,25 +21,23 @@ General
13213. Added sub-elements to the MJCF :ref: `material<asset-material> ` element, to allow specification of multiple textures
1422 for rendering (e.g., :ref: `occlusion-roughness-metallic<material-orm> `). Note that the MuJoCo renderer doesn't
1523 support these new features, and they are made available for use with external renderers.
16- 4. Increase texture and material limit back to 1000. 3.2.0 inadvertently reduced this limit to 100, breaking some
17- existing models (:github:issue: `1877 `).
1824
1925MJX
2026^^^
21- 5 . Added more fields to ``mjx.Model `` and ``mjx.Data `` for further compatibility with the corresponding MuJoCo structs.
22- 6 . Added support for :ref: `fixed tendons <tendon-fixed >`.
23- 7 . Added support for tendon length limits (``mjCNSTR_LIMIT_TENDON `` in :ref: `mjtConstraint `).
24- 8 . Added support for tendon equality constraints (``mjEQ_TENDON `` in :ref: `mjtEq `).
25- 9 . Added support for tendon actuator transmission (``mjTRN_TENDON `` in :ref: `mjtTrn `).
27+ 4 . Added more fields to ``mjx.Model `` and ``mjx.Data `` for further compatibility with the corresponding MuJoCo structs.
28+ 5 . Added support for :ref: `fixed tendons <tendon-fixed >`.
29+ 6 . Added support for tendon length limits (``mjCNSTR_LIMIT_TENDON `` in :ref: `mjtConstraint `).
30+ 7 . Added support for tendon equality constraints (``mjEQ_TENDON `` in :ref: `mjtEq `).
31+ 8 . Added support for tendon actuator transmission (``mjTRN_TENDON `` in :ref: `mjtTrn `).
2632
2733Python bindings
2834^^^^^^^^^^^^^^^
29- 10 . Added support for asset dictionary argument in ``mujoco.spec.from_file ``, ``mujoco.spec.from_string `` and
30- ``mujoco.spec.compile ``.
35+ 9 . Added support for asset dictionary argument in ``mujoco.spec.from_file ``, ``mujoco.spec.from_string `` and
36+ ``mujoco.spec.compile ``.
3137
3238Bug fixes
3339^^^^^^^^^
34- 11 . Fixed a bug where implicit integrators did not take into account disabled actuators (:github:issue: `1838 `).
40+ 10 . Fixed a bug where implicit integrators did not take into account disabled actuators (:github:issue: `1838 `).
3541
3642Version 3.2.0 (Jul 15, 2024)
3743----------------------------
0 commit comments