File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
34
## Version 2.7.2
4
35
5
36
* Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12,
You can’t perform that action at this time.
0 commit comments