Releases: DataDog/sketches-java
Releases · DataDog/sketches-java
v0.3.0
- Avoid iterating over empty bins when using
Stores's methods (getStream,getAscendingStream,getDescendingStream,getAscendingIteratorandgetDescendingIterator) - Track bin counts as
doubleand update the signature of related methods
This release introduces breaking API changes:
QuantileSketch.getCount(),Store.getTotalCount()andBin.getCount()now return adoubleinstead of along,Storehas a newaddmethod with signaturevoid add(int, double),- the constructor of
Binnow takes adoubleas a second parameter (count).
v0.2.1
- Make sure very small and very large input values are properly handled
v0.2.0
- Add support for Java 8