From 04f5409d753b8299bb0e320aed080acdc437329f Mon Sep 17 00:00:00 2001 From: Saulo Martiello Mastelini Date: Fri, 1 Mar 2024 17:32:42 -0300 Subject: [PATCH] release notes --- docs/unreleased.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/unreleased.md b/docs/unreleased.md index b2c83d0050..743c1a54f7 100644 --- a/docs/unreleased.md +++ b/docs/unreleased.md @@ -1,4 +1,10 @@ +# Unreleased + ## drift -- Added `FHDDM` drift detector. -- Added a `iter_polars` function to iterate over the rows of a polars DataFrame. \ No newline at end of file +- 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.