|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 1.5 |
| 4 | + |
| 5 | +### Version 1.5.0 |
| 6 | + |
| 7 | +#### Features |
| 8 | + |
| 9 | +- Support variable rebinning [#913][] |
| 10 | +- Removed support for Python 3.7 [#952][] |
| 11 | +- Added support for Python 3.13 and free-threaded Python 3.13t [#950][] |
| 12 | +- Add GitHub artifact attestations to package distribution [#933][] |
| 13 | + |
| 14 | +#### Backend and docs |
| 15 | + |
| 16 | +- Move build to scikit-build-core [#887][] |
| 17 | +- Clean up sdist files [#928][] |
| 18 | +- Minor touchup to build backend, use scikit-build-core 0.10+ [#948][] |
| 19 | + |
| 20 | +#### CI and testing |
| 21 | + |
| 22 | +- Try cibuildwheel pyodide [#935][] |
| 23 | +- Try to fix pyodide build [#934][] |
| 24 | +- Update emscripten build [#937][] |
| 25 | +- Bump to Pyodide 3.12 [#938][] |
| 26 | +- Speed up pyodide job by a few seconds [#941][] |
| 27 | +- Update jobs and noxfile [#929][] |
| 28 | +- Use pylint 3.2 github formatter instead [#932][] |
| 29 | +- Add some CI speedups [#939][] |
| 30 | +- Faster cibuildwheel [#942][] |
| 31 | +- Adapt to final release of NumPy 2.1.0 [#951][] |
| 32 | + |
| 33 | +[#887]: https://github.com/scikit-hep/boost-histogram/pull/887 |
| 34 | +[#913]: https://github.com/scikit-hep/boost-histogram/pull/913 |
| 35 | +[#928]: https://github.com/scikit-hep/boost-histogram/pull/928 |
| 36 | +[#929]: https://github.com/scikit-hep/boost-histogram/pull/929 |
| 37 | +[#932]: https://github.com/scikit-hep/boost-histogram/pull/932 |
| 38 | +[#933]: https://github.com/scikit-hep/boost-histogram/pull/933 |
| 39 | +[#934]: https://github.com/scikit-hep/boost-histogram/pull/934 |
| 40 | +[#935]: https://github.com/scikit-hep/boost-histogram/pull/935 |
| 41 | +[#937]: https://github.com/scikit-hep/boost-histogram/pull/937 |
| 42 | +[#938]: https://github.com/scikit-hep/boost-histogram/pull/938 |
| 43 | +[#939]: https://github.com/scikit-hep/boost-histogram/pull/939 |
| 44 | +[#941]: https://github.com/scikit-hep/boost-histogram/pull/941 |
| 45 | +[#942]: https://github.com/scikit-hep/boost-histogram/pull/942 |
| 46 | +[#948]: https://github.com/scikit-hep/boost-histogram/pull/948 |
| 47 | +[#950]: https://github.com/scikit-hep/boost-histogram/pull/950 |
| 48 | +[#951]: https://github.com/scikit-hep/boost-histogram/pull/951 |
| 49 | +[#952]: https://github.com/scikit-hep/boost-histogram/pull/952 |
| 50 | + |
3 | 51 | ## Version 1.4
|
4 | 52 |
|
5 | 53 | ### Version 1.4.1
|
|
0 commit comments