You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2023/01/05 18:31:45 UTC

[datasketches-cpp] 01/01: Merge pull request #322 from apache/python_wrapper_improvement

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 60833bba9f564884f746368b6116e667f11b4feb
Merge: da77298 9fdb0a4
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu Jan 5 10:31:38 2023 -0800

    Merge pull request #322 from apache/python_wrapper_improvement
    
    Python wrapper improvement

 python/src/cpc_wrapper.cpp       |  44 +++----
 python/src/fi_wrapper.cpp        | 114 ++++++++--------
 python/src/hll_wrapper.cpp       |  56 ++++----
 python/src/kll_wrapper.cpp       | 255 ++++++++++++++++--------------------
 python/src/quantiles_wrapper.cpp | 235 +++++++++++++++------------------
 python/src/req_wrapper.cpp       | 275 +++++++++++++++++----------------------
 python/src/theta_wrapper.cpp     | 138 ++++++++++----------
 python/src/vector_of_kll.cpp     |   4 +-
 python/src/vo_wrapper.cpp        |   2 +-
 python/tests/kll_test.py         |   6 +
 python/tests/quantiles_test.py   |   7 +
 python/tests/req_test.py         |   7 +
 python/tests/theta_test.py       |   8 +-
 python/tests/vo_test.py          |   7 +
 14 files changed, 524 insertions(+), 634 deletions(-)


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