1. ab8949d chore: update copyright year in NOTICE (#110) by Cancai Cai · 10 days ago main
  2. 00c3bc8 fix(theta): compact should use self.is_empty for consistency (#107) by ZENOTME · 3 weeks ago
  3. b93315e feat(theta): introduce intersection theta set operation (#100) by ZENOTME · 3 weeks ago
  4. 5aef266 fix: comment and assertions inconsistency (#106) by Yichi Zhang · 4 weeks ago
  5. bf8438f chore(theta): flatten preamble_longs branches for clippy (#104) by Xuanwo · 5 weeks ago
  6. f0d997e chore: fine tune binomial_bounds.rs code (#103) by tison · 6 weeks ago
  7. c41fe90 chore: simplify codec checks code (#102) by tison · 6 weeks ago
  8. d6cc4bb feat: impl CpcWrapper (#101) by tison · 6 weeks ago
  9. 6546d66 refactor: export FrequentItemValue and improve docs (#98) by tison · 6 weeks ago
  10. 74b2b87 feat(theta): compact sketch serde v3/v4 (#77) by ZENOTME · 6 weeks ago
  11. 761491e chore(x): add doc lint (#95) by Filippo · 7 weeks ago
  12. 434fd57 fix(bloom): align builder parameters with java implementation (#93) by Filippo · 7 weeks ago
  13. be55f8d chore: Remove early development caution warning (#94) by tison · 7 weeks ago
  14. 921fcd1 refactor: expose codec and add centralized Family (#91) by tison · 7 weeks ago
  15. 9a83070 chore: check seed for CpcSketch and CountMinSketch (#85) by tison · 8 weeks ago
  16. 2fc50ae chore(tdigest): better handle Centroid adds (#88) by tison · 8 weeks ago
  17. 346f7a2 refactor: sort PairTable values with std sort_unstable (#86) by tison · 8 weeks ago
  18. 309b134 feat: support cpcsketch serde (#84) by tison · 8 weeks ago
  19. e053fae chore: define static lookup table as static variables (#83) by tison · 9 weeks ago
  20. 0bb6c62 chore: code tidy for FrequentItems and impl for more value type (#82) by tison · 9 weeks ago
  21. ae13a83 refactor!: rename get_result to to_sketch (#81) by tison · 9 weeks ago
  22. dd12abf feat: impl CpcSketch (#75) by tison · 9 weeks ago
  23. 0fee12c test: use snapshots (#80) by tison · 9 weeks ago
  24. 493132c refactor: remove unnecessary allocations in error formatting (#79) by Cheng-Yang Chou · 9 weeks ago
  25. d62102d chore: update README and add CHANGELOG (#78) by tison · 9 weeks ago
  26. 81e619f feat: add halve and decay to countmin sketch of unsigned values (#71) by Chojan Shang · 10 weeks ago
  27. 583ac18 chore: correct CountMinSketch::suggest_num_hashes panic docs (#73) by tison · 3 months ago
  28. f3481de chore: enable more convenient GitHub features (#74) by tison · 3 months ago
  29. b2d1238 docs: document build and test workflows (#69) by Chojan Shang · 3 months ago
  30. fdb38b8 feat: add theta sketch (part 2) (#59) by ZENOTME · 3 months ago 0.2.0 0.2.0-rc.2
  31. 1640af4 fix: tdigest quantile edge case (#63) by tison · 3 months ago
  32. 4e9a86d chore: Remove required approving review count from PRs (#66) by tison · 3 months ago
  33. 15b1e0e ci: generate snaps stably (#65) by tison · 3 months ago
  34. 9ade42d docs: add rustdoc examples across sketches (#58) by Chojan Shang · 3 months ago
  35. 9a76561 docs: document release process (#61) by Filippo Rossi · 3 months ago
  36. 22c30bc chore: prepare v0.2.0 release (#57) by Filippo Rossi · 3 months ago 0.2.0-rc.1
  37. 819f563 feat: implement bloom filter (#53) by Filippo Rossi · 3 months ago
  38. 7ff21fc refactor: use new codec utils in TDigest and Frequencies sketches (#52) by tison · 3 months ago
  39. c2cbb7c chore: fine tune frequencies and theta sketches (#51) by tison · 3 months ago
  40. 38fad36 feat: add frequencies sketches (#44) by Chojan Shang · 3 months ago
  41. b0e0135 refactor: replace byteorder with SketchBytes and SketchSlice (#49) by tison · 3 months ago
  42. 0a8543e feat: add theta sketch (part 1) (#45) by ZENOTME · 3 months ago
  43. 9c09721 chore: centralize default seed (#48) by tison · 3 months ago
  44. f5143c3 feat: add a generic error type (#47) by tison · 3 months ago
  45. 8855aa6 feat: implement count-min sketch (#38) by Chojan Shang · 3 months ago
  46. f22231e feat: add xxhash64 (#39) by Chojan Shang · 3 months ago
  47. 792b4c5 build: set up workspace layout (#43) by tison · 3 months ago
  48. 560b83e chore: fix CI failing on main (#40) by Filippo Rossi · 3 months ago
  49. 51347b3 chore: rustfmt rules on nightly (#33) by tison · 3 months ago
  50. a081c45 refactor: implement MurmurHash3 internally (#36) by tison · 3 months ago
  51. a21d7f6 feat: implement T-Digest (#23) by tison · 4 months ago
  52. bb6c191 chore: Prevent compilation on big-endian targets (#31) by tison · 4 months ago
  53. 774fa42 build: generate snapshots on the fly (#29) by tison · 4 months ago
  54. 4f5f266 test cleanup (#26) by Filippo Rossi · 4 months ago
  55. 9bbe3ff feat(hll): implement HllUnion (#25) by Filippo Rossi · 4 months ago
  56. 9e89596 chore: check InsufficientData before index access (#24) by tison · 4 months ago
  57. c600112 chore: code tidy integration tests (#20) by tison · 4 months ago
  58. e5dab92 chore: fine tune asfyaml settings (#19) by tison · 4 months ago
  59. f37288f chore: fixup new typos glossary and linters (#18) by tison · 4 months ago
  60. 4daf84c ci: install rust toolchain without actions (#16) by tison · 4 months ago
  61. dd38076 ci: Bootstrap basic Rust CI (#13) by tison · 4 months ago
  62. 44598b6 feat: HLL backend implementation (#1) by Filippo Rossi · 4 months ago
  63. 973f608 chore: Fix formatting and wording in README.md (#9) by tison · 4 months ago
  64. 5a8728a Merge pull request #8 from Xuanwo/patch-1 by Pierre Lacave · 4 months ago
  65. acaf798 ci: Enable squash merge and disable wiki by Xuanwo · 4 months ago
  66. 8d48218 Merge pull request #7 from apache/license-rat by Pierre Lacave · 4 months ago
  67. a1dc478 chore: Add missing license headers by Pierre Lacave · 4 months ago
  68. 69f73f9 Merge pull request #6 from notfilippo/cargo-bootstrap by Pierre Lacave · 4 months ago
  69. a8956a6 chore: Cargo project bootstrap by Filippo Rossi · 4 months ago
  70. ac81f86 fix typo by Lee Rhodes · 4 months ago
  71. 2044c7f Fix indentation by Lee Rhodes · 4 months ago
  72. ea84469 Added wiki, issues, projects and discussions to website by Lee Rhodes · 4 months ago
  73. 27c840a Add basic files for an ASF/GitHub project. by Lee Rhodes · 4 months ago
  74. f868a1f Commit README.md by Lee Rhodes · 4 months ago