Skip to content

Commit 07784f0

Browse files
committed
Update whatsnew
1 parent 802f6ac commit 07784f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.24.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Other Enhancements
282282
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
283283
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
284284
- :meth:`Series.update` now supports the same keywords and functionality as :meth:`DataFrame.update`.
285-
In particular, it has gained the keywords ``overwrite``, ``filter_func`` and ``errors`` (:issue:`22358`)
285+
In particular, it has gained the keywords ``overwrite``, ``filter_func`` and ``errors`` (:issue:`22358`, :issue:`23585`)
286286
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
287287
- Added :meth:`Interval.overlaps`, :meth:`IntervalArray.overlaps`, and :meth:`IntervalIndex.overlaps` for determining overlaps between interval-like objects (:issue:`21998`)
288288
- :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`)
@@ -1026,7 +1026,7 @@ Deprecations
10261026
- The ``fastpath`` keyword of the different Index constructors is deprecated (:issue:`23110`).
10271027
- :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`)
10281028
- The class ``FrozenNDArray`` has been deprecated. When unpickling, ``FrozenNDArray`` will be unpickled to ``np.ndarray`` once this class is removed (:issue:`9031`)
1029-
- The methods :meth:`DataFrame.update` and :meth:`Panel.update` have deprecated the ``raise_conflict=False|True`` keyword in favor of ``errors='ignore'|'raise'`` (:issue:`23585`)
1029+
- The method :meth:`DataFrame.update` has deprecated the ``raise_conflict=False|True`` keyword in favor of ``errors='ignore'|'raise'`` (:issue:`23585`)
10301030
- Deprecated the `nthreads` keyword of :func:`pandas.read_feather` in favor of
10311031
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
10321032
- :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)