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 2022/08/28 00:28:42 UTC

[datasketches-java] branch Changes_to_Classic_Quantiles updated (83c11b73 -> 7dbc5984)

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

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


    from 83c11b73 Interim 6:
     add 7dbc5984 Interim 7. Final adjustments.

No new revisions were added by this update.

Summary of changes:
 .../apache/datasketches/QuantilesDoublesAPI.java   | 30 ++++++++++
 .../apache/datasketches/QuantilesFloatsAPI.java    | 30 ++++++++++
 .../apache/datasketches/kll/KllDoublesSketch.java  | 18 +++---
 .../apache/datasketches/kll/KllFloatsSketch.java   | 18 +++---
 .../org/apache/datasketches/kll/KllSketch.java     | 14 ++---
 .../datasketches/quantiles/DoublesSketch.java      | 24 ++++----
 .../org/apache/datasketches/req/BaseReqSketch.java | 47 ++++++++++++++-
 .../org/apache/datasketches/req/ReqCompactor.java  |  2 +-
 .../org/apache/datasketches/req/ReqSketch.java     | 69 +++++++++++-----------
 .../datasketches/req/ReqSketchOtherTest.java       |  4 +-
 10 files changed, 176 insertions(+), 80 deletions(-)


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