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/incubator-datasketches-cpp.git.
from 572e390 Merge pull request #41 from apache/gcc_hll_fix
add 984b3eb port cpc, fi, and hll to pybind11
add adca8ba add kll support to python with pybind11
add 5c30406 update readme with python instructions
add 927eb6a fix python setup script name in readme
add 389797a update readme wording
new 4885337 Merge pull request #40 from apache/pybind11
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:
.gitmodules | 3 +
README.md | 9 ++
pyproject.toml | 2 +-
python/CMakeLists.txt | 45 ++++------
python/pybind11 | 1 +
python/src/cpc_wrapper.cpp | 60 ++++++-------
python/src/datasketches.cpp | 24 ++---
python/src/fi_wrapper.cpp | 97 ++++++++------------
python/src/hll_wrapper.cpp | 211 ++++++++++++++++----------------------------
python/src/kll_wrapper.cpp | 162 ++++++++++++++--------------------
10 files changed, 246 insertions(+), 368 deletions(-)
create mode 100644 .gitmodules
create mode 160000 python/pybind11
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]