Skip to content

Commit 38ae735

Browse files
docs: prepare for 1.5.2 (#991)
* docs: prepare for 1.5.2 Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes * Update changelog.md --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f9cbd91 commit 38ae735

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/changelog.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,36 @@ Fix for axis metadata not passing though non-uniform rebinning correctly. Flow
88
bins are now preserved when doing a non-uniform rebinning. Also adds the
99
ability 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

Comments
 (0)