1. 145ab0d Merge pull request #428 from apache/tdigest by Alexander Saydakov · 5 weeks ago master
  2. a693442 removed duplicate code by AlexanderSaydakov · 5 weeks ago
  3. 82f5bd5 changed and simplified sizing considering temporary buffer for merging by AlexanderSaydakov · 6 weeks ago
  4. c785fc6 values only in buffer, optional serialization with buffer by AlexanderSaydakov · 6 weeks ago
  5. 4e2b8b6 added necessary side effect by AlexanderSaydakov · 6 weeks ago
  6. a667763 added get_serialized_size_bytes() by AlexanderSaydakov · 6 weeks ago
  7. 6dbd8bf Merge pull request #427 from apache/tdigest by Alexander Saydakov · 7 weeks ago
  8. a8a655e removed unused code by AlexanderSaydakov · 7 weeks ago
  9. 93a316c removed unused code by AlexanderSaydakov · 7 weeks ago
  10. e711563 Merge pull request #426 from apache/tdigest by Alexander Saydakov · 7 weeks ago
  11. 4f97a50 cross-language test by AlexanderSaydakov · 7 weeks ago
  12. d9b762c Merge pull request #425 from apache/tdigest by Jon Malkin · 7 weeks ago
  13. 2c7d2b2 default k=200, special single value serialization format by AlexanderSaydakov · 8 weeks ago
  14. 5bf5a9f Merge pull request #424 from apache/tdigest by Alexander Saydakov · 9 weeks ago
  15. 70fafa4 custom allocator test by AlexanderSaydakov · 9 weeks ago
  16. 554e4e9 obtain allocator from the input by AlexanderSaydakov · 9 weeks ago
  17. f25c6f6 better assertions by AlexanderSaydakov · 9 weeks ago
  18. ba0f8a5 fixed return type by AlexanderSaydakov · 9 weeks ago
  19. 74d41d6 use given allocator by AlexanderSaydakov · 9 weeks ago
  20. 809e0ca use uint32_t weight for tdigest<float> by AlexanderSaydakov · 9 weeks ago
  21. 7f0c235 fixed serialization of empty sketch as bytes by AlexanderSaydakov · 9 weeks ago
  22. 1b0ab18 cross-language test by AlexanderSaydakov · 9 weeks ago
  23. 4052e03 Merge pull request #423 from apache/tdigest by Alexander Saydakov · 9 weeks ago
  24. 51f2730 consistency, unnecessary check by AlexanderSaydakov · 10 weeks ago
  25. 9bfe6e6 better naming, no forced compression by AlexanderSaydakov · 2 months ago
  26. fa0237a Merge pull request #422 from apache/tdigest by Alexander Saydakov · 2 months ago
  27. 5f94bdd added comments as suggested in review by AlexanderSaydakov · 2 months ago
  28. c577d94 reference binaries for testing compatibility by AlexanderSaydakov · 3 months ago
  29. dc032a7 deserialize format of the reference implementation by AlexanderSaydakov · 3 months ago
  30. 50ad1ba Merge pull request #418 from apache/tdigest by Alexander Saydakov · 3 months ago
  31. f905bdd Merge pull request #420 from jmalkin/ebpps_speedup by Jon Malkin · 3 months ago
  32. 7baca9f fixed cmake by AlexanderSaydakov · 3 months ago
  33. 37ff643 fix memory leak by Jon · 3 months ago
  34. 6d1a387 Keep a pre-allocated ebpps_sample of size 1 rather than constantly re-allocating on update/merge by Jon · 3 months ago
  35. e241813 handle NaN by AlexanderSaydakov · 3 months ago
  36. e98561c added serialization by AlexanderSaydakov · 3 months ago
  37. 349b6e7 Merge pull request #417 from apache/update-notice by Jon Malkin · 3 months ago
  38. 612ebe0 Update NOTICE by Jon Malkin · 3 months ago
  39. 1540be6 implemented get_quantile(rank) by AlexanderSaydakov · 4 months ago
  40. 1a9667b implemented merge by AlexanderSaydakov · 4 months ago
  41. 19a8b91 Merge pull request #414 from jmalkin/sanitize by Jon Malkin · 4 months ago
  42. 2ffc6c6 Remove temporary test with deliberate leak by Jon · 4 months ago
  43. 1ff6fe0 Add address sanitizer with artificial leak in EBPPS for testing by Jon · 4 months ago
  44. f58c622 Merge pull request #412 from apache/cpc_teardown by Jon Malkin · 4 months ago
  45. 7386601 Update cpc_compressor.hpp by Jon Malkin · 4 months ago
  46. ce2c72c Update cpc_compressor.hpp by Jon Malkin · 4 months ago
  47. 395077d Update cpc_compressor_impl.hpp by Jon Malkin · 4 months ago
  48. 10a04ea Update cpc_compressor_impl.hpp by Jon Malkin · 4 months ago
  49. d1cb94f Update cpc_compressor.hpp by Jon Malkin · 4 months ago
  50. 7991dbd Update cpc_compressor_impl.hpp by Jon Malkin · 4 months ago
  51. 59bc5fb register cpc teardown functions for std::atexit by Jon Malkin · 4 months ago
  52. 3b9ef63 incomplete implementation of t-digest by AlexanderSaydakov · 4 months ago
  53. 04346bb Merge pull request #410 from apache/no-python by Alexander Saydakov · 4 months ago
  54. 982fcdc removed Python by AlexanderSaydakov · 4 months ago
  55. 38657c3 Merge pull request #408 from jmalkin/ebpps_serialize_fix by Jon Malkin · 5 months ago
  56. fe5f09e Merge branch 'ebpps_serialize_fix' of github.com:jmalkin/datasketches-cpp into ebpps_serialize_fix by Jon Malkin · 5 months ago
  57. c78b692 fix kil_helper to avoid in-place std::move calls which breack nanobind ref counting (and perhaps other similar objects) by Jon Malkin · 5 months ago
  58. 51e1498 Merge branch 'apache:master' into ebpps_serialize_fix by Jon Malkin · 5 months ago
  59. cf0f3ac Minor tweak to ebpps items to string to help the method work with non-char types by Jon Malkin · 5 months ago
  60. e116172 Merge pull request #407 from apache/c++17-compat by Jon Malkin · 5 months ago
  61. 73c9ef9 Merge pull request #406 from apache/cpp11_in_one_place by Alexander Saydakov · 5 months ago
  62. 1367879 density sketch c++17 compatibility by Jon Malkin · 5 months ago
  63. 758d7ad typo by AlexanderSaydakov · 5 months ago
  64. b3e52ba ignore doxygen output and binary sketches from Java by AlexanderSaydakov · 5 months ago
  65. ca3da05 typo by AlexanderSaydakov · 5 months ago
  66. 5a67437 use global CXX_STANDARD setting by AlexanderSaydakov · 5 months ago
  67. fec5f91 release process: development target 5.1.x by AlexanderSaydakov · 6 months ago
  68. eb103f4 Merge pull request #404 from apache/cleanup-before-5.0.0 by Alexander Saydakov · 6 months ago
  69. e602aec removed unnecessary include by AlexanderSaydakov · 6 months ago
  70. 9bc7a42 moved random_bit into random_utils namespace by AlexanderSaydakov · 6 months ago
  71. acb806d documentation improvements by AlexanderSaydakov · 6 months ago
  72. 0393cf2 removed deprecated methods by AlexanderSaydakov · 6 months ago
  73. c5a8067 more cleanup by AlexanderSaydakov · 6 months ago
  74. e921ed1 more cleanup by AlexanderSaydakov · 6 months ago
  75. 810c2c1 use new policy name by AlexanderSaydakov · 6 months ago
  76. af97406 fixed test by AlexanderSaydakov · 6 months ago
  77. 7718f30 more cleanup by AlexanderSaydakov · 6 months ago
  78. 4a23934 Merge pull request #403 from apache/serde_compat-update by Jon Malkin · 6 months ago
  79. 02bef2d Update serde_compat.yml by Jon Malkin · 6 months ago
  80. 6de014d Merge pull request #401 from apache/aod_install_fix by Jon Malkin · 6 months ago
  81. ddeef76 Merge pull request #402 from jmalkin/aod_install_fix by Jon Malkin · 6 months ago
  82. 08875c2 remove excess whitespace by Jon · 6 months ago
  83. a7d45f3 remove sudo inadvertently left in (Windows doesn't use sudo) by Jon · 6 months ago
  84. 8978a03 install as part of CI job by Jon · 6 months ago
  85. 351e264 fix install file list for array of doubles by Jon · 6 months ago
  86. 1ef125f cleanup by AlexanderSaydakov · 6 months ago
  87. db0257f Merge pull request #400 from apache/array_tuple_sketch by Alexander Saydakov · 6 months ago
  88. 21f3675 doc fix by AlexanderSaydakov · 6 months ago
  89. 3fc10a1 correction by AlexanderSaydakov · 6 months ago
  90. 9cf52d5 doxygen fixes by AlexanderSaydakov · 6 months ago
  91. 886ed7d Merge pull request #399 from apache/array_tuple_sketch by Alexander Saydakov · 6 months ago
  92. e9fa1b9 better naming to clarify which policy is which by AlexanderSaydakov · 6 months ago
  93. 3d4d60e better naming to clarify which policy is which by AlexanderSaydakov · 6 months ago
  94. 1b9bb46 added comment by AlexanderSaydakov · 6 months ago
  95. c39539c more generic implementation of array_of_doubles_sketch by AlexanderSaydakov · 6 months ago
  96. c5b77b7 Merge pull request #398 from apache/build_fix by Jon Malkin · 6 months ago
  97. 039b1e3 Un-break serialization test builds by Jon Malkin · 6 months ago
  98. 90176b6 Merge pull request #396 from jmalkin/ebpps by Jon Malkin · 6 months ago
  99. 0328686 remove characterization from testing code by Jon · 6 months ago
  100. e452937 address review comments, including a clarification in var_opt, and fix a stream serialization bug by Jon · 6 months ago