-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
.. _changes_0_13: | ||
|
||
Version 0.13.0 (Under development) | ||
================================== | ||
Version 0.13.0 | ||
============== | ||
|
||
**TBD** | ||
**December 20, 2024** | ||
|
||
Changelog | ||
--------- | ||
|
||
Bug fixes | ||
......... | ||
|
||
- Fix `get_metadata_routing` in :class:`~imblearn.pipeline.Pipeline` such that one | ||
can use a sampler with metadata routing. | ||
:pr:`1115` by :user:`Guillaume Lemaitre <glemaitre>`. | ||
|
||
Compatibility | ||
............. | ||
|
||
- Compatibility with scikit-learn 1.6 | ||
:pr:`1109` by :user:`Guillaume Lemaitre <glemaitre>`. | ||
|
||
Deprecations | ||
............ | ||
|
||
Enhancements | ||
............ | ||
- :class:`~imblearn.pipeline.Pipeline` now uses | ||
:func:`~sklearn.utils.check_is_fitted` instead of | ||
:func:`~sklearn.utils.check_fitted` to check if the pipeline is fitted. In 0.15, it | ||
will raise an error instead of a warning. | ||
:pr:`1109` by :user:`Guillaume Lemaitre <glemaitre>`. | ||
|
||
- `algorithm` parameter in :class:`~imblearn.ensemble.RUSBoostClassifier` is now | ||
deprecated and will be removed in 0.14. | ||
:pr:`1109` by :user:`Guillaume Lemaitre <glemaitre>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters