Skip to content

Commit

Permalink
docs: include old update
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 28, 2021
1 parent 194b77e commit 92b9274
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## UPCOMING

No changes yet.

## Version 1.0

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

#### Bug fixes

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

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

## Version 0.13

## Version 0.13.1
### Version 0.13.2

* Backport fix scaling a weighted storage
* Backport fix partial summation over a Categorical axis

### Version 0.13.1

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


### Version 0.13.0

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

0 comments on commit 92b9274

Please sign in to comment.