Updated to latest C-Blosc2 2.15.0. Also, `LazyExpr.evaluate()`
is marked as deprecated (LazyExpr.eval() is replacing it) and some other fixes
have been carried out.
For more info, you can have a look at the release notes in:
Python-Blosc2 comes with NDArray support, which is a new Python class that
allows to create multi-dimensional arrays of compressed data. NDArray
follows the same (or very similar) API as NumPy arrays, so it can be used
as a drop-in replacement. See the documentation for more details:
https://www.blosc.org/python-blosc2/reference/ndarray_api.html
Sources repository
------------------
The sources and documentation are managed through github services at: