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

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


    from 9e842738b Merge pull request #683 from apache/Cleanup_phase1
     add 3e4eae077 Correcting javadocs
     add 0795a6ea0 Improve & correct Javadocs
     add 6e378475a try fix POM error
     add 31a31a7a8 Fix javadoc errors
     add 0b43a8083 try update javaoc.yml
     add 610c6ad2f try again
     add 644291bc2 Re-enable all GHA workflows
     add dd45187cf fixed problem in POM.
     add 8044090a2 Set P to zero for compact sketches.
     add 3f6d7209a Improve error messages.
     add c38514a1f Fix typo
     new 5abce634e Merge pull request #684 from apache/Cleanup_phase2

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:
 .github/workflows/auto-jdk-matrix.yml              | 14 +++---
 .github/workflows/auto-os-matrix.yml               | 16 +++----
 .github/workflows/check_cpp_files.yml              | 16 +++----
 .github/workflows/codeql-analysis.yml              | 16 +++----
 .github/workflows/javadoc.yml                      | 11 +++--
 pom.xml                                            |  3 --
 .../java/org/apache/datasketches/common/Util.java  |  2 +-
 .../org/apache/datasketches/hll/package-info.java  |  2 +-
 .../quantiles/DirectCompactDoublesSketch.java      |  2 +-
 .../quantiles/DirectUpdateDoublesSketch.java       |  2 +-
 .../datasketches/quantiles/DoublesSketch.java      | 52 ++++++++++++++++++----
 .../datasketches/quantiles/DoublesUnionImpl.java   | 12 +++--
 .../quantiles/UpdateDoublesSketch.java             | 30 ++++++++++---
 .../datasketches/theta/CompactOperations.java      |  2 +-
 .../apache/datasketches/theta/PreambleUtil.java    | 30 +++++++++++++
 .../quantiles/DirectCompactDoublesSketchTest.java  |  2 +-
 .../quantiles/DirectUpdateDoublesSketchTest.java   |  2 +-
 .../datasketches/quantiles/DoublesMiscTest.java    | 27 +++++++----
 .../datasketches/quantiles/DoublesSketchTest.java  |  2 +-
 .../quantiles/DoublesUnionImplTest.java            |  2 +-
 .../datasketches/quantiles/DoublesUtilTest.java    |  2 +-
 .../QuantilesSketchCrossLanguageTest.java          |  2 +-
 22 files changed, 174 insertions(+), 75 deletions(-)


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

Reply via email to