You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ Other Enhancements
234
234
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
235
235
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
236
236
- :meth:`Series.update` now supports the same keywords and functionality as :meth:`DataFrame.update`.
237
-
In particular, it has gained the keywords ``overwrite``, ``filter_func`` and ``errors`` (:issue:`22358`)
237
+
In particular, it has gained the keywords ``overwrite``, ``filter_func`` and ``errors`` (:issue:`22358`, :issue:`23585`)
238
238
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
239
239
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
240
240
- :func:`~DataFrame.to_parquet` now supports writing a ``DataFrame`` as a directory of parquet files partitioned by a subset of the columns when ``engine = 'pyarrow'`` (:issue:`23283`)
@@ -975,6 +975,7 @@ Deprecations
975
975
- The ``fastpath`` keyword of the different Index constructors is deprecated (:issue:`23110`).
976
976
- :meth:`Timestamp.tz_localize`, :meth:`DatetimeIndex.tz_localize`, and :meth:`Series.tz_localize` have deprecated the ``errors`` argument in favor of the ``nonexistent`` argument (:issue:`8917`)
977
977
- The class ``FrozenNDArray`` has been deprecated. When unpickling, ``FrozenNDArray`` will be unpickled to ``np.ndarray`` once this class is removed (:issue:`9031`)
978
+
- The method :meth:`DataFrame.update` has deprecated the ``raise_conflict=False|True`` keyword in favor of ``errors='ignore'|'raise'`` (:issue:`23585`)
978
979
- Deprecated the `nthreads` keyword of :func:`pandas.read_feather` in favor of
979
980
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
980
981
- :func:`pandas.read_excel` has deprecated accepting ``usecols`` as an integer. Please pass in a list of ints from 0 to ``usecols`` inclusive instead (:issue:`23527`)
0 commit comments