Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2.9 release notes #952

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Compatible with OpenSearch 2.9.0.

### Enhancements

* Refactor Shared Settings, Introduce Dynamic Forecast Settings, Rename ([#912](https://github.com/opensearch-project/anomaly-detection/pull/912))
* Refactoring Index Creation for Improved Code Reuse and Consistency ([#932](https://github.com/opensearch-project/anomaly-detection/pull/932))
* Add ForecastResult and Refactor Shared Code ([#941](https://github.com/opensearch-project/anomaly-detection/pull/941))
* Refactor: Migrate files from 'ad' to 'timeseries' package ([#918](https://github.com/opensearch-project/anomaly-detection/pull/918))
* Add Forecaster class ([#920](https://github.com/opensearch-project/anomaly-detection/pull/920))
* Refactor: Reorganize code for Forecasting and AnomalyDetector packages ([#925](https://github.com/opensearch-project/anomaly-detection/pull/925))
* Enforce DOCUMENT Replication for AD Indices and Adjust Primary Shards ([#948](https://github.com/opensearch-project/anomaly-detection/pull/948))
ohltyler marked this conversation as resolved.
Show resolved Hide resolved

### Infrastructure

* Updated Maintainers and CODE_OWNERS list ([#926](https://github.com/opensearch-project/anomaly-detection/pull/926))
* Bump guava version to 32.0.1 ([#933](https://github.com/opensearch-project/anomaly-detection/pull/933))
* Bump scipy from 1.8.0 to 1.10.0 in /dataGeneration ([#943](https://github.com/opensearch-project/anomaly-detection/pull/943))
* Fix main build - update import of Releasable and remove reference to BaseExceptionsHelper ([#930](https://github.com/opensearch-project/anomaly-detection/pull/930))

### Documentation

* add 2.8 release notes ([#915](https://github.com/opensearch-project/anomaly-detection/pull/915))
ohltyler marked this conversation as resolved.
Show resolved Hide resolved
* Updated Maintainers and CODE_OWNERS list ([#926](https://github.com/opensearch-project/anomaly-detection/pull/926))
Loading