Releases: Blosc/python-caterva
Release 0.7.3
- Adapt to the latest version of Caterva 0.5.0
- Drop support for Python 3.7 and add for Python 3.10 and 3.11
Release 0.7.1
Changes from 0.7.0 to 0.7.1
- Fix to apply filtersmeta from kwargs.
- Fix metalayer creation in the ext file.
- Update the docstrings.
Release 0.7.0
Changes from 0.6.0 to 0.7.0
- Remove plainbuffer support.
- Improve documentation.
Release 0.6.0
Changes from 0.5.3 to 0.6.0
- Provide wheels in PyPi.
- Update caterva submodule to 0.5.0.
Release 0.5.0
Changes from 0.4.2 to 0.5.0
- Big c-core refactoring that improves the slicing performance.
- Implement
__setitem__
method for arrays to allow updating the values of the arrays. - Use Blosc special-constructors to initialize the arrays.
- Improve the buffer and array protocols.
- Remove the data type support to simplify the library.
Release 0.4.2
Changes from 0.4.1 to 0.4.2
- Add files in
MANIFEST.in
.
Release 0.4.1
Changes from 0.4.0 to 0.4.1
- Fix invalid values for classifiers defined in
setup.py
.
Release 0.4.0
Changes from 0.3.0 to 0.4.0
-
Compile the package using scikit-build.
-
Introduce a second level of multidimensional chunking.
-
Complete API renaming.
-
Support the buffer protocol and the numpy array protocol.
-
Generalize the slicing.
-
Make cat4py independent of numpy.
Release 0.3.0
Changes from 0.2.3 to 0.3.0
-
Set the development status to alpha.
-
Add instructions about installing cat4py from pip.
-
getitem
andsetitem
are now special methods inext.Container
. -
Add new class from numpy arrays
NPArray
. -
Support for serializing/deserializing Containers to/from serialized frames (bytes).
-
The
pshape
is calculated automatically if isNone
. -
Add a
.sframe
attribute for the serialized frame. -
Big refactor for more consistent inheritance among classes.
-
The
from_numpy()
function always return aNPArray
now.
Release 0.2.3
Changes from 0.2.2 to 0.2.3
-
Rename
MANINFEST.in
forMANIFEST.in
. -
Fix the list of available cnames.