2022-05-07 |
AlexanderSaydakov | higher resolution 274/head |
commit | commitdiff | tree | snapshot |
2022-05-06 |
AlexanderSaydakov | common Kolmogorov-Smirnov test, some minor fixes |
commit | commitdiff | tree | snapshot |
2022-05-06 |
Jon Malkin | Merge pull request #273 from apache/sorted_view |
commit | commitdiff | tree | snapshot |
2022-05-06 |
Jon Malkin | add sanity check on item counts in deserialization... 273/head |
commit | commitdiff | tree | snapshot |
2022-05-06 |
Jon | move quantiles and req from quantile_calculator to... |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon Malkin | Merge pull request #271 from apache/quantiles |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon Malkin | Merge branch 'master' into quantiles 271/head |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon | improve language around the inclusive flag |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon | test get_quantile with and without inclusive |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon | remove asserts, mostly replacing with std::logic_error |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Jon | changes based on review comments aside from asserts |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | Merge pull request #272 from apache/fix_wheels |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | specify Python3 rather than Python in MSVC-specific... 272/head |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | restore wheel matrix, remove verbosity, condition find_... |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | trace-expand cmake logs |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | have cibuildwheel install cmake>=3.18 before build |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | more debug messages |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | fix verbosity |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | fix sdist build |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Jon Malkin | disble mac/windows and 32bit builds for speed, increase... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon Malkin | tell pybind to use newer python-finding approach |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon Malkin | try letting pybind11 find python on its own |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon Malkin | try backing off to cmake 3.16 for greater compatibility |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon Malkin | ensure pyproject.toml has consistent cmake version |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon | bump cmake version to specify development.module w... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jon | combine a couple branches to address issues with python... |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Jon Malkin | Merge pull request #269 from apache/serde_instance |
commit | commitdiff | tree | snapshot |
2022-04-27 |
Jon | fix CMakeLists to include correct quantile calculator... |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Jon Malkin | clone and minorly adapt python kll testing to classic... |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Jon Malkin | more test coverage |
commit | commitdiff | tree | snapshot |
2022-04-26 |
Jon Malkin | improve test coverage |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Jon | clean up a few warnings |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Jon | finish merge, update types to be able handle const... |
commit | commitdiff | tree | snapshot |
2022-04-20 |
Jon | incomplete merge implementation |
commit | commitdiff | tree | snapshot |
2022-04-19 |
AlexanderSaydakov | wrong offset 269/head |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Jon Malkin | quantile calculator missing algorithm |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Jon Malkin | add missing cassert include -- should probably ultimate... |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Jon Malkin | add python wrapper (w/o merging as that's not implement... |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | ensure k is power of 2 to match java |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | Read correct sketch from java for testing |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | Add more tests ported from kll test suite (all except... |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | remove unnecessary move, sort BB as side-effect on... |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | minor cleanup |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Jon Malkin | (de)serializatio fixes and compatibility with java... |
commit | commitdiff | tree | snapshot |
2022-03-28 |
AlexanderSaydakov | no class-level serde, support serde instance |
commit | commitdiff | tree | snapshot |
2022-03-28 |
AlexanderSaydakov | no class-level serde, support serde instance |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Jon Malkin | more warning fixes |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Jon Malkin | updates to reduce warnings |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Jon Malkin | naming consistency for serde template parameter |
commit | commitdiff | tree | snapshot |
2022-03-25 |
AlexanderSaydakov | support serde instance |
commit | commitdiff | tree | snapshot |
2022-03-25 |
AlexanderSaydakov | unnecessary |
commit | commitdiff | tree | snapshot |
2022-03-25 |
AlexanderSaydakov | support serde instance |
commit | commitdiff | tree | snapshot |
2022-03-25 |
AlexanderSaydakov | better for transition |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Alexander Saydakov | Merge pull request #267 from apache/hll-deserialize... |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Alexander Saydakov | Merge pull request #268 from apache/sorted_view_performance |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Jon Malkin | remove extraneous serde template parameter |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Jon Malkin | move serde from class onto only methods needing it |
commit | commitdiff | tree | snapshot |
2022-03-24 |
Jon Malkin | deserialize void* |
commit | commitdiff | tree | snapshot |
2022-03-23 |
AlexanderSaydakov | docs |
commit | commitdiff | tree | snapshot |
2022-03-23 |
AlexanderSaydakov | support serde instance |
commit | commitdiff | tree | snapshot |
2022-03-23 |
Jon Malkin | checkpoint: streaming deserialization |
commit | commitdiff | tree | snapshot |
2022-03-22 |
AlexanderSaydakov | better name - not always a pointer 268/head |
commit | commitdiff | tree | snapshot |
2022-03-17 |
AlexanderSaydakov | faster merge |
commit | commitdiff | tree | snapshot |
2022-03-14 |
AlexanderSaydakov | serialize-deserialize-serialize tests 267/head |
commit | commitdiff | tree | snapshot |
2022-03-12 |
Jon Malkin | Merge pull request #266 from etseidl/patch-1 |
commit | commitdiff | tree | snapshot |
2022-03-09 |
etseidl | is CouponHashSet deserialization incorrect? 266/head |
commit | commitdiff | tree | snapshot |
2022-03-08 |
Alexander Saydakov | Merge pull request #264 from apache/kll_forwarding |
commit | commitdiff | tree | snapshot |
2022-03-07 |
AlexanderSaydakov | added forwarding 264/head |
commit | commitdiff | tree | snapshot |
2022-03-01 |
Alexander Saydakov | Merge pull request #265 from aseure/fix-python-build |
commit | commitdiff | tree | snapshot |
2022-02-28 |
Anthony Seure | fix: add missing <stdexcept> includes 265/head |
commit | commitdiff | tree | snapshot |
2022-02-25 |
AlexanderSaydakov | added necessary include |
commit | commitdiff | tree | snapshot |
2022-02-25 |
AlexanderSaydakov | fixed docs |
commit | commitdiff | tree | snapshot |
2022-02-23 |
AlexanderSaydakov | reduced code duplication |
commit | commitdiff | tree | snapshot |
2022-02-23 |
AlexanderSaydakov | reduced code duplication |
commit | commitdiff | tree | snapshot |
2022-02-18 |
Jon Malkin | add serialization (self-consistent, not fully tested) |
commit | commitdiff | tree | snapshot |
2022-02-08 |
Alexander Saydakov | Merge pull request #259 from apache/quantile_sketch_sor... |
commit | commitdiff | tree | snapshot |
2022-02-07 |
AlexanderSaydakov | use the same type as in the sorted view 259/head |
commit | commitdiff | tree | snapshot |
2022-02-05 |
AlexanderSaydakov | return a value from get_quantile() for arithmetic types |
commit | commitdiff | tree | snapshot |
2022-02-04 |
AlexanderSaydakov | slightly larger margin |
commit | commitdiff | tree | snapshot |
2022-02-04 |
AlexanderSaydakov | include floating point types, simplify comparator |
commit | commitdiff | tree | snapshot |
2022-02-04 |
AlexanderSaydakov | singular |
commit | commitdiff | tree | snapshot |
2022-02-04 |
AlexanderSaydakov | removed some unnecessary complexity |
commit | commitdiff | tree | snapshot |
2022-01-31 |
AlexanderSaydakov | copy items of integral types instead of using pointers |
commit | commitdiff | tree | snapshot |
2022-01-26 |
AlexanderSaydakov | include cmath for std::isnan |
commit | commitdiff | tree | snapshot |
2022-01-26 |
AlexanderSaydakov | adjusted python wrapper |
commit | commitdiff | tree | snapshot |
2022-01-25 |
AlexanderSaydakov | implicit conversion |
commit | commitdiff | tree | snapshot |
2022-01-25 |
AlexanderSaydakov | quantile sketch sorted view |
commit | commitdiff | tree | snapshot |
2022-01-20 |
Jon Malkin | use common quantiles calculator between req and classic... |
commit | commitdiff | tree | snapshot |
2022-01-15 |
Jon Malkin | fix backwards logic on a comparator, simplify to reduce... |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Jon Malkin | add missing header, fix comparator usage |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Jon Malkin | include chrono in the right place |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Jon Malkin | use the same random_bit implementation across all quant... |
commit | commitdiff | tree | snapshot |
2022-01-13 |
Alexander Saydakov | Merge pull request #258 from apache/kll_inclusive_rank |
commit | commitdiff | tree | snapshot |
2022-01-11 |
AlexanderSaydakov | test inclusive PMF and CDF 258/head |
commit | commitdiff | tree | snapshot |
2022-01-10 |
AlexanderSaydakov | adjusted the python wrapper |
commit | commitdiff | tree | snapshot |
2022-01-08 |
AlexanderSaydakov | kll inclusive rank |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Alexander Saydakov | Merge pull request #255 from apache/theta_common_readin... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Jon Malkin | WIP initial commit of classic quantiles. incomplete... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Jon Malkin | Merge pull request #257 from apache/req_fix |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Jon Malkin | Addresses segfault described in issue #256 257/head |
commit | commitdiff | tree | snapshot |
next |