You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,7 @@ Conversion
248
248
- Bug in :meth:`Series.astype` and :meth:`DataFrame.astype` from floating dtype to unsigned integer dtype failing to raise in the presence of negative values (:issue:`45151`)
249
249
- Bug in :func:`array` with ``FloatingDtype`` and values containing float-castable strings incorrectly raising (:issue:`45424`)
250
250
- Bug when comparing string and datetime64ns objects causing ``OverflowError`` exception. (:issue:`45506`)
251
+
- Bug when attempting to replace ``numpy.nan`` values causing ``RecursionError``
0 commit comments