Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 29, 2024
1 parent 9a847a1 commit 426e557
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Version 2.7.3

This release fixes an issue with Python 3.12 pulling in NumPy 2 pre-releases.

Fixes:

* Sample required error message
[#538](https://github.com/scikit-hep/hist/pull/538)
* `hist.dask.new` to match top-level package
[#563](https://github.com/scikit-hep/hist/pull/563)

Docs:

* Clarify sample term required for Mean storage
[#536](https://github.com/scikit-hep/hist/pull/536)

CI:

* Move to using Ruff Jupyter support
[#543](https://github.com/scikit-hep/hist/pull/543)
* Move to using Ruff formatter
[#544](https://github.com/scikit-hep/hist/pull/544)
* Group dependabot updates
[#554](https://github.com/scikit-hep/hist/pull/554)
* Use uv
[#564](https://github.com/scikit-hep/hist/pull/564)
* Add GitHub artifact attestations to package distribution
[#568](https://github.com/scikit-hep/hist/pull/568)
* Reduce update frequency
[#571](https://github.com/scikit-hep/hist/pull/571)

## Version 2.7.2

* Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12,
Expand Down

0 comments on commit 426e557

Please sign in to comment.