Version 1.3.2
1.3 is the final release series supporting Python 3.6 and manylinux1 - manylinux2010. The next release will move to non EoL Python and manylinux images only.
Changes
- Added
storage_type()
as public API #781, with pending deprecation for_storage_type
. #786 #790 - Better errors generated for missing or incorrect sample to mean storage. #782
- Better error message when views are set with an incompatible array. #794
Bug fixes
- Patch broken sum with fully empty (0 bin) axis. #718
- Fix zero range
bh.numpy.histogram
to matchnumpy.histogram
behavior. #721 - Avoid triggering
__init__
when copying (better support for subclasses with custom init's). #759 IntCategory
now supports numbers larger than 224 (now 253). #792- Pick a subset now supported inside a larger expression. #793