1. 38616a8 Merge pull request #133 from proost/refactor-remove-useless-conversion by Hyeonho Kim · 12 days ago main
  2. d5f6e04 Merge pull request #132 from proost/perf-reduce-serialization by Hyeonho Kim · 12 days ago
  3. e59e03d refactor: abstract by lani_karrot · 13 days ago
  4. 4ba2400 refactor: remove useless conversion by lani_karrot · 13 days ago
  5. 32e86d0 perf: reduce serialization by lani_karrot · 13 days ago
  6. 054d7ad Merge pull request #131 from proost/test-fix-flaky-test by Pierre Lacave · 2 weeks ago
  7. ad6f75b test: fix flaky test by lani_karrot · 2 weeks ago
  8. 593f0da Merge pull request #129 from proost/feat-support-value-type-receiver-tuple-sketch by Hyeonho Kim · 2 weeks ago
  9. e59ed43 style: follow lint by lani_karrot · 3 weeks ago
  10. b30f8cf Merge branch 'main' of github.com:apache/datasketches-go into feat-support-value-type-receiver-tuple-sketch by lani_karrot · 3 weeks ago
  11. 82588f4 feat: support value-receiver type summary by lani_karrot · 3 weeks ago
  12. 103e883 Merge pull request #128 from proost/perf-allocation-less-tdigest by Hyeonho Kim · 4 weeks ago
  13. 05a3056 perf: allocation less tdigest by lani_karrot · 4 weeks ago
  14. 7a27a25 Merge pull request #127 from proost/refactor-remove-panic-in-cpc by Hyeonho Kim · 4 weeks ago
  15. 3e027ce refactor: remove panic in CPC sketch by lani_karrot · 4 weeks ago
  16. e389956 Merge pull request #126 from proost/refactor-use-builtin-functions by Hyeonho Kim · 4 weeks ago
  17. 9b0ccc3 refactor: use built-in min function by lani_karrot · 4 weeks ago
  18. 96fdc69 Merge pull request #125 from proost/feat-varoptitemssketch-subsetsum by Hyeonho Kim · 4 weeks ago
  19. 23da4cb feat: EstimateSubsetSum on varoptitemssketch by lani_karrot · 4 weeks ago
  20. 2c44011 Merge pull request #124 from proost/fix-varopt-items-sketch-update by Hyeonho Kim · 5 weeks ago
  21. b11a98e fix: VarOptItemsSketch update by lani_karrot · 5 weeks ago
  22. 9ffd023 Merge pull request #123 from proost/fix-wrong-bf-max-size-bits by Hyeonho Kim · 5 weeks ago
  23. b20c196 Merge pull request #122 from proost/doc-update-sketches-work-status by Hyeonho Kim · 5 weeks ago
  24. e0b76cb fix: wrong bloom filter max size bits by lani_karrot · 5 weeks ago
  25. ee72f20 doc: update sketches work status by lani_karrot · 5 weeks ago
  26. 0c6de24 Merge pull request #121 from proost/feat-kll-float-sketch by Hyeonho Kim · 5 weeks ago
  27. 5b50802 feat: KLL float sketch by lani_karrot · 5 weeks ago
  28. 2cb3a8c Merge pull request #118 from proost/test-stabilize-flaky-test by Hyeonho Kim · 6 weeks ago 0.1.0-RC4 v0.1.0 v0.1.0-rc4
  29. e3a8e2a Merge pull request #119 from proost/doc-fix-wrong-badge-link by Hyeonho Kim · 6 weeks ago
  30. 2a5a012 doc: fix link by proost · 6 weeks ago
  31. afb61be doc: fix wrong badge link by proost · 6 weeks ago
  32. 9bf8412 test: stabilize flaky cases by proost · 6 weeks ago
  33. ec6a269 Merge pull request #117 from apache/sampling-guard-test by Hyeonho Kim · 6 weeks ago
  34. 2d2da9d Add guard for test in sampling sketch by Pierre Lacave · 6 weeks ago
  35. b0dd394 Merge pull request #116 from proost/chore-package-for-test-in-container by Hyeonho Kim · 6 weeks ago v0.1.0-rc3
  36. a3f8da0 chore: add packages for test in container by proost · 6 weeks ago
  37. 038d84a Merge pull request #115 from proost/ci-add-linter by Hyeonho Kim · 7 weeks ago v0.1.0-rc2
  38. cd3d29b style: follow lint by proost · 7 weeks ago
  39. e075083 ci: add linter by proost · 7 weeks ago
  40. d2c0d2f Merge pull request #114 from proost/test-add-missing-compatability-cases by Hyeonho Kim · 7 weeks ago
  41. 94afa8d Merge pull request #113 from proost/feat-estimate-subset-sum-reservoir-sketch by Hyeonho Kim · 7 weeks ago
  42. 2c1f3a1 test: add missing compatability cases by lani_karrot · 7 weeks ago
  43. f8ffa22 feat: estimate subset sum for reservoir sketch by proost · 7 weeks ago
  44. 0638bb3 Merge pull request #112 from proost/feat-add-missing-string by Hyeonho Kim · 7 weeks ago
  45. a714505 feat: add missing string method by proost · 7 weeks ago
  46. f49acf8 Merge pull request #110 from proost/fix-wrong-serialization-reservoiritemssketch by Hyeonho Kim · 7 weeks ago
  47. 7ce7edc fix: wrong serialization reservoir items sketch by proost · 7 weeks ago
  48. a773696 Merge pull request #109 from proost/fix-sync-with-reservoir-items-sketch by Hyeonho Kim · 7 weeks ago
  49. 3553b1e fix: sync with original code by proost · 8 weeks ago
  50. b0b17a6 Merge pull request #107 from proost/ci-report-test-coverage by Hyeonho Kim · 8 weeks ago
  51. fa3b47e doc: add badge to readme by proost · 8 weeks ago
  52. ad0d664 ci: report test coverage by proost · 8 weeks ago
  53. 71bae0c Merge pull request #106 from proost/ci-add-license-checker by Hyeonho Kim · 8 weeks ago
  54. b1930ff ci: update ignoring license header files by proost · 8 weeks ago
  55. 46f0ab1 Merge pull request #105 from proost/ci-turn-on-remove-merged-branches by Hyeonho Kim · 8 weeks ago
  56. b9c36b2 ci: add license checker by proost · 8 weeks ago
  57. 1b1228e ci: turn on automatically remove merged branches by proost · 8 weeks ago
  58. 37838ad Merge pull request #102 from Fengzdadi/feat-varopt-items-sketch by Hyeonho Kim · 8 weeks ago
  59. ab8443b VarOpt: align constructor and prune unused helper by Fengzdadi · 8 weeks ago
  60. de6421b Merge branch 'main' into feat-varopt-items-sketch by Fengzc · 8 weeks ago
  61. 40b0476 varopt: fix warmup warmup growth and add constructor error test by Fengzdadi · 8 weeks ago
  62. ad7739d Merge pull request #104 from Fengzdadi/feat-reservoir-union by Hyeonho Kim · 8 weeks ago
  63. af62a99 Add reservoir union cross-language fixtures and tests by Fengzdadi · 8 weeks ago
  64. df21c16 Align reservoir union merge with Java and tighten validation by Fengzdadi · 8 weeks ago
  65. edeb316 Simplify comments and rename test helper by Fengzdadi · 8 weeks ago
  66. 9ad547e Add serialization for ReservoirItemsUnion by Fengzdadi · 9 weeks ago
  67. a2856da refactor(sampling): align ReservoirItemsUnion with Java twoWayMergeInternal logic by Fengzdadi · 9 weeks ago
  68. fabb729 Merge pull request #101 from proost/feat-tdigest-serialization by Hyeonho Kim · 9 weeks ago
  69. 83d91c4 doc: update t-digest status by lani_karrot · 9 weeks ago
  70. fe39ed5 refactor: address PR review feedback by Fengzdadi · 9 weeks ago
  71. e8851f5 feat(sampling): implement VarOptItemsSketch core functionality by Fengzdadi · 9 weeks ago
  72. 4e312cd feat: add t-digest serialization by lani_karrot · 9 weeks ago
  73. 2fb0b97 Merge pull request #100 from proost/doc-contribution-guide by Hyeonho Kim · 9 weeks ago
  74. 79d9574 Merge pull request #99 from proost/feat-tdigest by Hyeonho Kim · 9 weeks ago
  75. 417b26a Merge branch 'main' of https://github.com/apache/datasketches-go into feat-tdigest by proost · 9 weeks ago
  76. 0dd2e23 Merge pull request #94 from Fengzdadi/feat-reservoir-items-sketch by Hyeonho Kim · 9 weeks ago
  77. fb5e0e6 refactor: simpler inf check by lani_karrot · 9 weeks ago
  78. db8d690 Merge branch 'feat-tdigest' of github.com:proost/datasketches-go into feat-tdigest by lani_karrot · 9 weeks ago
  79. 61e143e fix: return error when inf given by lani_karrot · 9 weeks ago
  80. a9c736c fix(sampling): align serialization format with Java for cross-language compatibility by Fengzdadi · 9 weeks ago
  81. f3ca070 feat(sampling): align test data with Java PR #714 conditions by Fengzdadi · 9 weeks ago
  82. f9f53d3 feat: add Java compatibility tests for reservoir sampling by Fengzdadi · 9 weeks ago
  83. 709bab0 refactor: rename ToByteArray to ToSlice for naming consistency by Fengzdadi · 9 weeks ago
  84. a21cfc2 fix(sampling): correct ReservoirItems Family ID from 13 to 11 by Fengzdadi · 10 weeks ago
  85. ad81f10 refactor: address review feedback - use FamilyEnum and GoPath by Fengzdadi · 10 weeks ago
  86. 9f822e8 feat: add reservoir serialization test data files by Fengzdadi · 10 weeks ago
  87. e12addd refactor: SerializeToBytes returns ([]byte, error) for custom type support by Fengzdadi · 2 months ago
  88. 8100a40 feat: add serialization support with SerDe interface by Fengzdadi · 2 months ago
  89. 63e1eac fix: move consts to double.go by lani_karrot · 9 weeks ago
  90. 95e54a7 feat: t-digest by proost · 9 weeks ago
  91. ad67d1a doc: add CoC by proost · 9 weeks ago
  92. 28d7a90 doc: add contribution guide by proost · 9 weeks ago
  93. e1cb959 Merge pull request #95 from proost/feat-set-operations-for-arrayofnumbers-sketch by Pierre Lacave · 9 weeks ago
  94. f576915 Merge pull request #97 from proost/refactor-move-familyid-to-internal by Pierre Lacave · 9 weeks ago
  95. f66a57d fix: move consts to double.go by lani_karrot · 9 weeks ago
  96. a14f35a feat: t-digest by lani_karrot · 9 weeks ago
  97. 4a776bc refactor: move theta sketch type into internal enum by proost · 10 weeks ago
  98. 0527b09 refactor: add whitespace by lani_karrot · 10 weeks ago
  99. 473dc5b docs: update work status by lani_karrot · 10 weeks ago
  100. 195dbfb feat: add set operations for ArrayOfNumbers Sketch by lani_karrot · 10 weeks ago