bcolz v1.2.1 Release Notes

Release Date: 2018-04-13 // about 6 years ago

    ⚡️ C-Blosc internal sources updated to 1.14.3. This basically means that
    internal Zstd sources are bumped to 1.3.4, which may lead to noticeable
    👌 improved speeds (specially for low compression ratios).

    np.datetime64 and other scalar objects that have __getitem__ () are now
    supported in _eval_blocks(). PR #377. Thanks to apalepu23.

    ⚡️ Vendored cpuinfo.py updated to 4.0.0 (ARM aarch64 is recognized now).

    👍 Allow setup.py to work even if not on Intel or ARM or PPC archs are found.


Previous changes from v1.2.0

    👌 Support for Python <= 2.6 or Python <= 3.4 has been deprecated.

    ⚡️ C-Blosc internal sources updated to 1.14.2. Using a C-Blosc library > 1.14 is important for forward compatibility. For more info see: http://blosc.org/posts/new-forward-compat-policy/