Skip to content

Commit 672575f

Browse files
committed
Add entry to whatsnew/v3.0.0.rst for bug fixing
1 parent bbb7425 commit 672575f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ Other
804804
- Bug in :meth:`Series.replace` and :meth:`DataFrame.replace` inconsistently replacing matching instances when ``regex=True`` and missing values are present. (:issue:`56599`)
805805
- Bug in :meth:`Series.replace` and :meth:`DataFrame.replace` throwing ``ValueError`` when ``regex=True`` and all NA values. (:issue:`60688`)
806806
- Bug in :meth:`Series.to_string` when series contains complex floats with exponents (:issue:`60405`)
807+
- Bug in :meth:`Series.isin` raising ``TypeError`` when series is large (>10**6) and ``values`` contains NA (:issue:`60678`)
807808
- Bug in :meth:`read_csv` where chained fsspec TAR file and ``compression="infer"`` fails with ``tarfile.ReadError`` (:issue:`60028`)
808809
- Bug in Dataframe Interchange Protocol implementation was returning incorrect results for data buffers' associated dtype, for string and datetime columns (:issue:`54781`)
809810
- Bug in ``Series.list`` methods not preserving the original :class:`Index`. (:issue:`58425`)

0 commit comments

Comments
 (0)