Skip to content

Releases: point85/PyCaliper

Unit of Measure Library

12 Jun 02:29

Choose a tag to compare

  • Constant: fixed AVOGADRO typo
  • Prefix: used EPSILON in fromFactor() comparison
  • Quantity: checked for division by 0 in divide(double)
  • Localizer: enhanced class
  • Symbolic: defined eq and hash
  • Unit of Measure: made hash consistent with eq

Python Units of Measure

10 Jan 18:55

Choose a tag to compare

Created a PyPI distribution (pip install PyCaliper==1.0.6)

Python Units of Measure

14 Oct 21:50

Choose a tag to compare

Verified on Python 3.12

Python Units of Measure Project

18 Mar 02:46

Choose a tag to compare

Changed inches of Mercury pressure to pound mass based.

Python Caliper Unit of Measure Library

19 Nov 01:25

Choose a tag to compare

Changed to a specific PyCaliperException vs. generic Exception
General code cleanup

Python Unit of Measure Module

20 Sep 02:57

Choose a tag to compare

Removed cached conversion factor after it is set.

Units of measure library for Python

09 Oct 16:10

Choose a tag to compare

Port of java Caliper project to Python