Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@moorepants moorepants released this 04 Mar 09:53
· 25 commits to master since this release
  • Support Python 3.10 and 3.11. [PR
    #488]
  • Fixed the Carvallo-Whipple bicycle model to match Basu-Mandal
    benchmark numbers. [PR
    #486]
  • Added Box geometry to the javascript GUI [PR
    #484]
  • Updated the three link conical pendulum example to use new
    kanes_equations() syntax. [PR
    #481]
  • Added example of a 3D multilink pendulum with colliding bobs. [PR
    #467]
  • LambdifyODEFunctionGenerator now accepts a cse=True/False kwarg
    and if SymPy >=1.9 is installed, then the underlying generated code
    by lambdify will be simplified. It is True by default. [PR
    #464]
  • Visualization supports durations that don't start at 0.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0