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/v2.1.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -847,6 +847,7 @@ Other
847
847
- Bug in :meth:`Series.memory_usage` when ``deep=True`` throw an error with Series of objects and the returned value is incorrect, as it does not take into account GC corrections (:issue:`51858`)
848
848
- Bug in :meth:`period_range` the default behavior when freq was not passed as an argument was incorrect(:issue:`53687`)
849
849
- Fixed incorrect ``__name__`` attribute of ``pandas._libs.json`` (:issue:`52898`)
850
+
- The minimum version of Cython needed to compile pandas is now ``3.0.0`` (:issue:`54335`)
0 commit comments