We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d08c commit 8ab9594Copy full SHA for 8ab9594
docs/changelog.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## Version 2.7.2
4
+
5
+* Support boost-histogram 1.4.0 in addition to 1.3.x, including Python 3.12,
6
+ flow disabling for categories, and integer arrays required for integer axes
7
+ [#535](https://github.com/scikit-hep/hist/pull/535) and
8
+ [#532](https://github.com/scikit-hep/hist/pull/532)
9
+* Add a `.T` shortcut
10
+ [#521](https://github.com/scikit-hep/hist/pull/521)
11
+* Support ND quick constructs being mistakenly passed in
12
+ [#528](https://github.com/scikit-hep/hist/pull/528)
13
+* Add `boost` nox job to test upstream changes easily
14
+ [#533](https://github.com/scikit-hep/hist/pull/533)
15
16
## Version 2.7.1
17
18
* `[plot]` extra split into `[fit]`
0 commit comments