Skip to content

Commit 506c633

Browse files
author
Vianney Taquet
committed
Update HISTORY
1 parent e364122 commit 506c633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.rst

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

5-
0.2.0 (???)
5+
0.2.0 (2020-05-21)
66
------------------
77

88
* Add n_jobs argument using joblib parallel processing
@@ -12,7 +12,7 @@ History
1212
* Simplify the `method` parameter
1313
* Fix typos in documentation and add methods descriptions in sphinx
1414
* Accept alpha parameter as a list or np.ndarray
15-
* If alpha is a list, `.predict()` returns a np.ndarray of shape (n_samples, 3, len(alpha))
15+
* If alpha is an Iterable, `.predict()` returns a np.ndarray of shape (n_samples, 3, len(alpha))
1616

1717
0.1.4 (2021-05-07)
1818
------------------

0 commit comments

Comments
 (0)