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 e7e53c4  Merge pull request #249 from will-lauer/wrapped_theta_updates
     add 7ea464f  reset sketch and union
     add a2a238b  simplified slightly
     new fa43ca6  Merge pull request #250 from apache/theta_reset

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:
 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