-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
566 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 0.21.1 - 2024-03-28 | ||
|
||
This release should fix some of the installation issues when building the River wheel from scratch. | ||
|
||
## anomaly | ||
|
||
- Added `PredictiveAnomalyDetection`, a semi-supervised technique that employs a predictive model for anomaly detection. | ||
|
||
## drift | ||
|
||
- Added `FHDDM` drift detector. | ||
- Added a `iter_polars` function to iterate over the rows of a polars DataFrame. | ||
|
||
## neighbors | ||
|
||
- Simplified `neighbors.SWINN` to avoid recursion limit and pickling issues. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,7 @@ | ||
# 0.21.1 - 2024-03-28 | ||
# Unreleased | ||
|
||
This release should fix some of the installation issues when building the River wheel from scratch. | ||
|
||
## anomaly | ||
|
||
- Added `PredictiveAnomalyDetection`, a semi-supervised technique that employs a predictive model for anomaly detection. | ||
This release makes Polars an optional dependency instead of a required one. | ||
|
||
## cluster | ||
|
||
- Added `ODAC` (Online Divisive-Agglomerative Clustering) for clustering time series. | ||
|
||
## drift | ||
|
||
- Added `FHDDM` drift detector. | ||
- Added a `iter_polars` function to iterate over the rows of a polars DataFrame. | ||
|
||
## neighbors | ||
|
||
- Simplified `neighbors.SWINN` to avoid recursion limit and pickling issues. |
Oops, something went wrong.