Skip to content

v0.7.2

Choose a tag to compare

@jcmgray jcmgray released this 01 Apr 16:46
· 124 commits to main since this release
  • When contracting with slices and strip_exponent enabled, each slice result is returned with the exponent separately, rather than matching the first, these are are now combined in gather_slices.
  • If check_zero=True, strip_exponent=True, and a zero slice is encountered, the returned exponent will now be float('-inf') rather than 0.0 for compatbility with the above.

Full Changelog: v0.7.1...v0.7.2