Overview
Request 857756 accepted
- Update to version 1.9.2.
* Internal C-Blosc updated to 1.20.1. This fixes
https://github.com/Blosc/python-blosc/issues/229, and also
brings many new updates in internal codecs, providing
interesting bumps in performance in some cases.
* Due to recent addition of more cores in new CPUs, the number of
internal threads to be used by default has been increased from
4 to 8.
* Allow zero-copy decompression by allowing bytes-like input.
* Fix DeprecationWarning due to invalid escape sequence and use
array.tobytes for Python 3.9.
- Created by andythe_great
- In state accepted
Request History
andythe_great created request
- Update to version 1.9.2.
* Internal C-Blosc updated to 1.20.1. This fixes
https://github.com/Blosc/python-blosc/issues/229, and also
brings many new updates in internal codecs, providing
interesting bumps in performance in some cases.
* Due to recent addition of more cores in new CPUs, the number of
internal threads to be used by default has been increased from
4 to 8.
* Allow zero-copy decompression by allowing bytes-like input.
* Fix DeprecationWarning due to invalid escape sequence and use
array.tobytes for Python 3.9.
mcepl accepted request