Skip to content

Commit c537ecc

Browse files
authored
chore: prepare for 2.9.0 (#632)
Preparing for 2.9.0. Signed-off-by: Henry Schreiner <[email protected]>
1 parent e435c51 commit c537ecc

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

docs/changelog.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
# Changelog
22

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+
446

547
## Version 2.8.1
648

0 commit comments

Comments
 (0)