Skip to content

Releases: scikit-hep/uhi

Version 0.4.0

17 Oct 15:01
1d4a584
Compare
Choose a tag to compare

This release primarily drops Python 3.6 support. It also adds official 3.12 support. The changelog is now part of the docs.

Full Changelog: v0.3.3...v0.4.0

Version 0.3.3

04 Jan 15:46
842220d
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

Version 0.3.2

20 Sep 17:48
ead3e51
Compare
Choose a tag to compare

Minor release, mostly updating to indicate Python 3.11 support. Moved the backend to Hatchling from Flit.

New Contributors

Full Changelog: v0.3.1...v0.3.2

Version 0.3.1

06 Jan 22:43
7e766fe
Compare
Choose a tag to compare

Officially supports Python 3.10. Build system moved to Flit, with a PDM option to replace the old Poetry system if users want to develop in a locked environment. Updated to mypy 0.930 and Numpy 1.22. Type ignores now list the error code(s).

Version 0.3.0

15 Jun 14:37
53bedc8
Compare
Choose a tag to compare

The conversion utility now supports PyROOT histograms, thanks to @pieterdavid. Standard maintenance updates, including moving to mypy 0.902.

Version 0.2.1

18 Mar 20:34
Compare
Choose a tag to compare

Small patch release to add missing test files #15 to the SDist, for downstream packagers like conda-forge. Nox support added for easy development & development tasks, like bumping the version.

Version 0.2.0

17 Mar 02:30
Compare
Choose a tag to compare

Version 1.2 of the PlottableHistogram Protocol; allows iteration over an axis and requires the return types are np.ndarrays (#11). Adds a new runtime utility to simplify plotting libraries that want to use UHI at runtime (#13).

Version 0.1.2

09 Mar 15:35
Compare
Choose a tag to compare

Fix an issue with PlottableProtocol requiring writable properties (#9). Corrected the internal version number to match the external one. Eased up the requirements upper bounds just a bit.

Version 0.1.1

29 Jan 14:38
Compare
Choose a tag to compare

First release with correct PyPI landing page (Poetry requires a readme key).