2022-04-05 |
Jon Malkin | ensure k is power of 2 to match java
|
commit | commitdiff | tree |
2022-04-05 |
Jon Malkin | Read correct sketch from java for testing
|
commit | commitdiff | tree |
2022-04-05 |
Jon Malkin | Add more tests ported from kll test suite (all except...
|
commit | commitdiff | tree |
2022-04-05 |
Jon Malkin | remove unnecessary move, sort BB as side-effect on...
|
commit | commitdiff | tree |
2022-04-05 |
Jon Malkin | minor cleanup
|
commit | commitdiff | tree |
2022-04-05 |
Jon Malkin | (de)serializatio fixes and compatibility with java...
|
commit | commitdiff | tree |
2022-03-26 |
Jon Malkin | more warning fixes
|
commit | commitdiff | tree |
2022-03-26 |
Jon Malkin | updates to reduce warnings
|
commit | commitdiff | tree |
2022-03-25 |
Jon Malkin | naming consistency for serde template parameter
|
commit | commitdiff | tree |
2022-03-24 |
Jon Malkin | remove extraneous serde template parameter
|
commit | commitdiff | tree |
2022-03-24 |
Jon Malkin | move serde from class onto only methods needing it
|
commit | commitdiff | tree |
2022-03-24 |
Jon Malkin | deserialize void*
|
commit | commitdiff | tree |
2022-03-23 |
Jon Malkin | checkpoint: streaming deserialization
|
commit | commitdiff | tree |
2022-02-18 |
Jon Malkin | add serialization (self-consistent, not fully tested)
|
commit | commitdiff | tree |
2022-01-20 |
Jon Malkin | use common quantiles calculator between req and classic...
|
commit | commitdiff | tree |
2022-01-15 |
Jon Malkin | fix backwards logic on a comparator, simplify to reduce...
|
commit | commitdiff | tree |
2022-01-14 |
Jon Malkin | add missing header, fix comparator usage
|
commit | commitdiff | tree |
2022-01-14 |
Jon Malkin | include chrono in the right place
|
commit | commitdiff | tree |
2022-01-14 |
Jon Malkin | use the same random_bit implementation across all quantiles...
|
commit | commitdiff | tree |
2022-01-05 |
Jon Malkin | WIP initial commit of classic quantiles. incomplete...
|
commit | commitdiff | tree |
2021-09-29 |
Jon Malkin | return unreleased python verison to 3.3.0.dev0
|
commit | commitdiff | tree |
2021-09-29 |
Jon Malkin | Pull in changes to python files and license from 3...
|
commit | commitdiff | tree |
2021-09-23 |
Jon Malkin | clean up project metadata and dependencies for python
|
commit | commitdiff | tree |
2021-09-22 |
Jon Malkin | use logo with trademark icons, no need to caveat maybe...
|
commit | commitdiff | tree |
2021-09-22 |
Jon Malkin | clean up long and short descriptions for python package
|
commit | commitdiff | tree |
2021-09-21 |
Jon Malkin | Release process: bumps setup.py version to 3.3.0.dev0
|
commit | commitdiff | tree |
2021-09-21 |
Jon Malkin | to v3.2.0 in setup.py
|
commit | commitdiff | tree |
2021-09-21 |
Jon Malkin | update python readme, remove unused .gitmodules
|
commit | commitdiff | tree |
2021-09-03 |
Jon Malkin | add missing - and specify global pybind11 dependency
|
commit | commitdiff | tree |
2021-09-03 |
Jon Malkin | Changes to support wheels on Windows
|
commit | commitdiff | tree |
2021-09-03 |
Jon Malkin | Merge branch 'pybind_build_dependency' of github.com...
|
commit | commitdiff | tree |
2021-08-30 |
Jon Malkin | fix python compile issues on ubuntu+gcc10 docker by...
|
commit | commitdiff | tree |
2021-08-30 |
Jon Malkin | turn pybind11 into python build dependency, removing...
|
commit | commitdiff | tree |
2021-08-26 |
Jon Malkin | add wheel to sdist build since the log complains about...
|
commit | commitdiff | tree |
2021-08-26 |
Jon Malkin | grab dependencies in sdist build
|
commit | commitdiff | tree |
2021-08-26 |
Jon Malkin | add sdist build to workflow
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | try slightly different structure
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | run wheel creation when creating a release or when...
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | add missing quotes
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | skip win32 builds
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | use IDE to get formatting right
|
commit | commitdiff | tree |
2021-08-25 |
Jon Malkin | follow cibuildwheel docs for building python wheels...
|
commit | commitdiff | tree |
2021-07-01 |
Jon Malkin | reduce tolerance of python tests to avoid sporadic...
|
commit | commitdiff | tree |
2021-04-21 |
Jon Malkin | Add SANITIZE option to cmake to support sanitization
|
commit | commitdiff | tree |
2021-02-25 |
Jon Malkin | Add simple integration test that declares all sketch...
|
commit | commitdiff | tree |
2021-02-19 |
Jon Malkin | ensure compute_seed_hash uses a common definition to...
|
commit | commitdiff | tree |
2021-02-15 |
Jon Malkin | Add jaccard similarity to theta sketch in python
|
commit | commitdiff | tree |
2021-02-11 |
Jon Malkin | Add req python tests, fix minor issues in kll python...
|
commit | commitdiff | tree |
2021-02-11 |
Jon Malkin | Capitalize S in DataSketches
|
commit | commitdiff | tree |
2021-02-11 |
Jon Malkin | Add get_k() to kll, add python wrapper for req
|
commit | commitdiff | tree |
2021-02-10 |
Jon Malkin | improve comment wording
|
commit | commitdiff | tree |
2021-02-08 |
Jon Malkin | attempt to fix broken python CI job
|
commit | commitdiff | tree |
2021-02-08 |
Jon Malkin | Add Apache branding to mentions of Datassketches
|
commit | commitdiff | tree |
2021-02-02 |
Jon Malkin | stop caching credentials in workflows, add pytest in...
|
commit | commitdiff | tree |
2021-02-02 |
Jon Malkin | update python to remove is_compact from hll union
|
commit | commitdiff | tree |
2021-02-02 |
Jon Malkin | Merge branch 'hll_allocator' of github.com:apache/datasketch...
|
commit | commitdiff | tree |
2021-02-02 |
Jon Malkin | Merge branch 'hll_allocator' of github.com:apache/datasketch...
|
commit | commitdiff | tree |
2021-01-30 |
Jon Malkin | update python theta union update for new template API
|
commit | commitdiff | tree |
2021-01-29 |
Jon Malkin | Update python wrapper to handle theta API changes
|
commit | commitdiff | tree |
2021-01-29 |
Jon Malkin | Update python wrapper to handle theta API changes
|
commit | commitdiff | tree |
2021-01-29 |
Jon Malkin | try to get coveralls to have a useful badge
|
commit | commitdiff | tree |
2020-12-01 |
Jon Malkin | Remove hll_union::deserialize() that was accidentally...
|
commit | commitdiff | tree |
2020-10-26 |
Jon Malkin | bump pybind11 to one with a workaround for a pythong...
|
commit | commitdiff | tree |
2020-08-17 |
Jon Malkin | Clean up readme, add vector of kll to python docs,...
|
commit | commitdiff | tree |
2020-08-11 |
Jon Malkin | Update workflows to skip creating build/, add python...
|
commit | commitdiff | tree |
2020-08-05 |
Jon Malkin | Add empty build/ directory to repo, ensure it stays...
|
commit | commitdiff | tree |
2020-07-21 |
Jon Malkin | add array input to kll sketches in python
|
commit | commitdiff | tree |
2020-06-12 |
Jon Malkin | download lcov for coverage tests
|
commit | commitdiff | tree |
2020-06-12 |
Jon Malkin | attempt to add code coverage workflow
|
commit | commitdiff | tree |
2020-06-12 |
Jon Malkin | cmake improvements: don't produce empty library artifact...
|
commit | commitdiff | tree |
2020-06-08 |
Jon Malkin | split out vector_of_kll python class from kll_wrapper...
|
commit | commitdiff | tree |
2020-06-08 |
Jon Malkin | rename vector_of_kll_{floats,ints}_sketches, add merge...
|
commit | commitdiff | tree |
2020-06-04 |
Jon Malkin | add merge, collapse, and rename c++ object to vector_of_kll_...
|
commit | commitdiff | tree |
2020-05-28 |
Jon Malkin | fix critical bug in murmur3 hash for keys > 256 bits
|
commit | commitdiff | tree |
2020-05-26 |
Jon Malkin | handle single values and arrays
|
commit | commitdiff | tree |
2020-05-22 |
Jon Malkin | do bounds checks, then allow unchecked access. add...
|
commit | commitdiff | tree |
2020-05-21 |
Jon Malkin | remove somne commented-out lines
|
commit | commitdiff | tree |
2020-05-21 |
Jon Malkin | rewrite numpy version of kll sketch to use c++ class...
|
commit | commitdiff | tree |
2020-05-19 |
Jon Malkin | pull in latest changes to kll from master, initialize...
|
commit | commitdiff | tree |
2020-05-19 |
Jon Malkin | use the right method in to query skethces in unit tests
|
commit | commitdiff | tree |
2020-05-19 |
Jon Malkin | public items_to_string() uses const_iterator
|
commit | commitdiff | tree |
2020-05-19 |
Jon Malkin | simplify const_iterator internals a bit, add test assertions...
|
commit | commitdiff | tree |
2020-05-18 |
Jon Malkin | varopt rvalue udpate() for sketch and union
|
commit | commitdiff | tree |
2020-05-16 |
Jon Malkin | add rvalue updates for varopt sketch and union
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | typo fix
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | rewrite python instructions, fix python version baseline...
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | fix typo
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | add output of python build processes to .gitignore
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | rename .bin test files to .sk
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | check istream status before returning from deserialize
|
commit | commitdiff | tree |
2020-05-13 |
Jon Malkin | add missing memory include in common_defs.hpp
|
commit | commitdiff | tree |
2020-05-12 |
Jon Malkin | update python wrapper to use to_string with all sketches
|
commit | commitdiff | tree |
2020-05-12 |
Jon Malkin | Add note in kll about binary-compatibility w/ java...
|
commit | commitdiff | tree |
2020-05-12 |
Jon Malkin | switch to to_string() for all sketches, removing to_stream...
|
commit | commitdiff | tree |
2020-05-11 |
Jon Malkin | kll: check for NaN on update with floating point types
|
commit | commitdiff | tree |
2020-05-11 |
Jon Malkin | convert asserts to if/throw std::logic_error in varopt
|
commit | commitdiff | tree |
2020-05-08 |
Jon Malkin | fix leak in serde for bytearray of strings, usage of...
|
commit | commitdiff | tree |
2020-05-08 |
Jon Malkin | fix index bug in serde cleaning up strings, update...
|
commit | commitdiff | tree |
2020-05-08 |
Jon Malkin | add missing bounds check to varopt union, add exception...
|
commit | commitdiff | tree |
2020-05-08 |
Jon Malkin | add exception handling to varopt deserialize, untested
|
commit | commitdiff | tree |
next |