File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
328Version 0.14.1
429==============
530
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ Changelog
1111Bug 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-
2014Enhancements
2115............
2216
You can’t perform that action at this time.
0 commit comments