Releases: coddingtonbear/python-measurement
Releases · coddingtonbear/python-measurement
4.0a8
What's Changed
- Fix #75 -- Update packaging and CI to PEP518 by @codingjoe in https://github.com/coddingtonbear/python-measurement/pull/771 to
Full Changelog: 4.0a7...4.0a8
3.2.2
3.2.1
What's Changed
- Fix #75 -- Update packaging and CI to PEP518 by @codingjoe in #82
Full Changelog: 3.2.0...3.2.1
4.0a7
- Fixed issue with some factor names containing underscores
- Improved comments and documentation
4.0a6
4.0a5
4.0a4
4.0a3
4.0a2
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²
, …)
4.0a1
Version 4.0 is a complete rewrite!
Major Changes:
- 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²
, …)