@@ -8,19 +8,36 @@ Fix for axis metadata not passing though non-uniform rebinning correctly. Flow
88bins are now preserved when doing a non-uniform rebinning. Also adds the
99ability to rebin by edges or an existing axis.
1010
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+
1114#### Features
1215
1316- 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 ] [ ]
1518
1619#### Bug fixes
1720
1821- Axis metadata was broken when rebinning [ #978 ] [ ]
1922- 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 ] [ ]
2030
31+ [ #959 ] : https://github.com/scikit-hep/boost-histogram/pull/959
32+ [ #973 ] : https://github.com/scikit-hep/boost-histogram/pull/973
2133[ #977 ] : https://github.com/scikit-hep/boost-histogram/pull/977
2234[ #978 ] : https://github.com/scikit-hep/boost-histogram/pull/978
2335[ #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
2441
2542### Version 1.5.1
2643
0 commit comments