8000 API: Unify .update to generic by h-vetinari · Pull Request #23192 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

API: Unify .update to generic #23192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update whatsnew with GH reference
  • Loading branch information
h-vetinari committed Nov 15, 2018
commit d49b74280d6d1523456397480514550f0c0a392a
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Backwards incompatible API changes
- A newly constructed empty :class:`DataFrame` with integer as the ``dtype`` will now only be cast to ``float64`` if ``index`` is specified (:issue:`22858`)
- :meth:`Series.str.cat` will now raise if `others` is a `set` (:issue:`23009`)
- Passing scalar values to :class:`DatetimeIndex` or :class:`TimedeltaIndex` will now raise ``TypeError`` instead of ``ValueError`` (:issue:`23539`)
- :meth:`DataFrame.update` will now try to preserve the dtype of the caller as much as possible (:issue:`23606`)

.. _whatsnew_0240.api_breaking.deps:

Expand Down
0