This repository has been archived by the owner on Apr 10, 2023. It is now read-only.
Release 0.5.0
Pre-release
Pre-release
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.