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 2020/07/18 19:04:11 UTC

[incubator-datasketches-java] branch RefactorArrayOfDoubles updated (82cb36d -> b731081)

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

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


    from 82cb36d  Go back to openjdk8 from oraclejdk8.
     add dfd3f08  Fixed all issues with PR #324.
     new ef3019a  Merge remote-tracking branch 'origin/Refactor_Theta_Tuple' into RefactorArrayOfDoubles
     add d735da7  Merge pull request #324 from apache/Refactor_Theta_Tuple
     new b731081  Merge branch 'master' into RefactorArrayOfDoubles

The 2 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:
 .../java/org/apache/datasketches/theta/AnotB.java  |  54 +--
 .../org/apache/datasketches/theta/AnotBimpl.java   | 185 +++++-----
 .../datasketches/theta/CompactOperations.java      |   3 +-
 .../datasketches/theta/HeapCompactSketch.java      |   2 +-
 .../apache/datasketches/theta/Intersection.java    |  48 ++-
 .../datasketches/theta/IntersectionImpl.java       |  17 +-
 .../datasketches/theta/IntersectionImplR.java      |  23 +-
 .../datasketches/theta/JaccardSimilarity.java      |   6 +-
 .../datasketches/theta/SetOperationBuilder.java    |   4 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  | 334 +++++++++---------
 .../datasketches/tuple/SerializerDeserializer.java |   2 -
 .../java/org/apache/datasketches/tuple/Util.java   |   2 -
 .../BoundsOnRatiosInThetaSketchedSetsTest.java     |   4 +-
 .../apache/datasketches/theta/AnotBimplTest.java   | 379 +++++++++------------
 .../datasketches/theta/DirectIntersectionTest.java |  66 ++--
 .../org/apache/datasketches/theta/EmptyTest.java   |  21 +-
 .../datasketches/theta/HeapIntersectionTest.java   |  56 +--
 .../theta/PairwiseSetOperationsTest.java           |  14 +-
 .../datasketches/theta/ReadOnlyMemoryTest.java     |  17 +-
 .../datasketches/theta/SetOperationTest.java       |   9 +-
 .../datasketches/theta/SetOpsCornerCasesTest.java  |   4 +-
 .../datasketches/theta/SingleItemSketchTest.java   |  12 +-
 22 files changed, 593 insertions(+), 669 deletions(-)


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


[incubator-datasketches-java] 01/02: Merge remote-tracking branch 'origin/Refactor_Theta_Tuple' into RefactorArrayOfDoubles

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

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

commit ef3019ad29f64e53e0a47d6fc690ca622859c8aa
Merge: 82cb36d dfd3f08
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jul 18 09:53:36 2020 -0700

    Merge remote-tracking branch 'origin/Refactor_Theta_Tuple' into RefactorArrayOfDoubles

 .../java/org/apache/datasketches/theta/AnotB.java  |  54 +--
 .../org/apache/datasketches/theta/AnotBimpl.java   | 185 +++++-----
 .../datasketches/theta/CompactOperations.java      |   3 +-
 .../datasketches/theta/HeapCompactSketch.java      |   2 +-
 .../apache/datasketches/theta/Intersection.java    |  48 ++-
 .../datasketches/theta/IntersectionImpl.java       |  17 +-
 .../datasketches/theta/IntersectionImplR.java      |  23 +-
 .../datasketches/theta/JaccardSimilarity.java      |   6 +-
 .../datasketches/theta/SetOperationBuilder.java    |   4 +-
 .../java/org/apache/datasketches/tuple/AnotB.java  | 334 +++++++++---------
 .../datasketches/tuple/SerializerDeserializer.java |   2 -
 .../java/org/apache/datasketches/tuple/Util.java   |   2 -
 .../BoundsOnRatiosInThetaSketchedSetsTest.java     |   4 +-
 .../apache/datasketches/theta/AnotBimplTest.java   | 379 +++++++++------------
 .../datasketches/theta/DirectIntersectionTest.java |  66 ++--
 .../org/apache/datasketches/theta/EmptyTest.java   |  21 +-
 .../datasketches/theta/HeapIntersectionTest.java   |  56 +--
 .../theta/PairwiseSetOperationsTest.java           |  14 +-
 .../datasketches/theta/ReadOnlyMemoryTest.java     |  17 +-
 .../datasketches/theta/SetOperationTest.java       |   9 +-
 .../datasketches/theta/SetOpsCornerCasesTest.java  |   4 +-
 .../datasketches/theta/SingleItemSketchTest.java   |  12 +-
 22 files changed, 593 insertions(+), 669 deletions(-)


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


[incubator-datasketches-java] 02/02: Merge branch 'master' into RefactorArrayOfDoubles

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

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

commit b731081a3a6dfd56e8226815807166e44298165f
Merge: ef3019a d735da7
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jul 18 12:03:24 2020 -0700

    Merge branch 'master' into RefactorArrayOfDoubles



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