Skip to content

Commit 0a7d9e4

Browse files
committed
docs: update changelog
1 parent 9bc09db commit 0a7d9e4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
# What's new in boost-histogram
22

3-
## UPCOMING
43

5-
* Fix scaling a weighted storage [#559][]
6-
* Fix partial summation over a Categorical axis [#564][]
7-
* Support running type checking from Python < 3.8 [#542][]
8-
9-
[#542]: https://github.com/scikit-hep/boost-histogram/pull/542
10-
[#559]: https://github.com/scikit-hep/boost-histogram/pull/559
11-
[#564]: https://github.com/scikit-hep/boost-histogram/pull/564
4+
## Version 0.13
125

6+
### Version 0.13.2
137

14-
## Version 0.13
8+
* Backport fix scaling a weighted storage
9+
* Backport fix partial summation over a Categorical axis
1510

16-
## Version 0.13.1
11+
### Version 0.13.1
1712

1813
* Backport fix for Mean/WeightedMean summing.
1914
* Backport fix for `boost_histogram.numpy` density.
2015
* Backport missing metadata from the repr's.
2116
* Ignore `family=` on Histogram subclassing to make subclassing Histogram only possible in 1.x + 0.x code.
2217

23-
2418
### Version 0.13.0
2519

2620
PlottableProtocol provides a way to plot in different libraries, and easy

0 commit comments

Comments
 (0)