Skip to content

Releases: coddingtonbear/python-measurement

4.0a8

10 Jan 08:53
Compare
Choose a tag to compare
4.0a8 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0a7...4.0a8

3.2.2

10 Jan 16:40
Compare
Choose a tag to compare
  • Add missing sympy dependency

Full Changelog: 3.2.1...3.2.2

3.2.1

10 Jan 13:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

4.0a7

05 May 15:58
2fb3b95
Compare
Choose a tag to compare
4.0a7 Pre-release
Pre-release
  • Fixed issue with some factor names containing underscores
  • Improved comments and documentation

4.0a6

20 Feb 11:30
Compare
Choose a tag to compare
4.0a6 Pre-release
Pre-release
  • Add distance unit point (pt)

4.0a5

01 Jun 10:01
Compare
Choose a tag to compare
4.0a5 Pre-release
Pre-release
  • Fix #49 -- Fix "denominator" typos

4.0a4

18 Apr 21:41
Compare
Choose a tag to compare
4.0a4 Pre-release
Pre-release
  • Fix #40 -- Raise type error with proper message

4.0a3

18 Apr 18:41
Compare
Choose a tag to compare
4.0a3 Pre-release
Pre-release
  • Fix readme for PyPi and add dist check to CI suite

4.0a2

18 Apr 18:10
b1d391f
Compare
Choose a tag to compare
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 (, …)

4.0a1

18 Apr 17:20
Compare
Choose a tag to compare
4.0a1 Pre-release
Pre-release

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 (, …)