Skip to content

Commit

Permalink
updating whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
realead committed Jan 10, 2022
1 parent 27d1a8a commit ff136fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,7 @@ Other
- Bug in :meth:`Series.replace` raising ``ValueError`` when using ``regex=True`` with a :class:`Series` containing ``np.nan`` values (:issue:`43344`)
- Bug in :meth:`DataFrame.to_records` where an incorrect ``n`` was used when missing names were replaced by ``level_n`` (:issue:`44818`)
- Bug in :meth:`DataFrame.eval` where ``resolvers`` argument was overriding the default resolvers (:issue:`34966`)
- :meth:`Series.__repr__` no longer replaces all null-values with "NaN" but uses they real string-representations (:issue:`45263`)

.. ---------------------------------------------------------------------------
Expand Down

0 comments on commit ff136fe

Please sign in to comment.