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