@@ -8,19 +8,36 @@ Fix for axis metadata not passing though non-uniform rebinning correctly. Flow
8
8
bins are now preserved when doing a non-uniform rebinning. Also adds the
9
9
ability to rebin by edges or an existing axis.
10
10
11
+ This is expected to be the last release with Python 3.8 support. Manylinux
12
+ support will likely be bumped from ` 2024 ` to ` 2_28 ` soon, as well.
13
+
11
14
#### Features
12
15
13
16
- Support ` edges= ` and ` axis= ` in ` bh.rebin ` [ #977 ] [ ]
14
- - Allow axis to be passed through ` bh.rebin ` [ #980 ] [ ]
17
+ - Allow axis to be passed through ` bh.rebin ` [ #980 ] [ ] , [ # 982 ] [ ]
15
18
16
19
#### Bug fixes
17
20
18
21
- Axis metadata was broken when rebinning [ #978 ] [ ]
19
22
- Flow bins were lost when using variable rebinning [ #977 ] [ ]
23
+ - Scikit-build-core 0.11, with PEP 639 license metadata [ #986 ] [ ] , [ #988 ] [ ]
24
+ - Prepare for an potential upcoming pybind11 3 change [ #994 ] [ ]
25
+
26
+ #### CI and testing
27
+
28
+ - Remove extras like ` [test] ` in favor of dependency-groups [ #973 ] [ ]
29
+ - Multithreaded test running [ #987 ] [ ]
20
30
31
+ [ #959 ] : https://github.com/scikit-hep/boost-histogram/pull/959
32
+ [ #973 ] : https://github.com/scikit-hep/boost-histogram/pull/973
21
33
[ #977 ] : https://github.com/scikit-hep/boost-histogram/pull/977
22
34
[ #978 ] : https://github.com/scikit-hep/boost-histogram/pull/978
23
35
[ #980 ] : https://github.com/scikit-hep/boost-histogram/pull/980
36
+ [ #982 ] : https://github.com/scikit-hep/boost-histogram/pull/982
37
+ [ #986 ] : https://github.com/scikit-hep/boost-histogram/pull/986
38
+ [ #987 ] : https://github.com/scikit-hep/boost-histogram/pull/987
39
+ [ #988 ] : https://github.com/scikit-hep/boost-histogram/pull/988
40
+ [ #994 ] : https://github.com/scikit-hep/boost-histogram/pull/994
24
41
25
42
### Version 1.5.1
26
43
0 commit comments