diff --git a/doc/whats_new/v0.0.4.rst b/doc/whats_new/v0.0.4.rst index 732f9c12e..78aa8f8be 100644 --- a/doc/whats_new/v0.0.4.rst +++ b/doc/whats_new/v0.0.4.rst @@ -52,7 +52,7 @@ Enhancement - Allow :class:`imblearn.under_sampling.RandomUnderSampler` and :class:`imblearn.over_sampling.RandomOverSampler` to sample object array containing strings. - :issue:`448` by :user:`Guillaume Lemaitre `. + :issue:`451` by :user:`Guillaume Lemaitre `. Bug fixes ......... @@ -74,7 +74,7 @@ Bug fixes - Fix bug which was not preserving the dtype of X and y when generating samples. - :issue:`448` by :user:`Guillaume Lemaitre `. + :issue:`450` by :user:`Guillaume Lemaitre `. - Add the option to pass a ``Memory`` object to :func:`make_pipeline` like in :class:`pipeline.Pipeline` class.