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/incubator-datasketches-java.git.


    from bb42490  Merge pull request #319 from apache/Tuple_Theta_Extension
     add e735213  Very minor corrections to code comments.
     add 258eea5  Merge branch 'master' into Theta_AnotB_consistency
     add 83b9de9  The use of "key" had multiple meanings.
     add 2fe4940  Fix javadoc error
     add 9053921  Fixes in response to review.
     new a182ae3  Merge pull request #320 from apache/Renaming

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:
 .../apache/datasketches/theta/CompactSketch.java   |   3 +-
 .../org/apache/datasketches/theta/HeapAnotB.java   |   6 +-
 .../apache/datasketches/theta/SetOperation.java    |   1 +
 .../java/org/apache/datasketches/tuple/AnotB.java  | 245 ++++++++++++---------
 .../apache/datasketches/tuple/CompactSketch.java   |  61 +++--
 .../java/org/apache/datasketches/tuple/Filter.java |   2 +-
 .../apache/datasketches/tuple/Intersection.java    | 111 +++++-----
 .../datasketches/tuple/QuickSelectSketch.java      | 155 +++++++------
 .../java/org/apache/datasketches/tuple/Sketch.java |  22 +-
 .../apache/datasketches/tuple/SketchIterator.java  |  37 +++-
 .../org/apache/datasketches/tuple/Summary.java     |   2 +-
 .../datasketches/tuple/SummarySetOperations.java   |   4 +-
 .../java/org/apache/datasketches/tuple/Union.java  |  69 +++---
 .../apache/datasketches/tuple/UpdatableSketch.java |   8 +-
 .../tuple/adouble/DoubleSummarySetOperations.java  |   2 +-
 .../aninteger/IntegerSummarySetOperations.java     |   2 +-
 src/main/javadoc/resources/dictionary.html         |   5 +-
 .../tuple/adouble/AdoubleIntersectionTest.java     |   2 +
 18 files changed, 417 insertions(+), 320 deletions(-)


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

Reply via email to