Skip to content

Commit e2edd1a

Browse files
committed
Update whatsnew
1 parent bb9b0d4 commit e2edd1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Other Enhancements
234234
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
235235
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
236236
- :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`)
238238
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
239239
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
240240
- :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
975975
- The ``fastpath`` keyword of the different Index constructors is deprecated (:issue:`23110`).
976976
- :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`)
977977
- 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`)
978979
- Deprecated the `nthreads` keyword of :func:`pandas.read_feather` in favor of
979980
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
980981
- :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

Comments
 (0)