Releases: apache/datasketches-java
1.2.0-incubating-RC2
1.2.0-incubating-RC1
Significant Merge speed improvements to HLL
Apache Release 1.1.0-incubating
Changes from previous release:
-
This release fixes a bug in Theta Sketches caused by the merge of a SingleItemSketch which created an additional hash to be entered into the merge. This caused over-counting in the merge result.
-
Minor updates to LICENSE, NOTICE, and README files.
1.1.0-incubating-RC1
Preparation for release
Apache Release 1.0.0-incubating
This release was based on Tag 1.0.0-incubating-RC2
All of the packages have been renamed from "com.yahoo.sketches" to "org.apache.datasketches".
the "pom.xml" file has been completely restructured and lists as a dependency the recently released "org.apache.datasketches-memory" component.
This release contains some performance enhancements a few minor bug fixes.
1.0.0-incubating-RC1
Preparation for release.
PriorToRefactor
This is a fall-back tag prior to refactoring the code from com.yahoo... to org.apache... This is not a release.
0.13.4 May 14, 2019: Fix Theta Direct Union Bug, alternative path.
It turns out there were two different code paths that would reveal the Direct Union Bug. This fixes the alternative, but seldom used path, which wasn't caught in the previous release.
0.13.3 May 8, 2019: Fix Theta Direct Union Bug
This release fixes a nasty bug that occurred when merging estimating sketches into a Direct Union.
Three lines of code were accidentally deleted between 0.13.0 and 0.13.1.
This bug existed only in releases 0.13.1 and 0.13.2.
0.13.2 Apr 25, 2019: Frequent Distinct Tuples Sketch
- Released the new Frequent Distinct Tuples Sketch.
- Minor updates to javadocs
- Minor bug fixes.