This release has two notable changes:
- Add GZ compression, powered by the standard `zlib` module, and make it the default
- Make Blosc optional
To install from PyPI with Blosc support, run:
pip install binpickle[blosc]
This allows the default install to work without needing to compile Blosc, since they don't ship binary wheels on PyPI. This is especially useful when using Binpickle primarily for shared memory.
The Conda packages will continue to depend upon `python-blosc` by default. We recommend using Blosc for most common usage.