Skip to content

v0.2.0

Compare
Choose a tag to compare
@AndreaBlengino AndreaBlengino released this 14 Oct 18:14
· 444 commits to master since this release
728d33a

This release contains:

  • Development:
    • create base class UnitBase
    • create Unit classes AngularPosition, AngularSpeed, AngularAcceleration, InertiaMoment, Torque, Time and TimeInterval
    • add operators to combine and compare classes based on UnitBase
  • Tests:
    • create tests for classes based on UnitBase
    • update existing tests to deal with new UnitBase API
  • Maintenance:
    • Fix some typos
    • Improve error messages
  • Documentation:
    • update main README.md
    • create CONTRIBUTING file, pull request, bug report and feature request templates
    • create documentation structure
    • change documentation theme
  • Releasing:
    • update setup.py file