Skip to content

Commit 4663951

Browse files
authored
DOC: clean bug fix section in whatsnew (#25792)
1 parent fb11912 commit 4663951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v0.25.0.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ Performance Improvements
175175

176176
Bug Fixes
177177
~~~~~~~~~
178-
- Bug in :func:`to_datetime` which would raise an (incorrect) ``ValueError`` when called with a date far into the future and the ``format`` argument specified instead of raising ``OutOfBoundsDatetime`` (:issue:`23830`)
179-
- Bug in an error message in :meth:`DataFrame.plot`. Improved the error message if non-numerics are passed to :meth:`DataFrame.plot` (:issue:`25481`)
180-
- Bug in error messages in :meth:`DataFrame.corr` and :meth:`Series.corr`. Added the possibility of using a callable. (:issue:`25729`)
181178

182179
Categorical
183180
^^^^^^^^^^^
@@ -189,6 +186,7 @@ Categorical
189186
Datetimelike
190187
^^^^^^^^^^^^
191188

189+
- Bug in :func:`to_datetime` which would raise an (incorrect) ``ValueError`` when called with a date far into the future and the ``format`` argument specified instead of raising ``OutOfBoundsDatetime`` (:issue:`23830`)
192190
-
193191
-
194192
-
@@ -212,6 +210,7 @@ Numeric
212210

213211
- Bug in :meth:`to_numeric` in which large negative numbers were being improperly handled (:issue:`24910`)
214212
- Bug in :meth:`to_numeric` in which numbers were being coerced to float, even though ``errors`` was not ``coerce`` (:issue:`24910`)
213+
- Bug in error messages in :meth:`DataFrame.corr` and :meth:`Series.corr`. Added the possibility of using a callable. (:issue:`25729`)
215214
-
216215
-
217216
-
@@ -279,6 +278,7 @@ Plotting
279278
^^^^^^^^
280279

281280
- Fixed bug where :class:`api.extensions.ExtensionArray` could not be used in matplotlib plotting (:issue:`25587`)
281+
- Bug in an error message in :meth:`DataFrame.plot`. Improved the error message if non-numerics are passed to :meth:`DataFrame.plot` (:issue:`25481`)
282282
-
283283
-
284284
-

0 commit comments

Comments
 (0)