v0.2.0
This release contains:
- Development:
- create base class
UnitBase
- create Unit classes
AngularPosition
,AngularSpeed
,AngularAcceleration
,InertiaMoment
,Torque
,Time
andTimeInterval
- add operators to combine and compare classes based on
UnitBase
- create base class
- Tests:
- create tests for classes based on
UnitBase
- update existing tests to deal with new
UnitBase
API
- create tests for classes based on
- 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
- update main
- Releasing:
- update
setup.py
file
- update