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 2021/11/21 00:18:28 UTC

[datasketches-java] branch master updated (d48d3a4 -> 95a712a)

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 d48d3a4  minor Javadoc changes.
     add e173172  removed NewDegen state, renamed New to Empty, some rearrangement
     add a8e94b5  enforce theta=1 for empty sketch
     add 9a60623  adjusted tests
     add b8062a7  adjusted test
     new 95a712a  Merge pull request #374 from apache/simplified_setop_cases

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:
 .../datasketches/SetOperationCornerCases.java      | 114 ++++----
 .../theta/DirectQuickSelectSketchR.java            |   2 +-
 .../datasketches/theta/HeapQuickSelectSketch.java  |   2 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  |  24 +-
 .../java/org/apache/datasketches/tuple/Sketch.java |   4 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.java |   4 +-
 .../theta/CornerCaseThetaSetOperationsTest.java    | 245 ++++-------------
 .../datasketches/tuple/adouble/AdoubleTest.java    |   4 +-
 .../CornerCaseTupleSetOperationsTest.java          | 303 +++++----------------
 .../DirectArrayOfDoublesQuickSelectSketchTest.java |   5 +-
 .../HeapArrayOfDoublesQuickSelectSketchTest.java   |   4 +-
 11 files changed, 191 insertions(+), 520 deletions(-)

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


[datasketches-java] 01/01: Merge pull request #374 from apache/simplified_setop_cases

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95a712ae62142b8bfba4e5f541c1d35e54dd6f30
Merge: d48d3a4 b8062a7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Nov 20 16:18:23 2021 -0800

    Merge pull request #374 from apache/simplified_setop_cases
    
    Simplified set operations

 .../datasketches/SetOperationCornerCases.java      | 114 ++++----
 .../theta/DirectQuickSelectSketchR.java            |   2 +-
 .../datasketches/theta/HeapQuickSelectSketch.java  |   2 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  |  24 +-
 .../java/org/apache/datasketches/tuple/Sketch.java |   4 +-
 .../tuple/arrayofdoubles/ArrayOfDoublesSketch.java |   4 +-
 .../theta/CornerCaseThetaSetOperationsTest.java    | 245 ++++-------------
 .../datasketches/tuple/adouble/AdoubleTest.java    |   4 +-
 .../CornerCaseTupleSetOperationsTest.java          | 303 +++++----------------
 .../DirectArrayOfDoublesQuickSelectSketchTest.java |   5 +-
 .../HeapArrayOfDoublesQuickSelectSketchTest.java   |   4 +-
 11 files changed, 191 insertions(+), 520 deletions(-)

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