1. 0bab259 Merge pull request #504 from apache/tisonkun-patch-2 by Lee Rhodes · 8 hours ago master
  2. 58344f3 Apply suggestions from code review by tison · 21 hours ago
  3. 22ec883 Update .gitattributes for new file types by tison · 31 hours ago
  4. 75934fa Merge pull request #503 from jihuayu/codex/couponlist-deserialize-bugfix by Lee Rhodes · 2 weeks ago
  5. 805eaf3 Reject full CouponList during deserialization by jihuayu · 2 weeks ago
  6. a07e6f6 Fix CouponList deserialization count validation bug by John Kew · 8 weeks ago
  7. 7de007f chore: Add a link to datasketches-rust to README.md (#501) by tison · 4 weeks ago
  8. 639134f Merge pull request #500 from proost/fix-missing-header-gcc-15 by Hyeonho Kim · 10 weeks ago
  9. bbd13d2 fix: pinning with windows 2025 by proost · 10 weeks ago
  10. 44e6fb3 ci: change build coverage by proost · 10 weeks ago
  11. 0a88571 fix: missing header when compile using gcc 15 by proost · 10 weeks ago
  12. 4117520 Merge pull request #498 from apache/add_get_RSE_test by Lee Rhodes · 3 months ago
  13. 9130a07 add get_RSE() test by Lee Rhodes · 3 months ago
  14. adb84bf Merge pull request #497 from apache/fix_get_rse by Lee Rhodes · 3 months ago
  15. 5358889 fix get_RSE() by Lee Rhodes · 3 months ago
  16. fff14b4 Merge pull request #495 from proost/fix-allow-positive-weight-only by Lee Rhodes · 3 months ago
  17. e3aba71 Merge pull request #496 from proost/ci-upload-coverage-directly by Lee Rhodes · 3 months ago
  18. de35ce7 ci: upload coverage report directly by lani_karrot · 3 months ago
  19. 5e20ad0 fix: allow positive weight only by lani_karrot · 3 months ago
  20. bda16fd Update GHA Code Coverage workflow (#493) by Lee Rhodes · 3 months ago
  21. b8627f4 Merge pull request #487 from SYaoJun/223_kll by Lee Rhodes · 3 months ago
  22. eb2ed84 Merge pull request #488 from SYaoJun/223_hll by Lee Rhodes · 3 months ago
  23. a76a5dc Merge pull request #490 from SYaoJun/223_fi by Lee Rhodes · 3 months ago
  24. 69c3773 Merge pull request #491 from SYaoJun/223_cpc by Lee Rhodes · 3 months ago
  25. 143bf17 Merge pull request #486 from SYaoJun/223_emplace_back by Hyeonho Kim · 3 months ago
  26. 0d71e2c Merge pull request #492 from proost/doc-update-utf8-compatibility by Hyeonho Kim · 3 months ago
  27. a9b4275 doc: add comments about utf8 compatibility for quantiels sketches by lani_karrot · 3 months ago
  28. 14c20a6 doc: add comments about utf8 compatibility for frequency sketch by lani_karrot · 3 months ago
  29. 1cfe245 doc: add comments about utf8 compatibility for sampling sketches by lani_karrot · 3 months ago
  30. 04104c0 doc: add comments about utf8 compatibility for tuple sketch by lani_karrot · 3 months ago
  31. c654720 doc: update utf8 compatibility about serde by lani_karrot · 3 months ago
  32. 1a23698 Merge pull request #476 from proost/feat-aos-tuple-sketch by Hyeonho Kim · 3 months ago
  33. 7617df4 refactor: change code for consistency by lani_karrot · 3 months ago
  34. 12a5116 fix: more stricter check by lani_karrot · 3 months ago
  35. bc447d2 fix: destroy in the failure after partial success by lani_karrot · 3 months ago
  36. c9bf1e8 refactor: rollback utf8 validation by lani_karrot · 3 months ago
  37. 4e92e0b style(cpc): Fix missing braces in if statements in cpc/include by syaojun · 4 months ago
  38. b444a2a style(fi): Add braces to single-line if statements for consistency by syaojun · 4 months ago
  39. a46fc2f style(hll): Add braces to single-line if statements for consistency by syaojun · 4 months ago
  40. c764d90 style(kll): Add braces to single-line if statements for consistency by syaojun · 4 months ago
  41. 13bb3a9 perf: Replace push_back with emplace_back to optimize object construction by syaojun · 4 months ago
  42. f546262 Merge pull request #479 from SYaoJun/fix by Lee Rhodes · 4 months ago
  43. 9bf4579 fix: Add the missing brackets and support one line statement by yaojun · 5 months ago
  44. 4f069a3 Merge pull request #478 from MaheshGPai/mahesh_pr by Lee Rhodes · 4 months ago
  45. 7548810 Merge pull request #483 from SYaoJun/0210_tidy by Lee Rhodes · 4 months ago
  46. 2956f15 Add clang-tidy and check script and fix the warnings under count directory by yaojun · 4 months ago
  47. 7f05c03 style: add new line end of files by lani_karrot · 4 months ago
  48. 25ce65c refactor: change allocator only for array_of_strings by lani_karrot · 4 months ago
  49. 2a59f11 Revert "fix: allocation handling for string in deserialize" by lani_karrot · 4 months ago
  50. 79cb75c fix: check length for equal by lani_karrot · 4 months ago
  51. fccb238 Fix error message for empty window data in compressor (#482) by tison · 4 months ago
  52. f5fb9d9 Review comments by Mahesh Pai · 5 months ago
  53. bee9a98 Merge pull request #481 from proost/test-missing-kll-long-compatibility by Hyeonho Kim · 5 months ago
  54. 852b26b test: add missing kll long sketch compatibility cases by proost · 5 months ago
  55. 4894e5e fix: allocation handling for string in deserialize by proost · 5 months ago
  56. ba2aa69 Added testcases by Mahesh G Pai · 5 months ago
  57. 189d22d chore: remove unused header by proost · 5 months ago
  58. 3b3a13d perf: avoid allocation if data type is primitive by proost · 5 months ago
  59. d463bfb test: serde validation cases by proost · 5 months ago
  60. 2c712e9 fix: null ptr to empty array by proost · 5 months ago
  61. 342248f fix: control array and element life cycle by proost · 5 months ago
  62. 1b91666 BugFix: SIGABRT in quantiles_sketch::deserialize(): dereferencing empty std::optional (libc++ verbose_abort) by Mahesh G Pai · 5 months ago
  63. 5a05552 Merge pull request #474 from MaheshGPai/mahesh_pr by Lee Rhodes · 5 months ago
  64. 46c945d refactor: remove update sketch by proost · 5 months ago
  65. 9381dcd fix: empty string handling by proost · 5 months ago
  66. 4b87a2d Bugfix: tdigest const_iterator returns dangling reference causing incorrect values by Mahesh Pai · 5 months ago
  67. a1e24c8 chore: rollback test directory by proost · 5 months ago
  68. 307fe02 test: rollback test file path by proost · 5 months ago
  69. 2b48f47 feat: add aos tuple sketch by proost · 5 months ago
  70. da95fd2 feat: add utf8cpp by proost · 5 months ago
  71. 5b1e968 Merge pull request #472 from apache/tisonkun-patch-1 by Lee Rhodes · 5 months ago
  72. 2136239 Refactor README for clarity and consistency by tison · 5 months ago
  73. 7a2f9e3 Merge pull request #471 from proost/fix-tdigest-inf-params by tison · 5 months ago
  74. 1979834 doc: update throw NaN for get_rank by lani_karrot · 5 months ago
  75. bded7aa fix: check weight is zero by lani_karrot · 5 months ago
  76. 662aef3 fix: allow inf for get_rank by lani_karrot · 5 months ago
  77. 99d06bf fix: add missing dependency by proost · 5 months ago
  78. c680a81 style: follow local convention by proost · 5 months ago
  79. b8489fd perf: remove ostringstream by proost · 5 months ago
  80. 588fd73 fix: check invalid inputs on deserialization by proost · 5 months ago
  81. c097fc8 Merge branch 'fix-tdigest-inf-params' of https://github.com/proost/datasketches-cpp into fix-tdigest-inf-params by proost · 5 months ago
  82. 3c07e75 Merge pull request #470 from proost/fix-division-0 by Lee Rhodes · 5 months ago
  83. 59e5f36 fix: rejecting inf as value by lani_karrot · 5 months ago
  84. a83254d fix: division by 0 by lani_karrot · 6 months ago
  85. 7bb979d Merge pull request #468 from apache/update_serde_yml2 by Lee Rhodes · 7 months ago
  86. 4f3fed0 Merge pull request #467 from proost/refactor-use-method by Alexander Saydakov · 7 months ago
  87. 9d1b524 ds-java main branch requires Java 25 by Lee Rhodes · 7 months ago
  88. a3bc4e4 refactor: clean up use get_preamble_longs by proost · 7 months ago
  89. b6f736f Merge pull request #465 from devillove084/fix/clang_tidy_virtual_lint by Lee Rhodes · 7 months ago
  90. 1db40c9 fix: unnecessary virtual specifier on destructor by devillove084 · 10 months ago
  91. dddc4a6 Merge pull request #463 from apache/java24 by Alexander Saydakov · 10 months ago
  92. 0595e4d ds-java main branch requires java 24 by AlexanderSaydakov · 11 months ago
  93. a7d4055 Merge pull request #462 from apache/fix_tdigest by Alexander Saydakov · 11 months ago
  94. 2e92ea0 porting bug fix from Java by AlexanderSaydakov · 11 months ago
  95. f956339 Merge pull request #458 from MaheshGPai/mahesh_pr by Alexander Saydakov · 1 year ago
  96. 5be04f2 Review comments by Mahesh G Pai · 1 year ago
  97. ada8756 Removing the unnecessary parameters by Mahesh G Pai · 1 year ago
  98. faca5d0 Retaining the default copy constructor by Mahesh G Pai · 1 year ago
  99. 315e50b Addressing review comments by Mahesh G Pai · 1 year ago
  100. ed7aee2 Merge pull request #456 from apache/java21 by Alexander Saydakov · 1 year ago