Skip to content

Commit 426e557

Browse files
committed
chore: prepare for release
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9a847a1 commit 426e557

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/changelog.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## Version 2.7.3
4+
5+
This release fixes an issue with Python 3.12 pulling in NumPy 2 pre-releases.
6+
7+
Fixes:
8+
9+
* Sample required error message
10+
[#538](https://github.com/scikit-hep/hist/pull/538)
11+
* `hist.dask.new` to match top-level package
12+
[#563](https://github.com/scikit-hep/hist/pull/563)
13+
14+
Docs:
15+
16+
* Clarify sample term required for Mean storage
17+
[#536](https://github.com/scikit-hep/hist/pull/536)
18+
19+
CI:
20+
21+
* Move to using Ruff Jupyter support
22+
[#543](https://github.com/scikit-hep/hist/pull/543)
23+
* Move to using Ruff formatter
24+
[#544](https://github.com/scikit-hep/hist/pull/544)
25+
* Group dependabot updates
26+
[#554](https://github.com/scikit-hep/hist/pull/554)
27+
* Use uv
28+
[#564](https://github.com/scikit-hep/hist/pull/564)
29+
* Add GitHub artifact attestations to package distribution
30+
[#568](https://github.com/scikit-hep/hist/pull/568)
31+
* Reduce update frequency
32+
[#571](https://github.com/scikit-hep/hist/pull/571)
33+
334
## Version 2.7.2
435

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

0 commit comments

Comments
 (0)