Skip to content

Commit 9e541d3

Browse files
chore: prepare for 1.6.1 (#1044)
* chore: prepare for 1.6.1 Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes * Update changelog.md --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 184cd3c commit 9e541d3

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/changelog.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## Version 1.6
44

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+
531
### Version 1.6.0
632

733
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
4369
[#999]: https://github.com/scikit-hep/boost-histogram/pull/999
4470
[#1000]: https://github.com/scikit-hep/boost-histogram/pull/1000
4571
[#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
4774
[#1009]: https://github.com/scikit-hep/boost-histogram/pull/1009
4875
[#1010]: https://github.com/scikit-hep/boost-histogram/pull/1010
4976
[#1011]: https://github.com/scikit-hep/boost-histogram/pull/1011

0 commit comments

Comments
 (0)