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.