|
2 | 2 |
|
3 | 3 | ## Version 1.6 |
4 | 4 |
|
| 5 | +### Version 1.6.1 |
| 6 | + |
| 7 | +This release fixes several issues with serialization as it's being prepared |
| 8 | +in Hist/uhi. |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +- Support `__dict__` on histogram like axes [#1041][] |
| 13 | +- Allow library to be specified in `writer_info` removal [#1042][] |
| 14 | + |
| 15 | +#### Bug fixes |
| 16 | + |
| 17 | +- Avoid mutating lists given in indexing [#1047][] |
| 18 | +- Histogram metadata not being serialized correctly [#1038][] |
| 19 | +- Unset classic metadata shouldn't show up in serialization [#1039][] |
| 20 | +- Set dict correctly when unserializing [#1040][] |
| 21 | +- Serialization was broken for N>1D complex storage histograms [#1043][] |
| 22 | + |
| 23 | +[#1038]: https://github.com/scikit-hep/boost-histogram/pull/1038 |
| 24 | +[#1039]: https://github.com/scikit-hep/boost-histogram/pull/1039 |
| 25 | +[#1040]: https://github.com/scikit-hep/boost-histogram/pull/1040 |
| 26 | +[#1041]: https://github.com/scikit-hep/boost-histogram/pull/1041 |
| 27 | +[#1042]: https://github.com/scikit-hep/boost-histogram/pull/1042 |
| 28 | +[#1043]: https://github.com/scikit-hep/boost-histogram/pull/1043 |
| 29 | +[#1047]: https://github.com/scikit-hep/boost-histogram/pull/1047 |
| 30 | + |
5 | 31 | ### Version 1.6.0 |
6 | 32 |
|
7 | 33 | This release adds support for UHI serialization for use with the `uhi` library, |
@@ -43,7 +69,8 @@ This release drops support for Python 3.8, and adds Python 3.14(t), iOS, Windows |
43 | 69 | [#999]: https://github.com/scikit-hep/boost-histogram/pull/999 |
44 | 70 | [#1000]: https://github.com/scikit-hep/boost-histogram/pull/1000 |
45 | 71 | [#1001]: https://github.com/scikit-hep/boost-histogram/pull/1001 |
46 | | -[#1002]: https://github.com/scikit-hep/boost-histogram/pull/1002 |
| 72 | + |
| 73 | +:[#1002]: https://github.com/scikit-hep/boost-histogram/pull/1002 |
47 | 74 | [#1009]: https://github.com/scikit-hep/boost-histogram/pull/1009 |
48 | 75 | [#1010]: https://github.com/scikit-hep/boost-histogram/pull/1010 |
49 | 76 | [#1011]: https://github.com/scikit-hep/boost-histogram/pull/1011 |
|
0 commit comments