aws / random-cut-forest-by-aws

An implementation of the Random Cut Forest data structure for sketching streaming data, with support for anomaly detection, density estimation, imputation, and more.
https://github.com/aws/random-cut-forest-by-aws
Apache License 2.0
206 stars 33 forks source link

version bump to 3.0-rc2 #316

Closed amitgalitz closed 2 years ago

amitgalitz commented 2 years ago

Signed-off-by: Amit Galitzky amgalitz@amazon.com

Issue #, if available:

304

Description of changes: This PR will version bump main to RCF 3.0-rc2. This doesn't mean current latest commit is good for stable release but we are preemptively bumping the current version to reflect next release. Once a RCF 3.0-rc2 is ready for release a 3.0 branch will be cut and the latest commit for the release will be tagged appropriately. This will also make it possible to implement a CICD that will upload snapshots of RCF on merge to main that will be labeled as 3.0-rc2-SNAPSHOT.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.