From e79ff55a2ca0be241dd508e55f78b26e1d881867 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 29 Jul 2020 12:27:36 +0200 Subject: [PATCH] docs: ordered PRs by ID and removed extra whitespace --- docs/CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f0ea8c09..7dda85f4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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