We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c9e90 commit ae80081Copy full SHA for ae80081
docs/changelog.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## Version 2.6.0
4
+
5
+* Using [boost-histogram 1.3](https://boost-histogram.readthedocs.io/en/latest/CHANGELOG.html#version-1-3)
6
+* Fix runtime dependency on matplotlib when not plotting
7
+ [#353](https://github.com/scikit-hep/hist/pull/353)
8
+* Fix `.plot` shortcut failure
9
+ [#368](https://github.com/scikit-hep/hist/pull/368)
10
+* New nox sessions: `regenerate` and `pylint`
11
+* Update tests for latest matplotlib
12
13
14
## Version 2.5.2
15
16
* Remove more-itertools requirement
0 commit comments