Skip to content

Commit 91b99ce

Browse files
committed
DOC update whats new
1 parent b9514b3 commit 91b99ce

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/whats_new/v0.7.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Maintenance
1313
is activated and `joblib==0.11`.
1414
:pr:`687` by :user:`Christos Aridas <chkoar>`.
1515

16+
- Refactor common test to use the dev tools from `scikit-learn` 0.23.
17+
:pr:`710` by :user:`Guillaume Lemaitre <glemaitre>`.
18+
19+
- Remove `FutureWarning` issued by `scikit-learn` 0.23.
20+
:pr:`710` by :user:`Guillaume Lemaitre <glemaitre>`.
21+
1622
Changed models
1723
..............
1824

@@ -27,6 +33,11 @@ Bug fixes
2733
scikit-learn.
2834
:pr:`711` by :user:`zerolfx <zerolfx>`.
2935

36+
- Fix a bug due to change in `scikit-learn` 0.23 in
37+
:class:`imblearn.metrics.make_index_balanced_accuracy`. The function was
38+
unusable.
39+
:pr:`710` by :user:`Guillaume Lemaitre <glemaitre>`.
40+
3041
Enhancements
3142
............
3243

@@ -38,6 +49,13 @@ Enhancements
3849
with the same key than in `y` without the need of encoding `y` in advance.
3950
:pr:`718` by :user:`Guillaume Lemaitre <glemaitre>`.
4051

41-
- Lazy import `keras` module when importing `imblearn.
52+
- Lazy import `keras` module when importing `imblearn.keras`
4253
:pr:`719` by :user:`Guillaume Lemaitre <glemaitre>`.
4354

55+
Deprecation
56+
...........
57+
58+
- Deprecation of the parameters `n_jobs` in
59+
:class:`imblearn.under_sampling.ClusterCentroids` since it was used by
60+
:class:`sklearn.cluster.KMeans` which deprecated it.
61+
:pr:`710` by :user:`Guillaume Lemaitre <glemaitre>`.

0 commit comments

Comments
 (0)