Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@moorepants moorepants released this 30 May 00:38
· 423 commits to master since this release
  • Bumped minimum Jupyter notebook to 4.0 and restricted to < 5.0.
    [PR #381]
  • Removed several deprecated functions. [PR
    #375]
  • Bumped minimum required hard dependencies to Ubuntu 16.04 LTS
    package versions. [PR
    #372]
  • Implemented ThreeJS Tube Geometry. [PR
    #368]
  • Improved circle rendering. [PR
    #357]
  • kwargs can be passed from System.generate_ode_function to the
    matrix generator. [PR
    #356]
  • Lagrangian simple pendulum example added. [PR
    #351]
  • Derivatives can now be used as specifies in System. [PR
    #340]
  • The initial conditions can now be adjusted in the notebook GUI. [PR
    #333]
  • The width of the viz canvas is now properly bounded in the notebook.
    [PR #332]
  • Planes now render both sides in the visualization GUI. [PR
    #330]
  • Adds in more type checks for System.times. [PR
    #322]
  • Added an OctaveMatrixGenerator for basic Octave/Matlab printing.
    [PR #323]
  • Simplified the right hand side evaluation code in the
    ODEFunctionGenerator. Note that this change comes with some
    performance hits. [PR
    #301]

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0