Skip to content

Commit

Permalink
Merge branch 'main' into sspt
Browse files Browse the repository at this point in the history
  • Loading branch information
smastelini authored May 31, 2024
2 parents 9dc2d19 + 6995f15 commit 6bbcbaf
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 551 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: 2 additions & 15 deletions docs/releases/unreleased.md
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.
Loading

0 comments on commit 6bbcbaf

Please sign in to comment.