From 397f257e12011741f7c3c9f2ae9b8c24ba6c8399 Mon Sep 17 00:00:00 2001 From: cameronmartino Date: Mon, 8 Jan 2024 10:40:22 -0800 Subject: [PATCH] add breaking change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372b532..cf0d0d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ v0.0.10 (2023-12-01) * auto_rpca across the package and rank_estimate in optspace.py * was not performing correctly and no reasonable quick fix is available. * see issue #70 + * **Change from `auto_rpca` to `gemelli.rpca import rpca`** v0.0.9 (2023-05-24)