Changelog

v0.4.0: Version 0.4.0

Released on 2023-10-17 - GitHub - PyPI

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

v0.3.3: Version 0.3.3

Released on 2023-01-04 - GitHub - PyPI

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

v0.3.2: Version 0.3.2

Released on 2022-09-20 - GitHub - PyPI

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

v0.3.1: Version 0.3.1

Released on 2022-01-06 - GitHub - PyPI

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).

v0.3.0: Version 0.3.0

Released on 2021-06-15 - GitHub - PyPI

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

v0.2.1: Version 0.2.1

Released on 2021-03-18 - GitHub - PyPI

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.

v0.2.0: Version 0.2.0

Released on 2021-03-17 - GitHub - PyPI

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).

v0.1.2: Version 0.1.2

Released on 2021-03-09 - GitHub - PyPI

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.

v0.1.1: Version 0.1.1

Released on 2021-01-29 - GitHub - PyPI

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