Skip to content

Commit

Permalink
docs: ordered PRs by ID and removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jul 29, 2020
1 parent 922d348 commit e79ff55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ Several fixes were made, mostly related to Weight storage histograms from Uproot
#### Bug fixes

* Reduction on `h.axes.widths` supported again [#428][]
* WeightedSumView supports standard array operations [#432][]
* Operations shallow copy (non-copyable metadata supported) [#433][]
* Pandas Series as samples/weights supported [#434][]
* WeightedSumView supports standard array operations [#432][]
* Support NumPy scalars in operations [#436][]


[#428]: https://github.com/scikit-hep/boost-histogram/pull/428
[#432]: https://github.com/scikit-hep/boost-histogram/pull/432
[#433]: https://github.com/scikit-hep/boost-histogram/pull/433
[#434]: https://github.com/scikit-hep/boost-histogram/pull/434
[#432]: https://github.com/scikit-hep/boost-histogram/pull/432
[#436]: https://github.com/scikit-hep/boost-histogram/pull/436


### Version 0.10.0

This version was released during PyHEP 2020. Several improvements were made to
Expand Down

0 comments on commit e79ff55

Please sign in to comment.