4.0a2
Pre-release
Pre-release
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 (
m²
, …)