Skip to content
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
Compare
Choose a tag to compare
@aleixalcacer aleixalcacer released this 22 Jun 06:54
· 67 commits to master since this 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.