Skip to content

Release 3.3.2

Latest
Compare
Choose a tag to compare
@FrancescAlted FrancescAlted released this 01 May 05:39
· 4 commits to main since this release

Changes from 3.3.1 to 3.3.2

  • Fixed a bug in the determination of chunk shape for the NDArray constructor.
    This was causing problems when creating NDArray instances with a CPU that
    was reporting a L3 cache size close (or exceeding) 2 GB. See PR #392.

  • Fixed a bug preventing the correct chaining of string lazy expressions for
    logical operators (&, |, ^...). See PR #391.

  • More performance optimization for blosc2.permute_dims. Thanks to
    Ricardo Sales Piquer (@ricardosp4) for the implementation.

  • Now, storage defaults (blosc2.storage_dflts) are honored, even if no
    storage= param is used in constructors.

  • We are distributing Python 3.10 wheels now.