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

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


    from 7b4f667c Merge pull request #532 from 
apache/remove_duplicate_doubles_sorted_views
     add c76d3c33 Allow updating sketches with ByteBuffers
     add 21960bff Add CpcSketch and Union
     new 4a7aaa76 Merge pull request #533 from 
romseygeek/sketch-bytebuffers-update

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/datasketches/cpc/CpcSketch.java | 13 +++++++++++++
 src/main/java/org/apache/datasketches/theta/Union.java   | 13 +++++++++++++
 .../java/org/apache/datasketches/theta/UnionImpl.java    |  7 +++++++
 .../java/org/apache/datasketches/theta/UpdateSketch.java | 16 ++++++++++++++++
 .../org/apache/datasketches/tuple/UpdatableSketch.java   | 14 ++++++++++++++
 .../arrayofdoubles/ArrayOfDoublesUpdatableSketch.java    | 14 ++++++++++++++
 .../java/org/apache/datasketches/cpc/CpcSketchTest.java  |  7 ++++++-
 .../org/apache/datasketches/theta/DirectUnionTest.java   |  9 ++++++---
 .../org/apache/datasketches/theta/HeapUnionTest.java     | 12 ++++++++----
 .../org/apache/datasketches/theta/UpdateSketchTest.java  | 15 +++++++++++----
 .../apache/datasketches/tuple/adouble/AdoubleTest.java   |  9 +++++++--
 .../DirectArrayOfDoublesQuickSelectSketchTest.java       | 11 +++++++++--
 12 files changed, 124 insertions(+), 16 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to