1. f546262 Merge pull request #479 from SYaoJun/fix by Lee Rhodes · 9 days ago master
  2. 9bf4579 fix: Add the missing brackets and support one line statement by yaojun · 4 weeks ago
  3. 4f069a3 Merge pull request #478 from MaheshGPai/mahesh_pr by Lee Rhodes · 14 days ago
  4. 7548810 Merge pull request #483 from SYaoJun/0210_tidy by Lee Rhodes · 2 weeks ago
  5. 2956f15 Add clang-tidy and check script and fix the warnings under count directory by yaojun · 2 weeks ago
  6. fccb238 Fix error message for empty window data in compressor (#482) by tison · 3 weeks ago
  7. f5fb9d9 Review comments by Mahesh Pai · 3 weeks ago
  8. bee9a98 Merge pull request #481 from proost/test-missing-kll-long-compatibility by Hyeonho Kim · 3 weeks ago
  9. 852b26b test: add missing kll long sketch compatibility cases by proost · 3 weeks ago
  10. ba2aa69 Added testcases by Mahesh G Pai · 4 weeks ago
  11. 1b91666 BugFix: SIGABRT in quantiles_sketch::deserialize(): dereferencing empty std::optional (libc++ verbose_abort) by Mahesh G Pai · 4 weeks ago
  12. 5a05552 Merge pull request #474 from MaheshGPai/mahesh_pr by Lee Rhodes · 4 weeks ago
  13. 4b87a2d Bugfix: tdigest const_iterator returns dangling reference causing incorrect values by Mahesh Pai · 5 weeks ago
  14. 5b1e968 Merge pull request #472 from apache/tisonkun-patch-1 by Lee Rhodes · 6 weeks ago
  15. 2136239 Refactor README for clarity and consistency by tison · 6 weeks ago
  16. 7a2f9e3 Merge pull request #471 from proost/fix-tdigest-inf-params by tison · 6 weeks ago
  17. 1979834 doc: update throw NaN for get_rank by lani_karrot · 6 weeks ago
  18. bded7aa fix: check weight is zero by lani_karrot · 6 weeks ago
  19. 662aef3 fix: allow inf for get_rank by lani_karrot · 6 weeks ago
  20. 99d06bf fix: add missing dependency by proost · 6 weeks ago
  21. c680a81 style: follow local convention by proost · 6 weeks ago
  22. b8489fd perf: remove ostringstream by proost · 6 weeks ago
  23. 588fd73 fix: check invalid inputs on deserialization by proost · 6 weeks ago
  24. c097fc8 Merge branch 'fix-tdigest-inf-params' of https://github.com/proost/datasketches-cpp into fix-tdigest-inf-params by proost · 6 weeks ago
  25. 3c07e75 Merge pull request #470 from proost/fix-division-0 by Lee Rhodes · 7 weeks ago
  26. 59e5f36 fix: rejecting inf as value by lani_karrot · 7 weeks ago
  27. a83254d fix: division by 0 by lani_karrot · 7 weeks ago
  28. 7bb979d Merge pull request #468 from apache/update_serde_yml2 by Lee Rhodes · 3 months ago
  29. 4f3fed0 Merge pull request #467 from proost/refactor-use-method by Alexander Saydakov · 3 months ago
  30. 9d1b524 ds-java main branch requires Java 25 by Lee Rhodes · 3 months ago
  31. a3bc4e4 refactor: clean up use get_preamble_longs by proost · 3 months ago
  32. b6f736f Merge pull request #465 from devillove084/fix/clang_tidy_virtual_lint by Lee Rhodes · 4 months ago
  33. 1db40c9 fix: unnecessary virtual specifier on destructor by devillove084 · 6 months ago
  34. dddc4a6 Merge pull request #463 from apache/java24 by Alexander Saydakov · 6 months ago
  35. 0595e4d ds-java main branch requires java 24 by AlexanderSaydakov · 7 months ago
  36. a7d4055 Merge pull request #462 from apache/fix_tdigest by Alexander Saydakov · 8 months ago
  37. 2e92ea0 porting bug fix from Java by AlexanderSaydakov · 8 months ago
  38. f956339 Merge pull request #458 from MaheshGPai/mahesh_pr by Alexander Saydakov · 9 months ago
  39. 5be04f2 Review comments by Mahesh G Pai · 9 months ago
  40. ada8756 Removing the unnecessary parameters by Mahesh G Pai · 9 months ago
  41. faca5d0 Retaining the default copy constructor by Mahesh G Pai · 9 months ago
  42. 315e50b Addressing review comments by Mahesh G Pai · 9 months ago
  43. ed7aee2 Merge pull request #456 from apache/java21 by Alexander Saydakov · 9 months ago
  44. c87968a Merge pull request #459 from ankane/typos by Alexander Saydakov · 9 months ago
  45. 27cb7b8 Fix typos by Andrew Kane · 9 months ago
  46. 866f6d0 Introduced const_iterator for tdigest by Mahesh G Pai · 9 months ago
  47. 82630e5 Provide get_centroids implementation by Mahesh G Pai · 9 months ago
  48. 75edfbb ds-java main branch requires 21 by AlexanderSaydakov · 9 months ago
  49. 87c9c4a Merge pull request #455 from geonove/geonove/Fix-test-cases by Alexander Saydakov · 9 months ago
  50. 0a6218c Use REQUIRE_THROWS_WITH to check for error message by geonove · 9 months ago
  51. 711e24f Merge pull request #454 from apache/branch_protection by Alexander Saydakov · 1 year ago
  52. 27d988f enable branch protection by AlexanderSaydakov · 1 year ago
  53. c9bdc91 Merge pull request #453 from apache/compressed_iterator by Alexander Saydakov · 1 year, 1 month ago
  54. dea8d48 different starting points for pseudo-random sequences for more coverage by AlexanderSaydakov · 1 year, 1 month ago
  55. f82217d test equivalence of packing and unpacking single values and blocks by AlexanderSaydakov · 1 year, 1 month ago
  56. eb3200e code cleanup and alignment with Java by AlexanderSaydakov · 1 year, 1 month ago
  57. 393fb98 Merge pull request #452 from apache/dev_target_5.3.0 by Alexander Saydakov · 1 year, 2 months ago
  58. c38f798 release process: setting development target to 5.3.0 by AlexanderSaydakov · 1 year, 2 months ago
  59. 914ed42 Merge pull request #451 from apache/fix_bit_packing by Alexander Saydakov · 1 year, 2 months ago
  60. 9639606 more rounds of pseudo-random data by AlexanderSaydakov · 1 year, 2 months ago
  61. ececa07 better error messages by AlexanderSaydakov · 1 year, 2 months ago
  62. 3914ef8 Merge pull request #450 from apache/notice_2025 by Alexander Saydakov · 1 year, 2 months ago
  63. 29fecac updated notice by AlexanderSaydakov · 1 year, 2 months ago
  64. 4100faa Merge pull request #449 from apache/java17 by Lee Rhodes · 1 year, 2 months ago
  65. 39c51ba update setup-java action by AlexanderSaydakov · 1 year, 2 months ago
  66. 1b771d2 Merge pull request #448 from apache/java17 by Alexander Saydakov · 1 year, 2 months ago
  67. abb17e9 java code now needs java17 by AlexanderSaydakov · 1 year, 2 months ago
  68. 4ec8068 Merge pull request #447 from apache/fix_bit_packing by Alexander Saydakov · 1 year, 2 months ago
  69. 6e944cf fixed name clash by AlexanderSaydakov · 1 year, 2 months ago
  70. 666df8b unused import by AlexanderSaydakov · 1 year, 2 months ago
  71. 5c19333 fixed bit packing by AlexanderSaydakov · 1 year, 2 months ago
  72. fbb78f4 Merge pull request #446 from apache/tdigest_pmf_and_cdf by Alexander Saydakov · 1 year, 4 months ago
  73. e473c11 minor cleanup by AlexanderSaydakov · 1 year, 4 months ago
  74. f0d4cb7 implemented get_PMF() and get_CDF() by AlexanderSaydakov · 1 year, 4 months ago
  75. 8b86cf1 Merge pull request #445 from apache/bf_test_fix by Jon Malkin · 1 year, 4 months ago
  76. fa1ba4f Merge pull request #444 from apache/tdigest_const_merge by Alexander Saydakov · 1 year, 4 months ago
  77. c020e8f fix seed for bloom filter test where we use probabilistic bounds by Jon Malkin · 1 year, 4 months ago
  78. 67da6a9 non-modifying merge by AlexanderSaydakov · 1 year, 4 months ago
  79. b338e35 Merge pull request #443 from apache/setup-java-action by Alexander Saydakov · 1 year, 4 months ago
  80. da63bf2 mandatory distribution parameter by AlexanderSaydakov · 1 year, 4 months ago
  81. f0e4e02 Merge pull request #442 from apache/setup-java-action by Alexander Saydakov · 1 year, 4 months ago
  82. 2a230a6 explicit java setup by AlexanderSaydakov · 1 year, 4 months ago
  83. 31b5a84 Merge pull request #441 from apache/action-checkout-v4 by Alexander Saydakov · 1 year, 4 months ago
  84. fbbf528 use action/checkout@v4 by AlexanderSaydakov · 1 year, 4 months ago
  85. 34ee832 Merge pull request #440 from apache/fix_includes by Jon Malkin · 1 year, 4 months ago
  86. 912728a remove extra space by Jon · 1 year, 4 months ago
  87. f570e18 add missing algorithm header where bulding python complains that it's missing by Jon · 1 year, 4 months ago
  88. bceeb2d Merge pull request #439 from apache/bf_serde_compat_fix by Jon Malkin · 1 year, 6 months ago
  89. 5a2706f fix type on num_hashes, change bloom_filter_filter to bloom_filter::builder by Jon · 1 year, 6 months ago
  90. 4e4a944 Merge pull request #438 from jmalkin/bloom by Jon Malkin · 1 year, 6 months ago
  91. 37f6531 no need for friend class with builder inside the filter by Jon Malkin · 1 year, 6 months ago
  92. 822bd53 Remove unused and unnecessary forward declaration by Jon Malkin · 1 year, 6 months ago
  93. fbc3119 move builder class inside bloom_filter by Jon Malkin · 1 year, 6 months ago
  94. 1ac743f managed to conflict with myself when jumping between boxes. resolved now. by Jon Malkin · 1 year, 6 months ago
  95. 1705e89 apparently i clobbered my own const removal edits.. by Jon Malkin · 1 year, 6 months ago
  96. 0b575fe Merge branch 'bloom' of github.com:jmalkin/datasketches-cpp into bloom by Jon Malkin · 1 year, 6 months ago
  97. 9d53c6c remove const from copied primitives in method signatures by Jon Malkin · 1 year, 6 months ago
  98. 5e62bc3 Address most review feedback by Jon · 1 year, 6 months ago
  99. ecc856b Add class-level docs to bloom filter (and builder) and include the serialization format in the impl file by Jon Malkin · 1 year, 6 months ago
  100. 533b6b9 use .sk suffix on cross-lang filter binaries to avoid workflow changes by Jon Malkin · 1 year, 7 months ago