|
3 | 3 | ## Version 1.0 |
4 | 4 |
|
5 | 5 | Dropped support for Python 2 and 3.5; removed large numbers of workarounds. |
6 | | -Subclassing histogram components now uses Python 3 class keyword syntax to set |
7 | | -families. Fully statically typed. |
| 6 | +Fully statically typed. API compatible with the final `0.x` release for most |
| 7 | +uses, except for subclassing; subclassing histogram components now uses Python |
| 8 | +3 class keyword syntax to set families. |
8 | 9 |
|
9 | 10 | #### User changes |
10 | 11 |
|
11 | 12 | * Dropped Python 2.7 and 3.5 support [#512][] |
12 | 13 | * Removed deprecated `.options` from axes. Use `.traits` instead. [#503][] |
| 14 | +* Full static typing available, UHI 0.1.2+ supported. [#516][], [#517][], [519][], [#520][], [#521][], [#523][] |
| 15 | + |
| 16 | +#### Subclassing Histogram changes |
| 17 | + |
13 | 18 | * Use keyword class family setting when subclassing histogram components |
14 | 19 | instead of custom decorator. [#513][] |
15 | | -* Full static typing available. [#520][] |
| 20 | +* Structure of internal repr creation changed and made slightly more public. [#518][] |
16 | 21 |
|
17 | 22 | #### Bug fixes |
18 | 23 | * Consistently show `metadata=` in repr if present; refactored internal repr handling [#518][] |
| 24 | +* Minor typing related fixes for rare bugs (especially in `numpy.py`, [#521][]) |
19 | 25 |
|
20 | 26 | [#503]: https://github.com/scikit-hep/boost-histogram/pull/503 |
21 | 27 | [#512]: https://github.com/scikit-hep/boost-histogram/pull/512 |
22 | 28 | [#513]: https://github.com/scikit-hep/boost-histogram/pull/513 |
| 29 | +[#516]: https://github.com/scikit-hep/boost-histogram/pull/516 |
| 30 | +[#517]: https://github.com/scikit-hep/boost-histogram/pull/517 |
23 | 31 | [#518]: https://github.com/scikit-hep/boost-histogram/pull/518 |
24 | | -[#518]: https://github.com/scikit-hep/boost-histogram/pull/520 |
| 32 | +[#519]: https://github.com/scikit-hep/boost-histogram/pull/519 |
| 33 | +[#520]: https://github.com/scikit-hep/boost-histogram/pull/520 |
| 34 | +[#521]: https://github.com/scikit-hep/boost-histogram/pull/521 |
| 35 | +[#523]: https://github.com/scikit-hep/boost-histogram/pull/523 |
25 | 36 |
|
26 | 37 |
|
27 | 38 | ## Version 0.13 |
|
0 commit comments