You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
History
3
3
=======
4
4
5
-
0.0.16 (2023-??-??)
5
+
0.1 (2023-??-??)
6
6
-------------------
7
7
8
8
* VAR(p) EM sampler implemented, founding on a VAR(p) modelization such as the one described in `Lütkepohl (2005) New Introduction to Multiple Time Series Analysis`
9
9
* EM and RPCA matrices transposed in the low-level impelmentation, however the API remains unchanged
10
-
* Sparse matrices introduced in the RPCA impletation so as to speed up the execution
10
+
* Sparse matrices introduced in the RPCA implementation so as to speed up the execution
11
11
* Docstrings and tests improved for the EM sampler
12
+
* Online documentation reworked, with new tutorials on hole generators and a benchmar for time series imputation
0 commit comments