- 0d71e2c Merge pull request #492 from proost/doc-update-utf8-compatibility by Hyeonho Kim · 12 hours ago master
- a9b4275 doc: add comments about utf8 compatibility for quantiels sketches by lani_karrot · 3 days ago
- 14c20a6 doc: add comments about utf8 compatibility for frequency sketch by lani_karrot · 3 days ago
- 1cfe245 doc: add comments about utf8 compatibility for sampling sketches by lani_karrot · 3 days ago
- 04104c0 doc: add comments about utf8 compatibility for tuple sketch by lani_karrot · 3 days ago
- c654720 doc: update utf8 compatibility about serde by lani_karrot · 3 days ago
- 1a23698 Merge pull request #476 from proost/feat-aos-tuple-sketch by Hyeonho Kim · 6 days ago
- 7617df4 refactor: change code for consistency by lani_karrot · 6 days ago
- 12a5116 fix: more stricter check by lani_karrot · 6 days ago
- bc447d2 fix: destroy in the failure after partial success by lani_karrot · 6 days ago
- c9bf1e8 refactor: rollback utf8 validation by lani_karrot · 11 days ago
- f546262 Merge pull request #479 from SYaoJun/fix by Lee Rhodes · 5 weeks ago
- 9bf4579 fix: Add the missing brackets and support one line statement by yaojun · 7 weeks ago
- 4f069a3 Merge pull request #478 from MaheshGPai/mahesh_pr by Lee Rhodes · 5 weeks ago
- 7548810 Merge pull request #483 from SYaoJun/0210_tidy by Lee Rhodes · 5 weeks ago
- 2956f15 Add clang-tidy and check script and fix the warnings under count directory by yaojun · 5 weeks ago
- 7f05c03 style: add new line end of files by lani_karrot · 6 weeks ago
- 25ce65c refactor: change allocator only for array_of_strings by lani_karrot · 6 weeks ago
- 2a59f11 Revert "fix: allocation handling for string in deserialize" by lani_karrot · 6 weeks ago
- 79cb75c fix: check length for equal by lani_karrot · 6 weeks ago
- fccb238 Fix error message for empty window data in compressor (#482) by tison · 6 weeks ago
- f5fb9d9 Review comments by Mahesh Pai · 6 weeks ago
- bee9a98 Merge pull request #481 from proost/test-missing-kll-long-compatibility by Hyeonho Kim · 6 weeks ago
- 852b26b test: add missing kll long sketch compatibility cases by proost · 6 weeks ago
- 4894e5e fix: allocation handling for string in deserialize by proost · 7 weeks ago
- ba2aa69 Added testcases by Mahesh G Pai · 7 weeks ago
- 189d22d chore: remove unused header by proost · 7 weeks ago
- 3b3a13d perf: avoid allocation if data type is primitive by proost · 7 weeks ago
- d463bfb test: serde validation cases by proost · 7 weeks ago
- 2c712e9 fix: null ptr to empty array by proost · 7 weeks ago
- 342248f fix: control array and element life cycle by proost · 7 weeks ago
- 1b91666 BugFix: SIGABRT in quantiles_sketch::deserialize(): dereferencing empty std::optional (libc++ verbose_abort) by Mahesh G Pai · 7 weeks ago
- 5a05552 Merge pull request #474 from MaheshGPai/mahesh_pr by Lee Rhodes · 7 weeks ago
- 46c945d refactor: remove update sketch by proost · 7 weeks ago
- 9381dcd fix: empty string handling by proost · 8 weeks ago
- 4b87a2d Bugfix: tdigest const_iterator returns dangling reference causing incorrect values by Mahesh Pai · 8 weeks ago
- a1e24c8 chore: rollback test directory by proost · 8 weeks ago
- 307fe02 test: rollback test file path by proost · 8 weeks ago
- 2b48f47 feat: add aos tuple sketch by proost · 8 weeks ago
- da95fd2 feat: add utf8cpp by proost · 8 weeks ago
- 5b1e968 Merge pull request #472 from apache/tisonkun-patch-1 by Lee Rhodes · 9 weeks ago
- 2136239 Refactor README for clarity and consistency by tison · 9 weeks ago
- 7a2f9e3 Merge pull request #471 from proost/fix-tdigest-inf-params by tison · 9 weeks ago
- 1979834 doc: update throw NaN for get_rank by lani_karrot · 9 weeks ago
- bded7aa fix: check weight is zero by lani_karrot · 9 weeks ago
- 662aef3 fix: allow inf for get_rank by lani_karrot · 9 weeks ago
- 99d06bf fix: add missing dependency by proost · 9 weeks ago
- c680a81 style: follow local convention by proost · 9 weeks ago
- b8489fd perf: remove ostringstream by proost · 9 weeks ago
- 588fd73 fix: check invalid inputs on deserialization by proost · 9 weeks ago
- c097fc8 Merge branch 'fix-tdigest-inf-params' of https://github.com/proost/datasketches-cpp into fix-tdigest-inf-params by proost · 9 weeks ago
- 3c07e75 Merge pull request #470 from proost/fix-division-0 by Lee Rhodes · 10 weeks ago
- 59e5f36 fix: rejecting inf as value by lani_karrot · 2 months ago
- a83254d fix: division by 0 by lani_karrot · 2 months ago
- 7bb979d Merge pull request #468 from apache/update_serde_yml2 by Lee Rhodes · 4 months ago
- 4f3fed0 Merge pull request #467 from proost/refactor-use-method by Alexander Saydakov · 4 months ago
- 9d1b524 ds-java main branch requires Java 25 by Lee Rhodes · 4 months ago
- a3bc4e4 refactor: clean up use get_preamble_longs by proost · 4 months ago
- b6f736f Merge pull request #465 from devillove084/fix/clang_tidy_virtual_lint by Lee Rhodes · 4 months ago
- 1db40c9 fix: unnecessary virtual specifier on destructor by devillove084 · 7 months ago
- dddc4a6 Merge pull request #463 from apache/java24 by Alexander Saydakov · 7 months ago
- 0595e4d ds-java main branch requires java 24 by AlexanderSaydakov · 7 months ago
- a7d4055 Merge pull request #462 from apache/fix_tdigest by Alexander Saydakov · 8 months ago
- 2e92ea0 porting bug fix from Java by AlexanderSaydakov · 8 months ago
- f956339 Merge pull request #458 from MaheshGPai/mahesh_pr by Alexander Saydakov · 9 months ago
- 5be04f2 Review comments by Mahesh G Pai · 9 months ago
- ada8756 Removing the unnecessary parameters by Mahesh G Pai · 9 months ago
- faca5d0 Retaining the default copy constructor by Mahesh G Pai · 9 months ago
- 315e50b Addressing review comments by Mahesh G Pai · 9 months ago
- ed7aee2 Merge pull request #456 from apache/java21 by Alexander Saydakov · 9 months ago
- c87968a Merge pull request #459 from ankane/typos by Alexander Saydakov · 9 months ago
- 27cb7b8 Fix typos by Andrew Kane · 9 months ago
- 866f6d0 Introduced const_iterator for tdigest by Mahesh G Pai · 9 months ago
- 82630e5 Provide get_centroids implementation by Mahesh G Pai · 10 months ago
- 75edfbb ds-java main branch requires 21 by AlexanderSaydakov · 10 months ago
- 87c9c4a Merge pull request #455 from geonove/geonove/Fix-test-cases by Alexander Saydakov · 10 months ago
- 0a6218c Use REQUIRE_THROWS_WITH to check for error message by geonove · 10 months ago
- 711e24f Merge pull request #454 from apache/branch_protection by Alexander Saydakov · 1 year, 1 month ago
- 27d988f enable branch protection by AlexanderSaydakov · 1 year, 1 month ago
- c9bdc91 Merge pull request #453 from apache/compressed_iterator by Alexander Saydakov · 1 year, 2 months ago
- dea8d48 different starting points for pseudo-random sequences for more coverage by AlexanderSaydakov · 1 year, 2 months ago
- f82217d test equivalence of packing and unpacking single values and blocks by AlexanderSaydakov · 1 year, 2 months ago
- eb3200e code cleanup and alignment with Java by AlexanderSaydakov · 1 year, 2 months ago
- 393fb98 Merge pull request #452 from apache/dev_target_5.3.0 by Alexander Saydakov · 1 year, 2 months ago
- c38f798 release process: setting development target to 5.3.0 by AlexanderSaydakov · 1 year, 2 months ago
- 914ed42 Merge pull request #451 from apache/fix_bit_packing by Alexander Saydakov · 1 year, 2 months ago
- 9639606 more rounds of pseudo-random data by AlexanderSaydakov · 1 year, 2 months ago
- ececa07 better error messages by AlexanderSaydakov · 1 year, 2 months ago
- 3914ef8 Merge pull request #450 from apache/notice_2025 by Alexander Saydakov · 1 year, 2 months ago
- 29fecac updated notice by AlexanderSaydakov · 1 year, 2 months ago
- 4100faa Merge pull request #449 from apache/java17 by Lee Rhodes · 1 year, 2 months ago
- 39c51ba update setup-java action by AlexanderSaydakov · 1 year, 2 months ago
- 1b771d2 Merge pull request #448 from apache/java17 by Alexander Saydakov · 1 year, 2 months ago
- abb17e9 java code now needs java17 by AlexanderSaydakov · 1 year, 2 months ago
- 4ec8068 Merge pull request #447 from apache/fix_bit_packing by Alexander Saydakov · 1 year, 2 months ago
- 6e944cf fixed name clash by AlexanderSaydakov · 1 year, 2 months ago
- 666df8b unused import by AlexanderSaydakov · 1 year, 2 months ago
- 5c19333 fixed bit packing by AlexanderSaydakov · 1 year, 2 months ago
- fbb78f4 Merge pull request #446 from apache/tdigest_pmf_and_cdf by Alexander Saydakov · 1 year, 5 months ago
- e473c11 minor cleanup by AlexanderSaydakov · 1 year, 5 months ago