Skip to content

v0.11.4

Compare
Choose a tag to compare
@has2k1 has2k1 released this 24 May 13:12
· 34 commits to main since this release
v0.11.4

Bug Fixes

  • Fixed squish and squish_infinite so that they do not reuse numpy arrays. The users object is not modified.

    This also prevents exceptions where the numpy array backs a pandas object and it is protected by copy-on-write.