.bumpversion.cfg
CMakeLists.txt
DISCLAIMER-WIP
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
.github/workflows/build_cmake.yml
bin/bumpversion
common/CMakeLists.txt
common/include/MurmurHash3.h
common/include/bounds_binomial_proportions.hpp
common/include/common_defs.hpp
common/include/count_zeros.hpp
common/include/inv_pow2_table.hpp
common/include/memory_operations.hpp
common/include/serde.hpp
common/test/CMakeLists.txt
common/test/catch.hpp
common/test/catch_runner.cpp
common/test/test_allocator.cpp
common/test/test_allocator.hpp
common/test/test_runner.cpp
common/test/test_type.hpp
cpc/CMakeLists.txt
cpc/include/compression_data.hpp
cpc/include/cpc_common.hpp
cpc/include/cpc_compressor.hpp
cpc/include/cpc_compressor_impl.hpp
cpc/include/cpc_confidence.hpp
cpc/include/cpc_sketch.hpp
cpc/include/cpc_sketch_impl.hpp
cpc/include/cpc_union.hpp
cpc/include/cpc_union_impl.hpp
cpc/include/cpc_util.hpp
cpc/include/icon_estimator.hpp
cpc/include/kxp_byte_lookup.hpp
cpc/include/u32_table.hpp
cpc/include/u32_table_impl.hpp
cpc/test/CMakeLists.txt
cpc/test/compression_test.cpp
cpc/test/cpc_sketch_test.cpp
cpc/test/cpc_union_test.cpp
fi/CMakeLists.txt
fi/include/frequent_items_sketch.hpp
fi/include/frequent_items_sketch_impl.hpp
fi/include/reverse_purge_hash_map.hpp
fi/include/reverse_purge_hash_map_impl.hpp
fi/test/CMakeLists.txt
fi/test/frequent_items_sketch_custom_type_test.cpp
fi/test/frequent_items_sketch_test.cpp
fi/test/items_sketch_string_from_java.sk
fi/test/items_sketch_string_utf8_from_java.sk
fi/test/longs_sketch_from_java.sk
fi/test/reverse_purge_hash_map_test.cpp
hll/CMakeLists.txt
hll/include/AuxHashMap-internal.hpp
hll/include/AuxHashMap.hpp
hll/include/CompositeInterpolationXTable-internal.hpp
hll/include/CompositeInterpolationXTable.hpp
hll/include/CouponHashSet-internal.hpp
hll/include/CouponHashSet.hpp
hll/include/CouponList-internal.hpp
hll/include/CouponList.hpp
hll/include/CubicInterpolation-internal.hpp
hll/include/CubicInterpolation.hpp
hll/include/HarmonicNumbers-internal.hpp
hll/include/HarmonicNumbers.hpp
hll/include/Hll4Array-internal.hpp
hll/include/Hll4Array.hpp
hll/include/Hll6Array-internal.hpp
hll/include/Hll6Array.hpp
hll/include/Hll8Array-internal.hpp
hll/include/Hll8Array.hpp
hll/include/HllArray-internal.hpp
hll/include/HllArray.hpp
hll/include/HllSketch-internal.hpp
hll/include/HllSketchImpl-internal.hpp
hll/include/HllSketchImpl.hpp
hll/include/HllSketchImplFactory.hpp
hll/include/HllUnion-internal.hpp
hll/include/HllUtil.hpp
hll/include/RelativeErrorTables-internal.hpp
hll/include/RelativeErrorTables.hpp
hll/include/coupon_iterator-internal.hpp
hll/include/coupon_iterator.hpp
hll/include/hll.hpp
hll/include/hll.private.hpp
hll/test/AuxHashMapTest.cpp
hll/test/CMakeLists.txt
hll/test/CouponHashSetTest.cpp
hll/test/CouponListTest.cpp
hll/test/CrossCountingTest.cpp
hll/test/HllArrayTest.cpp
hll/test/HllSketchTest.cpp
hll/test/HllUnionTest.cpp
hll/test/IsomorphicTest.cpp
hll/test/TablesTest.cpp
hll/test/ToFromByteArrayTest.cpp
hll/test/array6_from_java.sk
hll/test/compact_array4_from_java.sk
hll/test/compact_set_from_java.sk
hll/test/list_from_java.sk
hll/test/updatable_array4_from_java.sk
hll/test/updatable_set_from_java.sk
kll/CMakeLists.txt
kll/include/kll_helper.hpp
kll/include/kll_helper_impl.hpp
kll/include/kll_quantile_calculator.hpp
kll/include/kll_quantile_calculator_impl.hpp
kll/include/kll_sketch.hpp
kll/include/kll_sketch_impl.hpp
kll/test/CMakeLists.txt
kll/test/kll_sketch_custom_type_test.cpp
kll/test/kll_sketch_float_one_item_v1.sk
kll/test/kll_sketch_from_java.sk
kll/test/kll_sketch_test.cpp
kll/test/kll_sketch_validation.cpp
python/CMakeLists.txt
python/README.md
python/datasketches.egg-info/PKG-INFO
python/datasketches.egg-info/SOURCES.txt
python/datasketches.egg-info/dependency_links.txt
python/datasketches.egg-info/not-zip-safe
python/datasketches.egg-info/top_level.txt
python/jupyter/CPCSketch.ipynb
python/jupyter/FrequentItemsSketch.ipynb
python/jupyter/HLLSketch.ipynb
python/jupyter/KLLSketch.ipynb
python/jupyter/ThetaSketchNotebook.ipynb
python/pybind11/.appveyor.yml
python/pybind11/.git
python/pybind11/.gitignore
python/pybind11/.gitmodules
python/pybind11/.readthedocs.yml
python/pybind11/.travis.yml
python/pybind11/CMakeLists.txt
python/pybind11/CONTRIBUTING.md
python/pybind11/ISSUE_TEMPLATE.md
python/pybind11/LICENSE
python/pybind11/MANIFEST.in
python/pybind11/README.md
python/pybind11/setup.cfg
python/pybind11/setup.py
python/pybind11/docs/Doxyfile
python/pybind11/docs/Makefile
python/pybind11/docs/basics.rst
python/pybind11/docs/benchmark.py
python/pybind11/docs/benchmark.rst
python/pybind11/docs/changelog.rst
python/pybind11/docs/classes.rst
python/pybind11/docs/compiling.rst
python/pybind11/docs/conf.py
python/pybind11/docs/faq.rst
python/pybind11/docs/index.rst
python/pybind11/docs/intro.rst
python/pybind11/docs/limitations.rst
python/pybind11/docs/pybind11-logo.png
python/pybind11/docs/pybind11_vs_boost_python1.png
python/pybind11/docs/pybind11_vs_boost_python1.svg
python/pybind11/docs/pybind11_vs_boost_python2.png
python/pybind11/docs/pybind11_vs_boost_python2.svg
python/pybind11/docs/reference.rst
python/pybind11/docs/release.rst
python/pybind11/docs/requirements.txt
python/pybind11/docs/upgrade.rst
python/pybind11/docs/_static/theme_overrides.css
python/pybind11/docs/advanced/classes.rst
python/pybind11/docs/advanced/embedding.rst
python/pybind11/docs/advanced/exceptions.rst
python/pybind11/docs/advanced/functions.rst
python/pybind11/docs/advanced/misc.rst
python/pybind11/docs/advanced/smart_ptrs.rst
python/pybind11/docs/advanced/cast/chrono.rst
python/pybind11/docs/advanced/cast/custom.rst
python/pybind11/docs/advanced/cast/eigen.rst
python/pybind11/docs/advanced/cast/functional.rst
python/pybind11/docs/advanced/cast/index.rst
python/pybind11/docs/advanced/cast/overview.rst
python/pybind11/docs/advanced/cast/stl.rst
python/pybind11/docs/advanced/cast/strings.rst
python/pybind11/docs/advanced/pycpp/index.rst
python/pybind11/docs/advanced/pycpp/numpy.rst
python/pybind11/docs/advanced/pycpp/object.rst
python/pybind11/docs/advanced/pycpp/utilities.rst
python/pybind11/include/pybind11/attr.h
python/pybind11/include/pybind11/buffer_info.h
python/pybind11/include/pybind11/cast.h
python/pybind11/include/pybind11/chrono.h
python/pybind11/include/pybind11/common.h
python/pybind11/include/pybind11/complex.h
python/pybind11/include/pybind11/eigen.h
python/pybind11/include/pybind11/embed.h
python/pybind11/include/pybind11/eval.h
python/pybind11/include/pybind11/functional.h
python/pybind11/include/pybind11/iostream.h
python/pybind11/include/pybind11/numpy.h
python/pybind11/include/pybind11/operators.h
python/pybind11/include/pybind11/options.h
python/pybind11/include/pybind11/pybind11.h
python/pybind11/include/pybind11/pytypes.h
python/pybind11/include/pybind11/stl.h
python/pybind11/include/pybind11/stl_bind.h
python/pybind11/include/pybind11/detail/class.h
python/pybind11/include/pybind11/detail/common.h
python/pybind11/include/pybind11/detail/descr.h
python/pybind11/include/pybind11/detail/init.h
python/pybind11/include/pybind11/detail/internals.h
python/pybind11/include/pybind11/detail/typeid.h
python/pybind11/pybind11/__init__.py
python/pybind11/pybind11/__main__.py
python/pybind11/pybind11/_version.py
python/pybind11/tests/CMakeLists.txt
python/pybind11/tests/conftest.py
python/pybind11/tests/constructor_stats.h
python/pybind11/tests/cross_module_gil_utils.cpp
python/pybind11/tests/local_bindings.h
python/pybind11/tests/object.h
python/pybind11/tests/pybind11_cross_module_tests.cpp
python/pybind11/tests/pybind11_tests.cpp
python/pybind11/tests/pybind11_tests.h
python/pybind11/tests/pytest.ini
python/pybind11/tests/test_async.cpp
python/pybind11/tests/test_async.py
python/pybind11/tests/test_buffers.cpp
python/pybind11/tests/test_buffers.py
python/pybind11/tests/test_builtin_casters.cpp
python/pybind11/tests/test_builtin_casters.py
python/pybind11/tests/test_call_policies.cpp
python/pybind11/tests/test_call_policies.py
python/pybind11/tests/test_callbacks.cpp
python/pybind11/tests/test_callbacks.py
python/pybind11/tests/test_chrono.cpp
python/pybind11/tests/test_chrono.py
python/pybind11/tests/test_class.cpp
python/pybind11/tests/test_class.py
python/pybind11/tests/test_constants_and_functions.cpp
python/pybind11/tests/test_constants_and_functions.py
python/pybind11/tests/test_copy_move.cpp
python/pybind11/tests/test_copy_move.py
python/pybind11/tests/test_docstring_options.cpp
python/pybind11/tests/test_docstring_options.py
python/pybind11/tests/test_eigen.cpp
python/pybind11/tests/test_eigen.py
python/pybind11/tests/test_enum.cpp
python/pybind11/tests/test_enum.py
python/pybind11/tests/test_eval.cpp
python/pybind11/tests/test_eval.py
python/pybind11/tests/test_eval_call.py
python/pybind11/tests/test_exceptions.cpp
python/pybind11/tests/test_exceptions.py
python/pybind11/tests/test_factory_constructors.cpp
python/pybind11/tests/test_factory_constructors.py
python/pybind11/tests/test_gil_scoped.cpp
python/pybind11/tests/test_gil_scoped.py
python/pybind11/tests/test_iostream.cpp
python/pybind11/tests/test_iostream.py
python/pybind11/tests/test_kwargs_and_defaults.cpp
python/pybind11/tests/test_kwargs_and_defaults.py
python/pybind11/tests/test_local_bindings.cpp
python/pybind11/tests/test_local_bindings.py
python/pybind11/tests/test_methods_and_attributes.cpp
python/pybind11/tests/test_methods_and_attributes.py
python/pybind11/tests/test_modules.cpp
python/pybind11/tests/test_modules.py
python/pybind11/tests/test_multiple_inheritance.cpp
python/pybind11/tests/test_multiple_inheritance.py
python/pybind11/tests/test_numpy_array.cpp
python/pybind11/tests/test_numpy_array.py
python/pybind11/tests/test_numpy_dtypes.cpp
python/pybind11/tests/test_numpy_dtypes.py
python/pybind11/tests/test_numpy_vectorize.cpp
python/pybind11/tests/test_numpy_vectorize.py
python/pybind11/tests/test_opaque_types.cpp
python/pybind11/tests/test_opaque_types.py
python/pybind11/tests/test_operator_overloading.cpp
python/pybind11/tests/test_operator_overloading.py
python/pybind11/tests/test_pickling.cpp
python/pybind11/tests/test_pickling.py
python/pybind11/tests/test_pytypes.cpp
python/pybind11/tests/test_pytypes.py
python/pybind11/tests/test_sequences_and_iterators.cpp
python/pybind11/tests/test_sequences_and_iterators.py
python/pybind11/tests/test_smart_ptr.cpp
python/pybind11/tests/test_smart_ptr.py
python/pybind11/tests/test_stl.cpp
python/pybind11/tests/test_stl.py
python/pybind11/tests/test_stl_binders.cpp
python/pybind11/tests/test_stl_binders.py
python/pybind11/tests/test_tagbased_polymorphic.cpp
python/pybind11/tests/test_tagbased_polymorphic.py
python/pybind11/tests/test_union.cpp
python/pybind11/tests/test_union.py
python/pybind11/tests/test_virtual_functions.cpp
python/pybind11/tests/test_virtual_functions.py
python/pybind11/tests/test_cmake_build/CMakeLists.txt
python/pybind11/tests/test_cmake_build/embed.cpp
python/pybind11/tests/test_cmake_build/main.cpp
python/pybind11/tests/test_cmake_build/test.py
python/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
python/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
python/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
python/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
python/pybind11/tests/test_embed/CMakeLists.txt
python/pybind11/tests/test_embed/catch.cpp
python/pybind11/tests/test_embed/external_module.cpp
python/pybind11/tests/test_embed/test_interpreter.cpp
python/pybind11/tests/test_embed/test_interpreter.py
python/pybind11/tools/FindCatch.cmake
python/pybind11/tools/FindEigen3.cmake
python/pybind11/tools/FindPythonLibsNew.cmake
python/pybind11/tools/check-style.sh
python/pybind11/tools/libsize.py
python/pybind11/tools/mkdoc.py
python/pybind11/tools/pybind11Config.cmake.in
python/pybind11/tools/pybind11Tools.cmake
python/pybind11/tools/clang/.git
python/pybind11/tools/clang/.gitignore
python/pybind11/tools/clang/LICENSE.TXT
python/pybind11/tools/clang/README.md
python/pybind11/tools/clang/__init__.py
python/pybind11/tools/clang/cindex.py
python/pybind11/tools/clang/enumerations.py
python/src/__init__.py
python/src/_version.py
python/src/cpc_wrapper.cpp
python/src/datasketches.cpp
python/src/fi_wrapper.cpp
python/src/hll_wrapper.cpp
python/src/kll_wrapper.cpp
python/src/theta_wrapper.cpp
python/src/vo_wrapper.cpp
python/tests/__init__.py
python/tests/cpc_test.py
python/tests/fi_test.py
python/tests/hll_test.py
python/tests/kll_test.py
python/tests/theta_test.py
python/tests/vo_test.py
sampling/CMakeLists.txt
sampling/include/var_opt_sketch.hpp
sampling/include/var_opt_sketch_impl.hpp
sampling/include/var_opt_union.hpp
sampling/include/var_opt_union_impl.hpp
sampling/test/CMakeLists.txt
sampling/test/binaries_from_java.txt
sampling/test/var_opt_sketch_test.cpp
sampling/test/var_opt_union_test.cpp
sampling/test/varopt_sketch_long_sampling.sk
sampling/test/varopt_sketch_string_exact.sk
sampling/test/varopt_union_double_sampling.sk
theta/CMakeLists.txt
theta/include/binomial_bounds.hpp
theta/include/conditional_back_inserter.hpp
theta/include/theta_a_not_b.hpp
theta/include/theta_a_not_b_impl.hpp
theta/include/theta_intersection.hpp
theta/include/theta_intersection_impl.hpp
theta/include/theta_sketch.hpp
theta/include/theta_sketch_impl.hpp
theta/include/theta_union.hpp
theta/include/theta_union_impl.hpp
theta/test/CMakeLists.txt
theta/test/theta_a_not_b_test.cpp
theta/test/theta_compact_empty_from_java.sk
theta/test/theta_compact_estimation_from_java.sk
theta/test/theta_compact_single_item_from_java.sk
theta/test/theta_intersection_test.cpp
theta/test/theta_sketch_test.cpp
theta/test/theta_union_test.cpp
theta/test/theta_update_empty_from_java.sk
theta/test/theta_update_estimation_from_java.sk
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CMakeCCompilerABI.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CMakeCXXCompilerABI.cpp
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CMakeCompilerABI.h
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CMakeTestGNU.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckForPthreads.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckFunctionExists.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckVariableExists.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckIPOSupported/foo.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckIPOSupported/foo.cpp
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckIPOSupported/main.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/CheckIPOSupported/main.cpp
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FindMPI/libver_mpi.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FindMPI/test_mpi.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/CMakeLists.txt
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/MYMODULE.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/MY_MODULE.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/my_module_.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/mymodule_.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/Verify/CMakeLists.txt
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/Verify/VerifyC.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/FortranCInterface/Verify/main.c
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/Modules/IntelVSImplicitPath/CMakeLists.txt
venv/lib/python3.7/site-packages/cmake/data/CMake.app/Contents/share/cmake-3.17/include/cmCPluginAPI.h