Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 28, 2021
1 parent 9bc09db commit 0a7d9e4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
# What's new in boost-histogram

## UPCOMING

* Fix scaling a weighted storage [#559][]
* Fix partial summation over a Categorical axis [#564][]
* Support running type checking from Python < 3.8 [#542][]

[#542]: https://github.com/scikit-hep/boost-histogram/pull/542
[#559]: https://github.com/scikit-hep/boost-histogram/pull/559
[#564]: https://github.com/scikit-hep/boost-histogram/pull/564
## Version 0.13

### Version 0.13.2

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

## Version 0.13.1
### 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 0a7d9e4

Please sign in to comment.