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 13 Jul 10:47
· 95 commits to master since this release

Changes from 0.4.0 to 0.5.0

  • Redesign the caterva guts and perform a code refactorization in order
    to simplify the code. This includes API renaming. A performance improvement
    is obtained as can be seen in #69 (comment)

  • Implement a set_slice for arrays backed by Blosc. This allows users to
    update the values in the array whenever and wherever they want.

  • Implement constructors (empty, zeros, full) using the special-values
    features introduced in Blosc.

  • Use the pydata_sphinx_theme in the documentation.