You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2024/02/26 23:15:04 UTC

(datasketches-cpp) branch master updated (4052e03 -> 5bf5a9f)

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

alsay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


    from 4052e03  Merge pull request #423 from apache/tdigest
     add 1b0ab18  cross-language test
     add 7f0c235  fixed serialization of empty sketch as bytes
     add 809e0ca  use uint32_t weight for tdigest<float>
     add 74d41d6  use given allocator
     add ba0f8a5  fixed return type
     add f25c6f6  better assertions
     add 554e4e9  obtain allocator from the input
     add 70fafa4  custom allocator test
     new 5bf5a9f  Merge pull request #424 from apache/tdigest

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:
 tdigest/include/tdigest.hpp                        | 11 ++++--
 tdigest/include/tdigest_impl.hpp                   | 10 ++---
 tdigest/test/CMakeLists.txt                        |  8 ++++
 .../test/tdigest_custom_allocator_test.cpp         | 25 +++++++-----
 .../test/tdigest_serialize_for_java.cpp            | 23 ++++++++---
 tdigest/test/tdigest_test.cpp                      | 46 ++++++++++++++++++----
 6 files changed, 92 insertions(+), 31 deletions(-)
 copy req/test/req_sketch_serialize_for_java.cpp => tdigest/test/tdigest_custom_allocator_test.cpp (61%)
 copy req/test/req_sketch_serialize_for_java.cpp => tdigest/test/tdigest_serialize_for_java.cpp (61%)


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


(datasketches-cpp) 01/01: Merge pull request #424 from apache/tdigest

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 5bf5a9f0180866f7e191cb1404557810c05bc8ef
Merge: 4052e03 70fafa4
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Mon Feb 26 15:14:59 2024 -0800

    Merge pull request #424 from apache/tdigest
    
    uint32_t weight in tdigest<float> + cross-language test

 tdigest/include/tdigest.hpp                    | 11 +++---
 tdigest/include/tdigest_impl.hpp               | 10 +++---
 tdigest/test/CMakeLists.txt                    |  8 +++++
 tdigest/test/tdigest_custom_allocator_test.cpp | 43 +++++++++++++++++++++++
 tdigest/test/tdigest_serialize_for_java.cpp    | 47 ++++++++++++++++++++++++++
 tdigest/test/tdigest_test.cpp                  | 46 +++++++++++++++++++++----
 6 files changed, 149 insertions(+), 16 deletions(-)


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