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

Rename release 0.21.1 release notes to 0.21.1.md #1546

Merged
merged 1 commit into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 16 additions & 0 deletions docs/releases/0.21.1.md
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.
17 changes: 1 addition & 16 deletions docs/releases/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# 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.
# Unreleased

## 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.
Loading