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 fa43ca6d8a37449a7022e6fcb8f401d5479ac5c7
Merge: e7e53c4 a2a238b
Author: Alexander Saydakov <[email protected]>
AuthorDate: Thu Nov 4 15:02:48 2021 -0700

    Merge pull request #250 from apache/theta_reset
    
    Theta and Tuple reset

 theta/include/theta_helpers.hpp                  | 15 +++++++++
 theta/include/theta_intersection_base_impl.hpp   | 10 +++---
 theta/include/theta_set_difference_base_impl.hpp |  2 +-
 theta/include/theta_sketch.hpp                   | 16 +++++----
 theta/include/theta_sketch_impl.hpp              | 11 +++++--
 theta/include/theta_union.hpp                    |  7 +++-
 theta/include/theta_union_base.hpp               |  4 ++-
 theta/include/theta_union_base_impl.hpp          | 10 ++++--
 theta/include/theta_union_impl.hpp               | 13 +++++---
 theta/include/theta_update_sketch_base.hpp       |  9 ++---
 theta/include/theta_update_sketch_base_impl.hpp  | 42 +++++++++++++++++++-----
 theta/test/theta_sketch_test.cpp                 | 16 +++++++++
 theta/test/theta_union_test.cpp                  | 34 ++++++++++++-------
 tuple/include/array_of_doubles_sketch.hpp        |  2 +-
 tuple/include/array_of_doubles_sketch_impl.hpp   |  6 ++--
 tuple/include/array_of_doubles_union.hpp         |  2 +-
 tuple/include/array_of_doubles_union_impl.hpp    |  6 ++--
 tuple/include/tuple_sketch.hpp                   |  7 +++-
 tuple/include/tuple_sketch_impl.hpp              | 11 +++++--
 tuple/include/tuple_union.hpp                    |  7 +++-
 tuple/include/tuple_union_impl.hpp               | 11 +++++--
 tuple/test/array_of_doubles_sketch_test.cpp      | 16 +++++++++
 tuple/test/tuple_sketch_test.cpp                 | 10 ++++++
 tuple/test/tuple_union_test.cpp                  |  7 ++++
 24 files changed, 209 insertions(+), 65 deletions(-)

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

Reply via email to