Skip to content

Commit f027862

Browse files
committed
update change log
1 parent a072c6b commit f027862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Other enhancements
5757
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
5858
- :meth:`str.get_dummies` now accepts a ``dtype`` parameter to specify the dtype of the resulting DataFrame (:issue:`47872`)
5959
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
60+
- Refactored :meth:`_create_delegator_method` under core/accessor.py using ``functools``, improving code clarity and maintainability. (:issue:`59783`)
6061
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
6162
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
6263
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)

0 commit comments

Comments
 (0)