PsiACE commented on code in PR #78:
URL: https://github.com/apache/datasketches-rust/pull/78#discussion_r2737314549


##########
CHANGELOG.md:
##########
@@ -0,0 +1,20 @@
+# CHANGELOG
+
+All significant changes to this project will be documented in this file.
+
+## Unreleased
+
+### Breaking changes
+
+* `CountMinSketch` now has a type parameter for the count type. Possible 
values are `u8` to `u64` and `i8` to `i64`.

Review Comment:
   I believe supporting decay for unsigned integers is worth mentioning.



-- 
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]

Reply via email to