Skip to content

4.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@codingjoe codingjoe released this 18 Apr 18:10
· 28 commits to master since this release
b1d391f

Version 4.0 is a complete rewrite with decimal precision

Major Changes:

  • All measure a based on decimals, not floats
  • Drop Python <= 3.6 support
  • Add Python 3.8 Support
  • Add AbstractUnit classes to declate units.
  • Add all new AbstractMeasurement as Measurement base class.
  • Refactor MeasurementBase to a proper be a metaclass.
  • Add support for arithmetic operations on geometrical measures (distance x distance = area, …)
  • Add support for arithmetic operations on electromagnetic measures (U x I = R, …)
  • Add inductance measure
  • Add support for non ASCII units (, …)