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.0.0.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -808,7 +808,7 @@ I/O
808
808
- Bug in :func:`read_json` where default encoding was not set to ``utf-8`` (:issue:`29565`)
809
809
- Bug in :class:`PythonParser` where str and bytes were being mixed when dealing with the decimal field (:issue:`29650`)
810
810
- :meth:`read_gbq` now accepts ``progress_bar_type`` to display progress bar while the data downloads. (:issue:`29857`)
811
-
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:'30299')
811
+
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:`30163`).
812
812
813
813
Plotting
814
814
^^^^^^^^
@@ -824,7 +824,6 @@ Plotting
824
824
- :func:`set_option` now validates that the plot backend provided to ``'plotting.backend'`` implements the backend when the option is set, rather than when a plot is created (:issue:`28163`)
825
825
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
826
826
- Bug in color validation incorrectly raising for non-color styles (:issue:`29122`).
827
-
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:`30163`).
0 commit comments