1. c558cc2 Merge pull request #161 from proost/perf-remove-alloc-in-cm-sketch by Hyeonho Kim · 2 days ago main
  2. 730c0ca Merge pull request #162 from proost/test-generating-go-snapshots-command by Hyeonho Kim · 5 days ago
  3. 11c7905 test: add go snapshots by proost · 5 days ago
  4. e9c7273 test: add generating go commands by proost · 5 days ago
  5. b28c8b0 Merge branch 'main' of github.com:apache/datasketches-go into perf-remove-alloc-in-cm-sketch by proost · 7 days ago
  6. 114ffc8 Merge pull request #160 from proost/feat-req-sketch-encode-decode by Hyeonho Kim · 7 days ago
  7. beeef0b doc: update README by proost · 7 days ago
  8. 5774337 perf: remove allocation in CM sketch by proost · 7 days ago
  9. c30e7ec doc: remove useless comment by proost · 11 days ago
  10. 0ee40e7 test: add compat test code by proost · 11 days ago
  11. e33bb1c test: add req sketch files by proost · 11 days ago
  12. 8e3d4c0 Merge branch 'feat-req-sketch-encode-decode' of github.com:proost/datasketches-go into feat-req-sketch-encode-decode by lani_karrot · 11 days ago
  13. 0d47f5e Merge pull request #159 from proost/perf-reduce-reset-hash-function by Hyeonho Kim · 12 days ago
  14. 9264e34 perf: reduce reset hash function by lani_karrot · 12 days ago
  15. 04c9a84 Merge pull request #158 from proost/chore-including-sketch-files by Hyeonho Kim · 5 weeks ago
  16. 5908bbc test: change to fail if file not exist by lani_karrot · 5 weeks ago
  17. 9405779 chore: update to include sketch files by lani_karrot · 5 weeks ago
  18. 28687a8 Merge pull request #156 from proost/doc-update-sketches-status by Hyeonho Kim · 5 weeks ago
  19. f8d79cd doc: update sketches status on README by lani_karrot · 5 weeks ago
  20. 9ba7c12 Merge pull request #155 from apache/chore-update-notice-year by Hyeonho Kim · 9 weeks ago v0.2.0 v0.2.0-rc2
  21. 851dd63 chore: update notice year by proost · 9 weeks ago
  22. 484e506 Merge pull request #154 from proost/feat-varopt-items-union-serialization by Hyeonho Kim · 9 weeks ago v0.2.0-rc1
  23. 19cee51 fix: wrong java sketches by lani_karrot · 9 weeks ago
  24. f04323c fix: missing varopt unions java sketches by lani_karrot · 9 weeks ago
  25. 90888dd fix: wrong sketch file by lani_karrot · 9 weeks ago
  26. 11b8d1b feat: var opt items union serialization by lani_karrot · 10 weeks ago
  27. 04edefe Merge pull request #153 from proost/feat-varopt-items-union by Hyeonho Kim · 10 weeks ago
  28. da50e1b Merge pull request #152 from proost/refactor-use-common-serde by Hyeonho Kim · 10 weeks ago
  29. d0dc543 feat: varopt items union by proost · 2 months ago
  30. ad29193 refactor: use common serde for reservoir items sketches by lani_karrot · 2 months ago
  31. ca013a2 fix: init with infs by lani_karrot · 2 months ago
  32. 5eca1cb Merge pull request #151 from apache/tisonkun-patch-1 by Hyeonho Kim · 3 months ago
  33. a6d69f9 Merge pull request #150 from apache/infrastructure-ruleset-bot/default-branch-protection by Hyeonho Kim · 3 months ago
  34. 6f191c2 chore: Add Rust and Python impl to README and refine text by tison · 3 months ago
  35. 7a8a108 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago
  36. 5f619da Merge branch 'main' of github.com:apache/datasketches-go into feat-req-sketch-encode-decode by lani_karrot · 3 months ago
  37. b61d4b8 Merge pull request #149 from proost/feat-varoptitems-encodingdecoding by Hyeonho Kim · 3 months ago
  38. fdd21ce test: more cover edge cases by proost · 3 months ago
  39. 064bb62 test : add serialize_size_bytes cases by proost · 3 months ago
  40. f03b572 feat: varopt items sketch serialization by proost · 3 months ago
  41. c015487 feat: REQ sketch serialization/deserialization by lani_karrot · 3 months ago
  42. 48394e7 feat: compactor serialization / dserialization by lani_karrot · 3 months ago
  43. 97efcf1 Merge pull request #147 from proost/feat-req-sketch by Hyeonho Kim · 3 months ago
  44. 9f2f201 perf: align sketch memory layout by lani_karrot · 3 months ago
  45. c282ec4 feat: REQ sketch by lani_karrot · 3 months ago
  46. e19c449 refactor: move consts to sketch by lani_karrot · 3 months ago
  47. d79fbb8 Merge pull request #146 from proost/feat-quantile-sketch-sorted-view by Hyeonho Kim · 4 months ago
  48. 318f877 feaet: sorted view by proost · 4 months ago
  49. 7da1b90 refactor: moves util quantiles util by proost · 4 months ago
  50. bceed01 feat: sorted view iterator by lani_karrot · 4 months ago
  51. a4c3a72 Merge pull request #145 from proost/feat-req-sketch-compactor by Hyeonho Kim · 4 months ago
  52. 60e4a9e feat: req sketch compactor by lani_karrot · 4 months ago
  53. a8f4a50 Merge pull request #143 from proost/doc-update-website-commands by Hyeonho Kim · 4 months ago
  54. 6d30609 Merge pull request #144 from proost/fix-not-panic-inequality-search by Hyeonho Kim · 4 months ago
  55. ea3a30f doc: update deleteing old RCs commands by proost · 4 months ago
  56. 735a5a0 Merge pull request #142 from proost/doc-update-sketches-status by Hyeonho Kim · 4 months ago
  57. 6f58ed0 fix: not panic inequality search by lani_karrot · 4 months ago
  58. a959f04 doc: add website commands by lani_karrot · 4 months ago
  59. 4955ae8 doc: update sketches status by lani_karrot · 4 months ago
  60. 769bdca Merge pull request #136 from proost/doc-update-release-process by Pierre Lacave · 4 months ago
  61. 97bb825 Merge pull request #141 from proost/fix-grow-to-cap by Hyeonho Kim · 4 months ago
  62. 2ee7f96 fix: grow cap by lani_karrot · 4 months ago
  63. f152ab7 Merge pull request #140 from proost/ci-upload-coverage-directly by Hyeonho Kim · 4 months ago
  64. 5bde2d4 ci: upload coverage directly by lani_karrot · 4 months ago
  65. 1b6ae36 Merge pull request #139 from proost/fix-reservoir-items-sketch by Hyeonho Kim · 4 months ago
  66. 700b104 BREAKING: isEmpty and downsample copy to private by lani_karrot · 4 months ago
  67. 51d5a65 doc: update reservoir sketch by proost · 4 months ago
  68. 5f5da2a fix: return errors when update is failed by proost · 4 months ago
  69. 91d5401 test: add reservoir size tests by proost · 4 months ago
  70. 47d6fba fix: return error when sketch is full & return error when boundary condition by proost · 5 months ago
  71. 572c4e5 Merge pull request #138 from proost/doc-utf8-compatibility by Hyeonho Kim · 5 months ago
  72. 5df4bac doc: utf8 compatibility about kll sketch by lani_karrot · 5 months ago
  73. 0d59e2a doc: utf8 compatibility frequency sketch by lani_karrot · 5 months ago
  74. a240c57 doc: utf8 compatibility for sampling sketches by lani_karrot · 5 months ago
  75. 6d36529 doc: utf8 compatibility for serde by lani_karrot · 5 months ago
  76. 0baa164 doc: utf8 compatibility tuple sketch by lani_karrot · 5 months ago
  77. a39564d Merge pull request #137 from proost/feat-aos-sketch by Hyeonho Kim · 5 months ago
  78. 5161352 doc: update docs by proost · 5 months ago
  79. 087a5a0 feat: AoS sketch by proost · 5 months ago
  80. 27e20da doc: update release process by lani_karrot · 5 months ago
  81. 38616a8 Merge pull request #133 from proost/refactor-remove-useless-conversion by Hyeonho Kim · 5 months ago
  82. d5f6e04 Merge pull request #132 from proost/perf-reduce-serialization by Hyeonho Kim · 5 months ago
  83. e59e03d refactor: abstract by lani_karrot · 5 months ago
  84. 4ba2400 refactor: remove useless conversion by lani_karrot · 5 months ago
  85. 32e86d0 perf: reduce serialization by lani_karrot · 5 months ago
  86. 054d7ad Merge pull request #131 from proost/test-fix-flaky-test by Pierre Lacave · 5 months ago
  87. ad6f75b test: fix flaky test by lani_karrot · 5 months ago
  88. 593f0da Merge pull request #129 from proost/feat-support-value-type-receiver-tuple-sketch by Hyeonho Kim · 5 months ago
  89. e59ed43 style: follow lint by lani_karrot · 5 months ago
  90. b30f8cf Merge branch 'main' of github.com:apache/datasketches-go into feat-support-value-type-receiver-tuple-sketch by lani_karrot · 5 months ago
  91. 82588f4 feat: support value-receiver type summary by lani_karrot · 5 months ago
  92. 103e883 Merge pull request #128 from proost/perf-allocation-less-tdigest by Hyeonho Kim · 5 months ago
  93. 05a3056 perf: allocation less tdigest by lani_karrot · 6 months ago
  94. 7a27a25 Merge pull request #127 from proost/refactor-remove-panic-in-cpc by Hyeonho Kim · 6 months ago
  95. 3e027ce refactor: remove panic in CPC sketch by lani_karrot · 6 months ago
  96. e389956 Merge pull request #126 from proost/refactor-use-builtin-functions by Hyeonho Kim · 6 months ago
  97. 9b0ccc3 refactor: use built-in min function by lani_karrot · 6 months ago
  98. 96fdc69 Merge pull request #125 from proost/feat-varoptitemssketch-subsetsum by Hyeonho Kim · 6 months ago
  99. 23da4cb feat: EstimateSubsetSum on varoptitemssketch by lani_karrot · 6 months ago
  100. 2c44011 Merge pull request #124 from proost/fix-varopt-items-sketch-update by Hyeonho Kim · 6 months ago