1. e52cf1e Added alex'a feedback by cdickens · 2 years ago
  2. 635c905 Updated impl following Alex's comment by cdickens · 2 years ago
  3. 3633c6e fix comparison bug since type uint8_t is always non-negative by dongyifeng · 2 years ago
  4. 4e84c7f Added the extra lower bound functions and test by cdickens · 2 years ago
  5. 2e53245 Added the extra lower bound functions and test by cdickens · 2 years ago
  6. 06beb78 Merge pull request #288 from apache/cpc_check_pseudo_phase by Alexander Saydakov · 2 years ago
  7. 9769d25 check pseudo phase by AlexanderSaydakov · 2 years ago
  8. ce4d82c Merge pull request #284 from apache/req_converting_constructor by Alexander Saydakov · 2 years ago
  9. 9172868 Merge pull request #285 from apache/kll_converting_constructor by Alexander Saydakov · 2 years ago
  10. 3b098a5 custom type conversion test by AlexanderSaydakov · 2 years ago
  11. 5d01bbd simplified type converting constructor by AlexanderSaydakov · 2 years ago
  12. 6f1dde6 type converting copy constructor by AlexanderSaydakov · 2 years ago
  13. d58f018 Merge pull request #283 from apache/kll_converting_constructor by Alexander Saydakov · 2 years ago
  14. 5f6eb9b added missing serde parameter by AlexanderSaydakov · 2 years ago
  15. 26bf012 Merge pull request #282 from apache/quantiles_patch by Jon Malkin · 2 years ago
  16. 6b2e542 Merge pull request #281 from apache/kll_converting_constructor by Alexander Saydakov · 2 years ago
  17. 65a3002 fixes for type converting constructor, align documentation with kll by Jon Malkin · 2 years ago
  18. a4d8a46 check for corruption by AlexanderSaydakov · 2 years ago
  19. 50a4fbe fixed typo by AlexanderSaydakov · 2 years ago
  20. a92a26f converting constructor by AlexanderSaydakov · 2 years ago
  21. 763f924 Merge pull request #280 from apache/notice_update by Jon Malkin · 2 years, 1 month ago
  22. 78c2d65 Update NOTICE by Jon Malkin · 2 years, 1 month ago
  23. 1c5b91d Merge pull request #279 from apache/docs by Jon Malkin · 2 years, 1 month ago
  24. 9b4e642 update NOTICE to align with java. a bunch of documentation taken from java pre-dates the cpp repo, so keeping the 2015 copyright start date by Jon Malkin · 2 years, 1 month ago
  25. 95dd9ff try to improve python readme by Jon · 2 years, 1 month ago
  26. 644cb29 Merge pull request #278 from apache/quantile_type_conversion by Jon Malkin · 2 years, 1 month ago
  27. 9f00f40 more consts! by Jon Malkin · 2 years, 1 month ago
  28. 43b5e59 one more const by Jon Malkin · 2 years, 1 month ago
  29. 2c63c0e add const by Jon Malkin · 2 years, 1 month ago
  30. f0b7937 Merge pull request #277 from apache/cmake_fix by Jon Malkin · 2 years, 1 month ago
  31. 320eedc reproduce cmake fixes from 3.4.x branch by Jon · 2 years, 1 month ago
  32. 8c63080 add allocator_type and get_allocator() by Jon · 2 years, 1 month ago
  33. 5985b93 Merge pull request #276 from apache/kll_cleanup by Alexander Saydakov · 2 years, 1 month ago
  34. 752f92a simplify constructor logic slightly by Jon · 2 years, 1 month ago
  35. f8b04b2 add type-converting copy constructor to quantiles sketch by Jon · 2 years, 1 month ago
  36. ce5b4d4 typo fix by AlexanderSaydakov · 2 years, 1 month ago
  37. 544d4bf better practice by AlexanderSaydakov · 2 years, 1 month ago
  38. dfd9496 cmake still doesn't like suffixes by Jon · 2 years, 1 month ago
  39. c3bf235 Release process: bump dev versions to 3.5.0.dev0 by Jon · 2 years, 1 month ago
  40. 38d5038 Merge pull request #275 from apache/ks_python by Jon Malkin · 2 years, 1 month ago
  41. 8d8ef2b add ::value_type and ::comparator to REQ for consistency across quantiles by Jon · 2 years, 1 month ago
  42. ac0422b Add KS Test to python, updating docs where appropriate by Jon · 2 years, 1 month ago
  43. b78b208 Merge pull request #274 from apache/common_kolmogorov_smirnov by Alexander Saydakov · 2 years, 1 month ago
  44. 3c57d07 higher resolution by AlexanderSaydakov · 2 years, 1 month ago
  45. 92431fa common Kolmogorov-Smirnov test, some minor fixes by AlexanderSaydakov · 2 years, 1 month ago
  46. c7155bb Merge pull request #273 from apache/sorted_view by Jon Malkin · 2 years, 1 month ago
  47. 7bac047 add sanity check on item counts in deserialization constructor by Jon Malkin · 2 years, 1 month ago
  48. 5008526 move quantiles and req from quantile_calculator to sorted_view (and fix a quantiles deser bug) by Jon · 2 years, 1 month ago
  49. 295f4c3 Merge pull request #271 from apache/quantiles by Jon Malkin · 2 years, 1 month ago
  50. 7e36654 Merge branch 'master' into quantiles by Jon Malkin · 2 years, 1 month ago
  51. 5da7792 improve language around the inclusive flag by Jon · 2 years, 1 month ago
  52. 3d4a27f test get_quantile with and without inclusive by Jon · 2 years, 1 month ago
  53. 9b8237c remove asserts, mostly replacing with std::logic_error by Jon · 2 years, 1 month ago
  54. db317be changes based on review comments aside from asserts by Jon · 2 years, 1 month ago
  55. f0f085c Merge pull request #272 from apache/fix_wheels by Jon Malkin · 2 years, 1 month ago
  56. e46a3ee specify Python3 rather than Python in MSVC-specific block by Jon Malkin · 2 years, 1 month ago
  57. a1fb186 restore wheel matrix, remove verbosity, condition find_package(Python3) on cmake version to address issue by Jon Malkin · 2 years, 1 month ago
  58. 6327031 trace-expand cmake logs by Jon Malkin · 2 years, 1 month ago
  59. a3429bd have cibuildwheel install cmake>=3.18 before build by Jon Malkin · 2 years, 1 month ago
  60. 490717f more debug messages by Jon Malkin · 2 years, 1 month ago
  61. fe76134 fix verbosity by Jon Malkin · 2 years, 1 month ago
  62. df94d8d fix sdist build by Jon Malkin · 2 years, 1 month ago
  63. 03e12d0 disble mac/windows and 32bit builds for speed, increase logging and verbosity by Jon Malkin · 2 years, 1 month ago
  64. b72e156 tell pybind to use newer python-finding approach by Jon Malkin · 2 years, 1 month ago
  65. 2f91eef try letting pybind11 find python on its own by Jon Malkin · 2 years, 1 month ago
  66. 3f93ae5 try backing off to cmake 3.16 for greater compatibility by Jon Malkin · 2 years, 1 month ago
  67. 0dafcc6 ensure pyproject.toml has consistent cmake version by Jon Malkin · 2 years, 1 month ago
  68. c1d0751 bump cmake version to specify development.module w/in python by Jon · 2 years, 1 month ago
  69. 70e2a66 combine a couple branches to address issues with python wheels by Jon · 2 years, 1 month ago
  70. 1c745cb Merge pull request #269 from apache/serde_instance by Jon Malkin · 2 years, 1 month ago
  71. 0185c53 fix CMakeLists to include correct quantile calculator filenames by Jon · 2 years, 2 months ago
  72. 64272dd clone and minorly adapt python kll testing to classic quantiles by Jon Malkin · 2 years, 2 months ago
  73. 9e224d7 more test coverage by Jon Malkin · 2 years, 2 months ago
  74. 8a5c65e improve test coverage by Jon Malkin · 2 years, 2 months ago
  75. e2d2bec clean up a few warnings by Jon · 2 years, 2 months ago
  76. bf2a0bc finish merge, update types to be able handle const input sketchs instead of just exact matches by Jon · 2 years, 2 months ago
  77. 06331f5 incomplete merge implementation by Jon · 2 years, 2 months ago
  78. f7693eb wrong offset by AlexanderSaydakov · 2 years, 2 months ago
  79. 3373b06 quantile calculator missing algorithm by Jon Malkin · 2 years, 2 months ago
  80. 0e2883e add missing cassert include -- should probably ultimately remove asserts instead by Jon Malkin · 2 years, 2 months ago
  81. 1083233 add python wrapper (w/o merging as that's not implemented yet) by Jon Malkin · 2 years, 2 months ago
  82. 368f28a ensure k is power of 2 to match java by Jon Malkin · 2 years, 2 months ago
  83. 43a13a3 Read correct sketch from java for testing by Jon Malkin · 2 years, 2 months ago
  84. f77ba06 Add more tests ported from kll test suite (all except merging) by Jon Malkin · 2 years, 2 months ago
  85. 093e33e remove unnecessary move, sort BB as side-effect on serialize despite const method since always compact by Jon Malkin · 2 years, 2 months ago
  86. 998e497 minor cleanup by Jon Malkin · 2 years, 2 months ago
  87. b37e23f (de)serializatio fixes and compatibility with java, including older serialization versions by Jon Malkin · 2 years, 2 months ago
  88. d39500b no class-level serde, support serde instance by AlexanderSaydakov · 2 years, 3 months ago
  89. 0203689 no class-level serde, support serde instance by AlexanderSaydakov · 2 years, 3 months ago
  90. 232059e more warning fixes by Jon Malkin · 2 years, 3 months ago
  91. 4813ab6 updates to reduce warnings by Jon Malkin · 2 years, 3 months ago
  92. da15290 naming consistency for serde template parameter by Jon Malkin · 2 years, 3 months ago
  93. 68f5013 support serde instance by AlexanderSaydakov · 2 years, 3 months ago
  94. 9d64c7a unnecessary by AlexanderSaydakov · 2 years, 3 months ago
  95. f8d5a21 support serde instance by AlexanderSaydakov · 2 years, 3 months ago
  96. 7f98c9e better for transition by AlexanderSaydakov · 2 years, 3 months ago
  97. 5c6aa2b Merge pull request #267 from apache/hll-deserialize-test by Alexander Saydakov · 2 years, 3 months ago
  98. d04ec59 Merge pull request #268 from apache/sorted_view_performance by Alexander Saydakov · 2 years, 3 months ago
  99. 5919556 remove extraneous serde template parameter by Jon Malkin · 2 years, 3 months ago
  100. 49379e8 move serde from class onto only methods needing it by Jon Malkin · 2 years, 3 months ago