Skip to content

Commit 7374630

Browse files
committed
doc: changelog
1 parent 4062bdd commit 7374630

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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

0 commit comments

Comments
 (0)