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

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

commit e31440f475f74f92f2d2c7224623ae96e07539df
Merge: cd64f79 2c3db8d
Author: Jon Malkin <[email protected]>
AuthorDate: Thu Apr 13 16:28:00 2023 -0700

    Merge pull request #358 from apache/density_custom_kernel
    
    Update density sketch to use custom kernel, in both c++ and python

 density/include/density_sketch.hpp                 | 10 ++-
 density/include/density_sketch_impl.hpp            |  7 +-
 density/test/density_sketch_test.cpp               | 33 ++++++++
 python/datasketches/DensityWrapper.py              | 75 +++++++++++++++++
 .../{__init__.py => KernelFunction.py}             | 19 ++++-
 python/datasketches/__init__.py                    |  6 +-
 python/include/kernel_function.hpp                 | 98 ++++++++++++++++++++++
 python/src/density_wrapper.cpp                     | 52 +++++++-----
 python/tests/density_test.py                       | 29 ++++++-
 9 files changed, 297 insertions(+), 32 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to