This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git.
from c6f3710 Start Release of 2.0.0
new ccfc449 Fixes in preparation for 2.0.0-RC2
new 9de80d7 Fixed error in Tuple Intersection.update(Sketch, S summary),
line 184.
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 | 11 +-
.../apache/datasketches/theta/Intersection.java | 14 +-
.../datasketches/theta/IntersectionImpl.java | 40 +-
.../datasketches/theta/JaccardSimilarity.java | 20 +-
.../java/org/apache/datasketches/theta/Union.java | 44 +-
.../org/apache/datasketches/theta/UnionImpl.java | 42 +-
.../apache/datasketches/theta/package-info.java | 42 +-
.../java/org/apache/datasketches/tuple/AnotB.java | 8 +-
.../apache/datasketches/tuple/Intersection.java | 17 +-
.../java/org/apache/datasketches/tuple/Union.java | 15 +-
.../datasketches/tuple/UpdatableSummary.java | 5 +-
.../datasketches/tuple/adouble/DoubleSummary.java | 7 +-
.../tuple/aninteger/IntegerSummary.java | 10 +-
.../tuple/strings/ArrayOfStringsSummary.java | 8 +-
.../apache/datasketches/theta/DirectUnionTest.java | 542 ++++++++++-----------
.../org/apache/datasketches/theta/EmptyTest.java | 68 +--
.../apache/datasketches/theta/ExamplesTest.java | 59 ++-
.../apache/datasketches/theta/HeapUnionTest.java | 412 ++++++++--------
.../datasketches/theta/PreambleUtilTest.java | 38 +-
.../datasketches/theta/SetOperationTest.java | 232 ++++-----
.../apache/datasketches/theta/SketchesTest.java | 111 +++--
.../apache/datasketches/theta/UnionImplTest.java | 182 +++----
.../datasketches/tuple/TupleExamplesTest.java | 102 ++++
23 files changed, 1097 insertions(+), 932 deletions(-)
create mode 100644
src/test/java/org/apache/datasketches/tuple/TupleExamplesTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]