XXX version-specific blurb XXX
- Addapt to the latest version of Caterva 0.5.0
- Drop support for Python 3.7 and add for Python 3.10 and 3.11
- Implement a resize method
- Fix to apply filtersmeta from kwargs.
- Fix metalayer creation in the ext file.
- Update the docstrings.
- Remove plainbuffer support.
- Improve documentation.
- Provide wheels in PyPi.
- Update caterva submodule to 0.5.0.
- Fix dependencies installation issue.
- Update setup.py and add pyproject.toml.
- Big c-core refactoring improving the slicing performance.
- Implement __setitem__ method for arrays to allow to update the values of the arrays.
- Use Blosc special-constructors to initialize the arrays.
- Improve the buffer and array protocols.
- Remove the data type support in order to simplify the library.
- Add files in MANIFEST.in.
- Fix invalid values for classifiers defined in setup.py.
- 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 python-caterva independent of numpy.
- Set the development status to alpha.
- Add instructions about installing python-caterva from pip.
- getitem and setitem are now special methods in ext.Container.
- Add new class from numpy arrays NPArray.
- Support for serializing/deserializing Containers to/from serialized frames (bytes).
- The pshape is calculated automatically if is None.
- Add a .sframe attribute for the serialized frame.
- Big refactor for more consistent inheritance among classes.
- The from_numpy() function always return a NPArray now.
- Rename MANINFEST.in for MANIFEST.in.
- Fix the list of available cnames.
- Added a MANIFEST.in for including all C-Blosc2 and Caterva sources in package.
- Docstrings has been added. In addition, the documentation can be found at: https://python-caterva.readthedocs.io/
- Add a copy parameter to from_file().
- complib has been renamed to cname for compatibility with blosc-powered packages.
- The use of an itemsize different than a 2 power is allowed now.