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 rc-2.1 #323

Closed amitgalitz closed 2 years ago

amitgalitz commented 2 years ago

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

Description of changes: version bump to rc-2.1

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

ylwu-amzn commented 2 years ago

@amitgalitz finished AD BWC testing?

amitgalitz commented 2 years ago

@amitgalitz finished AD BWC testing?

Confirmed that v2tov3 conversion isn't needed and all bwc works, I am finishing up all v1tov3 testing right now but I don't think this should block this PR. This version bump isn't final until it is officially published to maven, which I'll do once bwc testing is done shortly. I think it makes sense to publish 2.1 with the testing that has been done. I'll update AD documentation with the testing I have done in that end and continue to work on automating whatever is possible.