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/06/13 16:34:39 UTC

[datasketches-cpp] 01/01: Merge pull request #376 from apache/add_trim

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 ba70c54a45480295c06a0621b331406cda092123
Merge: b5f77eb 0918a80
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Tue Jun 13 09:34:32 2023 -0700

    Merge pull request #376 from apache/add_trim
    
    added missing trim() and reset() to Python wrapper for Tuple and Theta sketches

 python/datasketches/TupleWrapper.py | 5 ++++-
 python/src/theta_wrapper.cpp        | 2 ++
 python/src/tuple_wrapper.cpp        | 1 +
 python/tests/theta_test.py          | 8 ++++++++
 python/tests/tuple_test.py          | 7 +++++++
 5 files changed, 22 insertions(+), 1 deletion(-)


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