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/04/08 03:14:51 UTC

[datasketches-java] branch DirectKllDoubleV2 updated (1d797634 -> 1b54257e)

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

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


    from 1d797634 Fixed some tests. Other minor fixes.
     add 1b54257e Interim 14

No new revisions were added by this update.

Summary of changes:
 .../datasketches/kll/KllDirectDoublesSketch.java   | 38 +++++++++++-----------
 .../datasketches/kll/KllDirectFloatsSketch.java    | 38 +++++++++++-----------
 .../apache/datasketches/kll/KllDoublesHelper.java  | 31 +++++++++---------
 .../apache/datasketches/kll/KllDoublesSketch.java  | 33 ++++++++++++-------
 .../apache/datasketches/kll/KllFloatsHelper.java   | 21 ++++++------
 .../apache/datasketches/kll/KllFloatsSketch.java   | 33 ++++++++++++-------
 .../org/apache/datasketches/kll/KllHelper.java     | 37 ++++++++++-----------
 .../apache/datasketches/kll/KllMemoryValidate.java |  6 ++--
 .../apache/datasketches/kll/KllPreambleUtil.java   |  1 -
 .../org/apache/datasketches/kll/KllSketch.java     |  3 +-
 .../theta/ConcurrentPropagationService.java        |  5 ++-
 .../kll/KllDirectDoublesSketchTest.java            |  6 ++--
 .../kll/KllDirectFloatsSketchTest.java             |  7 ++--
 .../datasketches/kll/KllDoublesSketchTest.java     |  1 +
 .../datasketches/kll/KllDoublesValidationTest.java |  3 +-
 .../datasketches/kll/KllFloatsSketchTest.java      | 30 ++++++++---------
 .../datasketches/kll/KllFloatsValidationTest.java  |  2 +-
 .../apache/datasketches/kll/MiscDoublesTest.java   |  1 -
 tools/FindBugsExcludeFilter.xml                    |  5 +++
 19 files changed, 163 insertions(+), 138 deletions(-)


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