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 30fa37e9 Merge pull request #546 from 
apache/methods_to_compute_partition_limits
     add 54396e0e Implemented fix for min/max for Floats, Doubles and Items 
Sorted Views.
     add 4e8b0224 fix comments from review.
     new ce7f478b Merge pull request #547 from apache/fix_min_max

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:
 .../kll/KllDirectCompactItemsSketch.java           |   6 +-
 .../apache/datasketches/kll/KllDoublesSketch.java  |   2 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |   3 +-
 .../datasketches/kll/KllHeapDoublesSketch.java     |   2 +-
 .../apache/datasketches/kll/KllItemsSketch.java    |  33 ++--
 .../apache/datasketches/kll/KllMemoryValidate.java |   2 +-
 .../datasketches/quantiles/DoublesSketch.java      |   2 +-
 .../apache/datasketches/quantiles/ItemsUtil.java   |   1 -
 .../quantilescommon/DoublesSketchSortedView.java   |  40 ++--
 .../quantilescommon/FloatsSketchSortedView.java    |  42 ++--
 .../quantilescommon/GenericSortedView.java         |  30 ++-
 .../quantilescommon/IncludeMinMax.java             | 179 +++++++++++++++++
 .../quantilescommon/ItemsSketchSortedView.java     | 108 ++---------
 .../org/apache/datasketches/req/ReqSketch.java     |   3 +-
 .../KllDirectCompactItemsSketchIteratorTest.java   |  26 ++-
 .../datasketches/kll/KllMiscDoublesTest.java       |  40 ++--
 .../apache/datasketches/kll/KllMiscFloatsTest.java |  40 ++--
 .../apache/datasketches/kll/KllMiscItemsTest.java  |  42 ++--
 .../quantilescommon/IncludeMinMaxTest.java         | 211 +++++++++++++++++++++
 19 files changed, 601 insertions(+), 211 deletions(-)
 create mode 100644 
src/main/java/org/apache/datasketches/quantilescommon/IncludeMinMax.java
 create mode 100644 
src/test/java/org/apache/datasketches/quantilescommon/IncludeMinMaxTest.java


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

Reply via email to