Skip to content

Commit 886129d

Browse files
committed
docs: changelog
1 parent 33473b3 commit 886129d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# What's new in boost-histogram
22

3+
## Version 0.9
4+
### Version 0.9.0
5+
6+
This version was released just before PyHEP 2020. Several important fixes were made,
7+
along with a few new features to better support downstream projects.
8+
9+
#### User changes
10+
11+
* `metadata` supported and propagated on Histograms (slots added) [#403][]
12+
* Added `dd=True` option in `to_numpy` [#406][]
13+
* Deprecated `cpp` module removed [#402][]
14+
15+
#### Developer changes
16+
* Subclasses can override axes generation [#401][]
17+
* `[dev]` extra now installs `pytest` [#401][]
18+
19+
#### Bug fixes
20+
* Fix `numpy.histogramdd` return structure [#406][]
21+
* Travis deploy multi-arch fixes [#399][]
22+
* Selecting on a bool axes supports 2D+ histograms [#398][]
23+
* Warnings fixed on NumPy 1.19+ [#404][]
24+
25+
[#398]: https://github.com/scikit-hep/boost-histogram/pull/398
26+
[#399]: https://github.com/scikit-hep/boost-histogram/pull/399
27+
[#401]: https://github.com/scikit-hep/boost-histogram/pull/401
28+
[#402]: https://github.com/scikit-hep/boost-histogram/pull/402
29+
[#403]: https://github.com/scikit-hep/boost-histogram/pull/403
30+
[#406]: https://github.com/scikit-hep/boost-histogram/pull/406
31+
332
## Version 0.8
433
### Version 0.8.0
534

0 commit comments

Comments
 (0)