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

Update v3.0 tag #339

Closed gardner closed 2 years ago

gardner commented 2 years ago

Please consider updating the v3.0 tag to point to 016d6a1f129a38d3fa9c651d445204c0ece75c67

Please consider moving to automated semver versioning.

amitgalitz commented 2 years ago

Hi @gardner thank you for pointing this out. I updated the tag for the official 3.0.0 release and we should also see the official release on Maven by the end of the day (takes a little to fully propagate the release). We are also actively working on automating our release and using semver as highlighted in this PR: https://github.com/aws/random-cut-forest-by-aws/pull/334. We are planning on now incrementing the version to 3.0.1-SNAPSHOT and then merging the PR i just mentioned. Feel free to comment if you have other suggestions.

As this issue is concerning the tag which is now updated, I will close this.