Skip to content

Commit

Permalink
Rename release 0.21.1 release notes to 0.21.1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed May 20, 2024
1 parent 6dfba3b commit 61ebfb1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
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.

0 comments on commit 61ebfb1

Please sign in to comment.