Skip to content

Blosc2 v3.3.4

Latest
Compare
Choose a tag to compare
@lshaw8317 lshaw8317 released this 22 May 11:04
· 25 commits to main since this release

This is a bugfix release, with some minor optimizations. We further improved the
correct chaining of string lazy expressions (to allow operands with more
diverse data types). In addition, both indexing and where expressions are now
supported within string lazy expressions. Finally, casting rules have
been improved to be more consistent with NumPy. In summary:

  • Expand possibilities for chaining string-based lazy expressions to incorporate
    data types which do not have shape attribute, e.g. int, float etc.
    See #406 and PR #411.

  • Enable slicing within string-based lazy expressions. See PR #414.

  • Improved casting for string-based lazy expressions.

  • Documentation improvements, see PR #410.

  • Compatibility fixes for working with h5py files.