File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# What's new in boost-histogram
22
3+ ## Version 0.10
4+ ### Version 0.10.0
5+
6+ This version was released during PyHEP 2020. Several improvements were made to
7+ usability when plotting and indexing.
8+
9+ #### User changes
10+
11+ * AxesTuple array now support operations via ArrayTuple [ #414 ] [ ]
12+ * Support ` sum ` and ` bh.rebin ` without slice [ #424 ] [ ]
13+ * Nicer error messages in some cases [ #415 ] [ ]
14+ * Made a few properties hidden for accumulators that were not public [ #418 ] [ ]
15+ * Boolean now supports reduction, faster compile [ #422 ] [ ]
16+ * AxesTuple now available publicly for subprojects [ #419 ] [ ]
17+
18+ #### Bug fixes
19+ * Histograms support operations with arrays, no longer take the first element only [ #417 ] [ ]
20+
21+ [ #414 ] : https://github.com/scikit-hep/boost-histogram/pull/414
22+ [ #414 ] : https://github.com/scikit-hep/boost-histogram/pull/414
23+ [ #415 ] : https://github.com/scikit-hep/boost-histogram/pull/415
24+ [ #417 ] : https://github.com/scikit-hep/boost-histogram/pull/417
25+ [ #418 ] : https://github.com/scikit-hep/boost-histogram/pull/418
26+ [ #419 ] : https://github.com/scikit-hep/boost-histogram/pull/419
27+ [ #422 ] : https://github.com/scikit-hep/boost-histogram/pull/422
28+ [ #424 ] : https://github.com/scikit-hep/boost-histogram/pull/424
29+
330## Version 0.9
431### Version 0.9.0
532
You can’t perform that action at this time.
0 commit comments