Skip to content

v5.1.0

Choose a tag to compare

@jmalkin jmalkin released this 26 Sep 07:36
· 18 commits to main since this release
62c6c19

This is a minor release version with several new features and one change to wheels:

  • Convenience wheels in pypi are now built using numpy 2.x, but should still work if using numpy 1.x
  • New sketch: The python library now supports the DataSketches implementation of t-digest
  • The tuple sketch supports a .filter() method which applies a predicate to the summaries and returns a compact sketch of items matching the predicate