Releases: Blosc/c-blosc
Release 1.12.1
Backported BloscLZ parameters that were fine-tuned for C-Blosc2.
You should expect better compression ratios and faster operation,
specially on modern CPUs. See:
http://blosc.org/posts/blosclz-tuning/
Release 1.12.0
In order to avoid problems with platforms with incomplete development
library codecs, the default is now to compile the internal codecs.
Users can still compile Blosc with external codecs by properly setting
cmake options like PREFER_EXTERNAL_SNAPPY, PREFER_EXTERNAL_ZLIB or
PREFER_EXTERNAL_ZSTD.
Also, the internal Zstd codec has been updated to 1.3.0.
For more info, please see the release notes in:
https://github.com/Blosc/c-blosc/blob/master/RELEASE_NOTES.rst
Release 1.11.2
Enabled use as a CMake subproject, exporting shared & static library targets for super-projects to use. See PRs #178, #179 and #180. Thanks to Kevin Murray.
Also, internal codecs have been updated. LZ4 and LZ4HC codecs to 1.7.5 and Zstd to 1.1.2.
For more info, please see the release notes in:
https://github.com/Blosc/c-blosc/blob/master/RELEASE_NOTES.rst