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/07 18:57:01 UTC

[datasketches-cpp] 01/01: Merge pull request #234 from apache/pybind_build_dependency

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

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

commit fb523728da382d84bf19a8f72780ce09e1f24e8d
Merge: 594a903 d8870d7
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Tue Sep 7 11:56:57 2021 -0700

    Merge pull request #234 from apache/pybind_build_dependency
    
    Pybind build dependency

 .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 +++++-
 21 files changed, 92 insertions(+), 45 deletions(-)

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