Skip to content

Commit 5383d1c

Browse files
thowellcopybara-github
authored andcommitted
Update changelog for MuJoCo 3.2.2 release.
PiperOrigin-RevId: 660823679 Change-Id: I983220b7e0314bdb2476a48b68399b0921834747
1 parent c486f62 commit 5383d1c

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

doc/changelog.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
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+
513
Version 3.2.1 (Aug 5, 2024)
614
---------------------------
715

@@ -13,25 +21,23 @@ General
1321
3. 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

1925
MJX
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

2733
Python 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

3238
Bug 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

3642
Version 3.2.0 (Jul 15, 2024)
3743
----------------------------

0 commit comments

Comments
 (0)