diff --git a/doc/changelog.rst b/doc/changelog.rst index 3d01044e..d6a44aad 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -8,6 +8,10 @@ Upcoming version (not yet released) Significant new features ^^^^^^^^^^^^^^^^^^^^^^^^ +- Added new System Identification toolbox (Python), see + `README `__ for details. + Contribution by :github:user:`kevinzakka`, :github:user:`aftersomemath`, :github:user:`jonathanembleyriches`, + :github:user:`qiayuanl`, :github:user:`spjardim` and :github:user:`gizemozd`. - Actuators and sensors now support arbitrary delays via history buffers, and sensors values can be computed at intervals larger than the simulation timestep. Using a delay or interval introduces a new ``mjData.history`` variable to the :ref:`Physics state`. See :ref:`Delays` for details.