Skip to content

Releases: Blosc/c-blosc

Release 1.12.1

19 Jul 08:13
Compare
Choose a tag to compare

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

06 Jul 12:31
Compare
Choose a tag to compare

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

27 Jan 13:34
Compare
Choose a tag to compare

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