tisonkun opened a new issue, #109: URL: https://github.com/apache/datasketches-rust/issues/109
I'm going to start the preparing and voting to datasketches-rust 0.3.0 with what we have now. Other ongoing initiatives will be tracked down later, and I'd start an epic issue for the next iteration. @PsiACE @ZENOTME @notfilippo any suggestions on releasing 0.3.0? The current Unreleased changelog is like: ```md ## Unreleased ### Breaking changes * `CountMinSketch` now has a type parameter for the count type. Possible values are `u8` to `u64` and `i8` to `i64`. * `HllUnion::get_result` is renamed to `HllUnion::to_sketch`. ### New features * `CountMinSketch` with unsigned values now supports `halve` and `decay` operations. * `CpcSketch` and `CpcUnion` are now available for cardinality estimation. * `CpcWrapper` is now available for reading estimation from a serialized CpcSketch without full deserialization. * `FrequentItemsSketch` now supports serde for any value implement `FrequentItemValue` (builtin supports for `i64`, `u64`, and `String`). * Expose `codec::SketchBytes`, `codec::SketchSlice`, and `FrequentItemValue` as public API. ``` cc @leerho -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
