pythonlibs v1.9.3-dev0 Release Notes
Release Date: 2020-12-10 // over 2 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.9.2
-
๐ Changes from 1.9.1 to 1.9.2
๐ Internal C-Blosc updated to 1.20.1. This fixes #229, and also brings many new updates in internal codecs, providing interesting bumps in performance in some cases.
0๏ธโฃ 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. See PR: #230. Thanks to Lehman Garrison.
๐ Fix DeprecationWarning due to invalid escape sequence and use array.tobytes for Python 3.9.