You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/01/05 23:59:57 UTC

[datasketches-java] branch Add_HeapifyWrapCompactSketch2 updated (7f1a09d -> 417a8c2)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch Add_HeapifyWrapCompactSketch2
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git.


    from 7f1a09d  Added tests for the Sketches.wrap() and Sketches.wrapCompactSketch().
     add 417a8c2  Changed seed to expectedSeed where applicable

No new revisions were added by this update.

Summary of changes:
 README.md                                          | 54 +++++++++++++++-
 pom.xml                                            |  2 +-
 .../apache/datasketches/theta/CompactSketch.java   | 67 +++++++++++---------
 .../apache/datasketches/theta/HeapAlphaSketch.java |  9 +--
 .../apache/datasketches/theta/SetOperation.java    | 35 ++++++-----
 .../datasketches/theta/SingleItemSketch.java       | 35 ++---------
 .../java/org/apache/datasketches/theta/Sketch.java | 33 +++++-----
 .../org/apache/datasketches/theta/Sketches.java    | 71 ++++++++++++----------
 .../org/apache/datasketches/theta/UnionImpl.java   | 59 ++++++++++--------
 .../apache/datasketches/theta/UpdateSketch.java    | 22 ++++---
 .../datasketches/theta/SingleItemSketchTest.java   | 15 +++--
 11 files changed, 233 insertions(+), 169 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org