Skip to content

Commit 8708ed7

Browse files
Julien RousselJulien Roussel
authored andcommitted
history written
1 parent 381996b commit 8708ed7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
History
33
=======
44

5+
0.1.2 (2024-02-28)
6+
------------------
7+
8+
* RPCA Noisy now has separate fit and transform methods, allowing to impute efficiently new data without retraining
9+
* The class ImputerRPCA has been splitted between a class ImputerRpcaNoisy, which can fit then transform, and a class ImputerRpcaPcp which can only fit_transform
10+
* The class SoftImpute has been recoded to better fit the architecture, and is more tested
11+
* The class RPCANoisy now relies on sparse matrices for H, speeding it up for large instances
12+
513
0.1.1 (2023-11-03)
614
-------------------
715

0 commit comments

Comments
 (0)