Skip to content

Commit 325170d

Browse files
Update what's new for pickle updates
1 parent 3de08a1 commit 325170d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/whatsnew/v1.0.0.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ Categorical
681681
same type as if one used the :meth:`.str.` / :meth:`.dt.` on a :class:`Series` of that type. E.g. when accessing :meth:`Series.dt.tz_localize` on a
682682
:class:`Categorical` with duplicate entries, the accessor was skipping duplicates (:issue:`27952`)
683683
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` that would give incorrect results on categorical data (:issue:`26988`)
684+
- Bug where calling :meth:`Categorical.min` or :meth:`Categorical.max` on an empty Categorical would raise a numpy exception (:issue:`30227`)
684685

685686

686687
Datetimelike
@@ -797,7 +798,7 @@ I/O
797798
- Bug in :func:`read_json` where default encoding was not set to ``utf-8`` (:issue:`29565`)
798799
- Bug in :class:`PythonParser` where str and bytes were being mixed when dealing with the decimal field (:issue:`29650`)
799800
- :meth:`read_gbq` now accepts ``progress_bar_type`` to display progress bar while the data downloads. (:issue:`29857`)
800-
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:'30299')
801+
- Bug in :func: 'to_pickle' and :func: 'read_pickle' where not accepting URL (:issue:'30163')
801802

802803
Plotting
803804
^^^^^^^^
@@ -862,7 +863,7 @@ ExtensionArray
862863

863864
- Bug in :class:`arrays.PandasArray` when setting a scalar string (:issue:`28118`, :issue:`28150`).
864865
- Bug where nullable integers could not be compared to strings (:issue:`28930`)
865-
-
866+
- Bug where :class:`DataFrame` constructor raised ValueError with list-like data and ``dtype`` specified (:issue:`30280`)
866867

867868

868869
Other

0 commit comments

Comments
 (0)