Skip to content

Releases: scikit-hep/hepunits

Version 2.1.1

20 May 13:52
fae2edd
Compare
Choose a tag to compare
  • More and better documentation in the README.
  • CI improvements based on Scikit-HEP org guidelines.

Version 2.1.0

16 Feb 12:09
c559d7b
Compare
Choose a tag to compare
  • Boltzmann constant added (exact constant, i.e. with no uncertainty, taken from the PDG 2020 review).
  • Several (sub-)units introduced.
  • Package now available in Conda-forge.
  • CI updates.

Version 2.0.1

30 Oct 23:01
adebcec
Compare
Choose a tag to compare

Support for Python 3.9 added.

Version 2.0.0

30 Sep 08:07
895c72c
Compare
Choose a tag to compare
  • Physical constants taken from the PDG 2020 review for what concerns exact constants (i.e. no uncertainty).
  • Several sub-units introduced.

Version 1.2.1

10 Aug 18:36
Compare
Choose a tag to compare

Minor updates for pre-commit and to setup.cfg, nicer errors and formatting.

Version 1.2

20 May 15:35
b2a88a9
Compare
Choose a tag to compare

This release changes much of the testing and organization internally, but has minimal user impact. The one new feature is support for static type hints; you can now use MyPy or another static type hint checker with hepunits. This does not (yet) add special type checking to the units, but just makes sure that units are transparently seen as floats so downstream packages can implement type checking.

1.1.2

15 Apr 22:57
0ac085b
Compare
Choose a tag to compare

More units and aliases for time-related units.

1.1.1

11 Feb 08:33
dbc7b22
Compare
Choose a tag to compare

Documentation updates.

1.1.0

26 Nov 13:43
3f3f2f5
Compare
Choose a tag to compare
  • Python support:
    • 3.8 added.
    • 3.4 removed.
  • Added MANIFEST.in file.

Version 1.0.0

13 May 09:12
a91becf
Compare
Choose a tag to compare
  • Units directly accessible from the top level.
  • Set up CI with Azure Pipelines.
  • Better packaging - wheels included.