Skip to content

Commit 25a578a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c71dcb2 commit 25a578a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ Other enhancements
6060
- :meth:`Series.map` can now accept kwargs to pass on to func (:issue:`59814`)
6161
- :meth:`pandas.concat` will raise a ``ValueError`` when ``ignore_index=True`` and ``keys`` is not ``None`` (:issue:`59274`)
6262
- :meth:`str.get_dummies` now accepts a ``dtype`` parameter to specify the dtype of the resulting DataFrame (:issue:`47872`)
63+
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` for :class:`StringMethods` (:issue:`59091`)
6364
- Multiplying two :class:`DateOffset` objects will now raise a ``TypeError`` instead of a ``RecursionError`` (:issue:`59442`)
6465
- Restore support for reading Stata 104-format and enable reading 103-format dta files (:issue:`58554`)
6566
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
6667
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
6768
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
68-
- Implemented :meth:`Series.str.isascii` and :meth:`Series.str.isascii` for :class:`StringMethods` (:issue:`59091`)
6969

7070
.. ---------------------------------------------------------------------------
7171
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)