|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## WIP |
| 3 | +## Version 2.9.0 |
| 4 | + |
| 5 | +Features: |
| 6 | + |
| 7 | +* Support for boost-histogram 1.6, drop support for Python 3.8, boost-histogram |
| 8 | + < 1.5, add support for Python 3.14/3.14t |
| 9 | + [#597](https://github.com/scikit-hep/hist/pull/597) [#618](https://github.com/scikit-hep/hist/pull/618), [#631](https://github.com/scikit-hep/hist/pull/631) |
| 10 | +* Support serialization with boost-histogram 1.6 |
| 11 | + [#627](https://github.com/scikit-hep/hist/pull/627) |
| 12 | +* Add `legend=True` for plot1d stacked |
| 13 | +* Specify license with SPDX, add some authors |
| 14 | + [#625](https://github.com/scikit-hep/hist/pull/625), [#628](https://github.com/scikit-hep/hist/pull/628) |
| 15 | + |
| 16 | +Fixes: |
| 17 | + |
| 18 | +* Handle fill-flattened for non-user args |
| 19 | + [#612](https://github.com/scikit-hep/hist/pull/612) |
| 20 | +* Handle string args for fill-flattened |
| 21 | + [#629](https://github.com/scikit-hep/hist/pull/629) |
| 22 | +* Label/name propagation fixed for casting histograms |
| 23 | + |
| 24 | +Tests: |
| 25 | + |
| 26 | +* Handle tests that need mplhep |
| 27 | + [#604](https://github.com/scikit-hep/hist/pull/604) |
| 28 | +* Modernize noxfile |
| 29 | + [#623](https://github.com/scikit-hep/hist/pull/623) |
| 30 | +* Use dependency-groups |
| 31 | + [#624](https://github.com/scikit-hep/hist/pull/624) |
| 32 | + |
| 33 | +CI: |
| 34 | + |
| 35 | +* Upload nightly wheels to Anaconda |
| 36 | + [#611](https://github.com/scikit-hep/hist/pull/611) |
| 37 | +* Add pass job to tests |
| 38 | + [#619](https://github.com/scikit-hep/hist/pull/619) |
| 39 | +* Modernize pylint and uv |
| 40 | + [#629](https://github.com/scikit-hep/hist/pull/629) |
| 41 | +* Update and check the minimum versions in CI |
| 42 | + [#621](https://github.com/scikit-hep/hist/pull/621) |
| 43 | +* Speed up read-the-docs |
| 44 | + [#576](https://github.com/scikit-hep/hist/pull/576) |
| 45 | + |
4 | 46 |
|
5 | 47 | ## Version 2.8.1
|
6 | 48 |
|
|
0 commit comments