Published September 11, 2023
| Version v1.4.0
Software
Open
scikit-hep/boost-histogram: Version 1.4.0
Creators
- 1. Princeton University
- 2. TU Dortmund
- 3. The University of Manchester
- 4. @LT-Partners
- 5. CERN
- 6. Amazon
- 7. Anaconda, Inc.
- 8. University of Wisconsin-Madison
Description
This release supports Python 3.7-3.12. You can now turn off the flow bin on Int/Str Categories, and filling an integer-based axis requires an integer array - a floating point array is disallowed (a single float was always disallowed), due to issues with rounding around 0.
Featuresoverflow=False
is now supported forIntCategory
andStrCategory
. #883
- Using
_storage_type
now produces aDeprecationWarning
instead ofPendingDeprecationWarning
. #801 - Updated Boost to 1.82. The upper limit on Regular axes without overflow is now inclusive like NumPy. #802
- Produce more detailed error messages on C++ errors #848
- Make filling an integer axis with a float array (also) an error. #876
- Include
-latomic
onarmv7l
#823
- Add Python 3.12 support and binary wheels, also latest PyPy.
manylinux2014+
required. #880, #878 - Drop Python 3.6 support. #798
- Drop pre-built wheels for 32-bit Linux (NumPy also dropped). #849
- Add testing for WebAssembly (Pyodide). #850
- Use Ruff #829
- @matthewfeickert made their first contribution in https://github.com/scikit-hep/boost-histogram/pull/823
Full Changelog: https://github.com/scikit-hep/boost-histogram/compare/v1.3.2...v1.4.0
Files
scikit-hep/boost-histogram-v1.4.0.zip
Files
(913.7 kB)
Name | Size | Download all |
---|---|---|
md5:c87d1468e3b085ac02de2e1c91d9087d
|
913.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scikit-hep/boost-histogram/tree/v1.4.0 (URL)