You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/09/08 18:47:12 UTC

[datasketches-cpp] 01/02: Merge branch 'master' of github.com:apache/datasketches-cpp into count-sketch-python

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

jmalkin pushed a commit to branch count-sketch-python
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit f3dadca5e0583fa10499ea310e70d4b8739ffb20
Merge: 719f1e1 18455ec
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Sep 7 18:13:57 2021 -0700

    Merge branch 'master' of github.com:apache/datasketches-cpp into count-sketch-python

 .github/workflows/build_wheels.yml              | 86 +++++++++++++++++++++++++
 .gitmodules                                     |  3 -
 CMakeLists.txt                                  |  2 +
 common/include/common_defs.hpp                  |  2 +
 cpc/include/cpc_common.hpp                      | 13 +++-
 cpc/include/cpc_sketch.hpp                      |  2 +-
 cpc/include/cpc_union.hpp                       |  2 +-
 kll/include/kll_sketch.hpp                      |  9 ++-
 pyproject.toml                                  |  7 +-
 python/CMakeLists.txt                           | 16 +++--
 python/pybind11                                 |  1 -
 python/pybind11Path.cmd                         |  3 +
 python/src/cpc_wrapper.cpp                      |  2 +-
 python/src/kll_wrapper.cpp                      |  2 +-
 python/src/theta_wrapper.cpp                    |  4 +-
 python/src/vector_of_kll.cpp                    | 16 +++--
 sampling/include/var_opt_sketch.hpp             | 15 +++--
 sampling/include/var_opt_sketch_impl.hpp        |  2 +-
 setup.py                                        | 10 +--
 theta/include/theta_constants.hpp               | 13 ++--
 theta/include/theta_update_sketch_base.hpp      |  7 +-
 theta/include/theta_update_sketch_base_impl.hpp |  6 +-
 22 files changed, 178 insertions(+), 45 deletions(-)

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