v2.0.0
This is a major version update not because it contains a lot of changes, but because (by semantic versioning rules) it contains breaking API changes. Unfortunately it wasn't possible to provide deprecation warnings in all cases this time. Please refer to the linked pull requests for more information.
- Improve mechanism modification API (#534, breaking)
- Change multi-threading behavior of
StateCache
,DynamicsResultCache
,SegmentedVectorCache
(#549, breaking) - Fully switch to
Project.toml
setup. - Add
findbody
andfindjoint
methods that takeBodyID
/JointID
arguments (#543) - Upgrade SymPy for symbolic double pendulum notebook example (#544)