Skip to content

Commit

Permalink
added whatsnew entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturnFromTitan committed Nov 4, 2019
1 parent 057d86b commit 1eb2aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Other API changes
See :ref:`units registration <whatsnew_1000.matplotlib_units>` for more.
- :meth:`Series.dropna` has dropped its ``**kwargs`` argument in favor of a single ``how`` parameter.
Supplying anything else than ``how`` to ``**kwargs`` raised a ``TypeError`` previously (:issue:`29388`)
- An empty :class:`pandas.core.series.Series` now has the dtype ``object`` instead of ``float64``. The behaviour is now
consistent with the behaviour of :class:`pandas.core.frame.DataFrame` and :class:`pandas.core.indexes.base.Index`
-


Expand Down

0 comments on commit 1eb2aa6

Please sign in to comment.