v0.7.2
- When contracting with slices and
strip_exponentenabled, each slice result is returned with the exponent separately, rather than matching the first, these are are now combined ingather_slices. - If
check_zero=True,strip_exponent=True, and a zero slice is encountered, the returned exponent will now befloat('-inf')rather than0.0for compatbility with the above.
Full Changelog: v0.7.1...v0.7.2