This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git
commit 737b5a9f4312983364bb61afb10c4ef2e2445757 Author: tison <[email protected]> AuthorDate: Sat Feb 14 15:18:31 2026 +0800 chore: Remove early development caution warning Although we are still under 0.x version series, the released sketches are already deployed in production environments. We can leave the unstable warning on the 0.x version number; datasketches-rust can be used confidently. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c395143..bc1eabe 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,6 @@ [actions-badge]: https://github.com/apache/datasketches-rust/workflows/CI/badge.svg [actions-url]: https://github.com/apache/datasketches-rust/actions?query=workflow%3ACI -> [!WARNING] -> -> This repository is under early development. Use it with caution! - This is the core Rust component of the DataSketches library. It contains a subset of the sketching algorithms and can be accessed directly from user applications. Note that we have parallel core library components for Java, C++, Python, and Go implementations of many of the same sketch algorithms: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
