v5.1.0
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