Skip to content

Commit 92b9274

Browse files
committed
docs: include old update
1 parent 194b77e commit 92b9274

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## UPCOMING
44

5+
No changes yet.
56

67
## Version 1.0
78

@@ -60,6 +61,7 @@ uses, except for subclassing; subclassing histogram components now uses Python
6061
* Structure of internal repr creation changed and made slightly more public. [#518][]
6162

6263
#### Bug fixes
64+
6365
* Consistently show `metadata=` in repr if present; refactored internal repr handling [#518][]
6466
* Minor typing related fixes for rare bugs (especially in `numpy.py`, [#521][])
6567

@@ -77,14 +79,18 @@ uses, except for subclassing; subclassing histogram components now uses Python
7779

7880
## Version 0.13
7981

80-
## Version 0.13.1
82+
### Version 0.13.2
83+
84+
* Backport fix scaling a weighted storage
85+
* Backport fix partial summation over a Categorical axis
86+
87+
### Version 0.13.1
8188

8289
* Backport fix for Mean/WeightedMean summing.
8390
* Backport fix for `boost_histogram.numpy` density.
8491
* Backport missing metadata from the repr's.
8592
* Ignore `family=` on Histogram subclassing to make subclassing Histogram only possible in 1.x + 0.x code.
8693

87-
8894
### Version 0.13.0
8995

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

0 commit comments

Comments
 (0)