Skip to content

Commit 8504e95

Browse files
committed
docs: Update the changelog
1 parent 38a7e3e commit 8504e95

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

doc/whats_new/v0.14.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
.. _changes_0_14:
22

3+
Version 0.14.2
4+
==============
5+
6+
**June 7, 2026**
7+
8+
Changelog
9+
---------
10+
11+
Maintenance
12+
...........
13+
14+
- Compatibility with scikit-learn 1.9
15+
:pr:`1178` by :user:`Guillaume Lemaitre <glemaitre>`.
16+
17+
Bug fixes
18+
.........
19+
20+
- Raise an informative error in :class:`~imblearn.over_sampling.SMOTENC` when the
21+
provided `categorical_encoder` does not keep one column per category (e.g.
22+
`OneHotEncoder(drop=...)` or an encoder merging infrequent categories), instead
23+
of failing with an opaque ``zero-size array`` NumPy error.
24+
:issue:`1035` by :user:`Imran Ahamed <immu4989>`.
25+
26+
- Compatibility
27+
328
Version 0.14.1
429
==============
530

doc/whats_new/v0.15.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Changelog
1111
Bug fixes
1212
.........
1313

14-
- Raise an informative error in :class:`~imblearn.over_sampling.SMOTENC` when the
15-
provided `categorical_encoder` does not keep one column per category (e.g.
16-
`OneHotEncoder(drop=...)` or an encoder merging infrequent categories), instead
17-
of failing with an opaque ``zero-size array`` NumPy error.
18-
:issue:`1035` by :user:`Imran Ahamed <immu4989>`.
19-
2014
Enhancements
2115
............
2216

0 commit comments

Comments
 (0)