File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ Other enhancements
68
68
- :meth: `Series.str.get_dummies ` now accepts a ``dtype `` parameter to specify the dtype of the resulting DataFrame (:issue: `47872 `)
69
69
- :meth: `pandas.concat ` will raise a ``ValueError `` when ``ignore_index=True `` and ``keys `` is not ``None `` (:issue: `59274 `)
70
70
- Implemented :meth: `Series.str.isascii ` and :meth: `Series.str.isascii ` (:issue: `59091 `)
71
+ - Improved deprecation message for offset aliases (:issue: `60820 `)
71
72
- Multiplying two :class: `DateOffset ` objects will now raise a ``TypeError `` instead of a ``RecursionError `` (:issue: `59442 `)
72
73
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue: `58554 `)
73
74
- Support passing a :class: `Iterable[Hashable] ` input to :meth: `DataFrame.drop_duplicates ` (:issue: `59237 `)
74
75
- Support reading Stata 102-format (Stata 1) dta files (:issue: `58978 `)
75
76
- Support reading Stata 110-format (Stata 7) dta files (:issue: `47176 `)
76
- - Improved deprecation message for offset aliases (:issue: `60820 `)
77
77
78
78
.. ---------------------------------------------------------------------------
79
79
.. _whatsnew_300.notable_bug_fixes :
You can’t perform that action at this time.
0 commit comments