Releases: scikit-hep/hist
Releases · scikit-hep/hist
Version 2.8.0
Features:
- Support boost-histogram 1.5; drop support for Python 3.7, add support for Python 3.13 / 3.13t #582
Fixes:
- Support IntCat for plot1d overlay #419
Full Changelog: v2.7.3...v2.8.0
Version 2.7.3
This release fixes an issue with Python 3.12 pulling in NumPy 2 pre-releases.
Fixes:
Docs:
- Clarify sample term required for Mean storage #536
CI:
Version 2.7.2
- Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12, flow disabling for categories, and integer arrays required for integer axes #535 and #532
- Add a
.T
shortcut #521 - Support ND quick constructs being mistakenly passed in #528
- Add
boost
nox job to test upstream changes easily #533
Full Changelog: v2.7.1...v2.7.2
Version 2.7.1
Full Changelog: v2.7.0...v2.7.1
Version 2.7.0
Features:
Various other items:
New Contributors
- @fabriceMUKARAGE made their first contribution in #502
- @agoose77 made their first contribution in #474
Full Changelog: v2.6.3...v2.7.0
Version 2.6.3
New Contributors
Full Changelog: v2.6.2...v2.6.3
Version 2.6.2
Version 2.6.1
Version 2.6.0
- Using boost-histogram 1.3
- Fix runtime dependency on matplotlib when not plotting #353
- Fix
.plot
shortcut failure #368 - New nox sessions:
regenerate
andpylint
- Update tests for latest matplotlib