Releases: apache/datasketches-rust
Releases · apache/datasketches-rust
0.2.0
What's Changed
- chore: Cargo project bootstrap by @notfilippo in #6
- chore: Add missing license headers by @freakyzoidberg in #7
- ci: Enable squash merge and disable wiki by @Xuanwo in #8
- chore: Fix formatting and wording in README.md by @tisonkun in #9
- feat: HLL backend implementation by @notfilippo in #1
- ci: Bootstrap basic Rust CI by @tisonkun in #13
- ci: install rust toolchain without actions by @tisonkun in #16
- chore: fixup new typos glossary and linters by @tisonkun in #18
- chore: fine tune asfyaml settings by @tisonkun in #19
- chore: code tidy integration tests by @tisonkun in #20
- chore: check InsufficientData before index access by @tisonkun in #24
- feat(hll): implement HllUnion by @notfilippo in #25
- test(hll): HllUnion suite cleanup by @notfilippo in #26
- build: generate snapshots on the fly by @tisonkun in #29
- chore: Prevent compilation on big-endian targets by @tisonkun in #31
- feat: implement T-Digest by @tisonkun in #23
- refactor: implement MurmurHash3 internally by @tisonkun in #36
- chore: rustfmt rules on nightly by @tisonkun in #33
- chore: fix CI failing on main by @notfilippo in #40
- build: set up workspace layout by @tisonkun in #43
- feat: add xxhash64 by @PsiACE in #39
- feat: implement count-min sketch by @PsiACE in #38
- feat: add a generic error type by @tisonkun in #47
- chore: centralize DEFAULT_UPDATE_SEED by @tisonkun in #48
- feat: add theta sketch (part 1) by @ZENOTME in #45
- refactor: replace byteorder with SketchBytes and SketchSlice by @tisonkun in #49
- feat: add frequencies sketches by @PsiACE in #44
- chore: fine tune frequencies and theta sketches by @tisonkun in #51
- refactor: use new codec utils in TDigest and Frequencies sketches by @tisonkun in #52
- feat: implement bloom filter by @notfilippo in #53
- chore: prepare v0.2.0 release by @notfilippo in #57
- docs: document release process by @notfilippo in #61
- docs: add rustdoc examples across sketches by @PsiACE in #58
- ci: generate snaps stably by @tisonkun in #65
- chore: Remove required approving review count from PRs by @tisonkun in #66
- fix: tdigest quantile edge case by @tisonkun in #63
- feat: add theta sketch (part 2) by @ZENOTME in #59
New Contributors
- @notfilippo made their first contribution in #6
- @freakyzoidberg made their first contribution in #7
- @Xuanwo made their first contribution in #8
- @tisonkun made their first contribution in #9
- @PsiACE made their first contribution in #39
- @ZENOTME made their first contribution in #45
Full Changelog: https://github.com/apache/datasketches-rust/commits/0.2.0