Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@moorepants moorepants released this 04 Feb 07:45
· 88 commits to master since this release

0.6.0

  • Dropped support for Python 2.7 and 3.6. [PR #459]
  • Moved chaos pendulum example to Sphinx docs.
  • Added Astrobee example [PR #453]
  • Added the ability to pass optional arguments to the ODE solver in System. [PR #447]
  • Cylinders, Spheres, and Circles loaded via PyThreeJS will appear more round. [PR #440]
  • Added a Carvallo-Whipple bicycle example to the documentation [PR#442]
  • Oldest supported dependencies for Python 3 are aligned with Ubuntu 20.04 LTS. For Python 2, the oldest necessary dependencies are used if the ones for Ubuntu 20.04 LTS are too new. [PR#432]
  • Dropped support for Python 3.5 [PR#429]
  • Improved the README and documentation integration. [PR#424]
  • Moved some examples to Sphinx [PRs#421, #423]
  • jupyter-sphinx enabled for examples in the documentation [PR#419]
  • Added an example with no constraints that uses display_jupyter() for animation. [PR #418]
  • Added an example that has both configuration and motion constraints. [PR #417]
  • display_jupyter() method added to Scene that utilizes pythreejs for animating a system. [PR#416]
  • Remove support for required dependencies prior to those in Ubuntu 18.04 LTS. [PR #415]
  • Recommend installing from Conda Forge [PR#411]

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0