File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ * .py diff =python
2+ * .pyi diff =python
3+ * .cpp diff =cpp
4+ * .hpp diff =cpp
5+
6+ * .svg - diff
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.4
4+
5+ ### Version 1.4.0
6+
7+ #### Features
8+
9+ - ` overflow=False ` is now supported for ` IntCategory ` and ` StrCategory ` . [ #883 ] [ ]
10+
11+ #### Changes
12+
13+ - Using ` _storage_type ` now produces a ` DeprecationWarning ` instead of ` PendingDeprecationWarning ` . [ #801 ] [ ]
14+ - Updated Boost to 1.82. The upper limit on Regular axes without overflow is now inclusive like NumPy. [ #802 ] [ ]
15+ - Produce more detailed error messages on C++ errors [ #848 ] [ ]
16+
17+ #### Bugfixes
18+
19+ - Make filling an integer axis with a float array (also) an error. [ #876 ] [ ]
20+ - Include ` -latomic ` on ` armv7l ` [ #823 ] [ ]
21+
22+ #### Backend and docs
23+
24+ - Add Python 3.12 support and binary wheels, also latest PyPy. ` manylinux2014+ ` required. [ #880 ] [ ] , [ #878 ] [ ]
25+ - Drop Python 3.6 support. [ #798 ] [ ]
26+ - Drop pre-built wheels for 32-bit Linux (NumPy also dropped). [ #849 ] [ ]
27+ - Add testing for WebAssembly (Pyodide). [ #850 ] [ ]
28+ - Use Ruff [ #829 ] [ ]
29+
30+ [ #798 ] : https://github.com/scikit-hep/boost-histogram/pull/798
31+ [ #801 ] : https://github.com/scikit-hep/boost-histogram/pull/801
32+ [ #802 ] : https://github.com/scikit-hep/boost-histogram/pull/802
33+ [ #823 ] : https://github.com/scikit-hep/boost-histogram/pull/823
34+ [ #829 ] : https://github.com/scikit-hep/boost-histogram/pull/829
35+ [ #848 ] : https://github.com/scikit-hep/boost-histogram/pull/848
36+ [ #849 ] : https://github.com/scikit-hep/boost-histogram/pull/849
37+ [ #850 ] : https://github.com/scikit-hep/boost-histogram/pull/850
38+ [ #876 ] : https://github.com/scikit-hep/boost-histogram/pull/876
39+ [ #878 ] : https://github.com/scikit-hep/boost-histogram/pull/878
40+ [ #880 ] : https://github.com/scikit-hep/boost-histogram/pull/880
41+ [ #883 ] : https://github.com/scikit-hep/boost-histogram/pull/883
42+
343## Version 1.3
444
545### Version 1.3.2
You can’t perform that action at this time.
0 commit comments