Skip to content

Commit af40a78

Browse files
committed
move to v1.2.1
1 parent 1d62129 commit af40a78

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/whatsnew/v1.2.1.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ Other
5555
- Bumped minimum fastparquet version to 0.4.0 to avoid ``AttributeError`` from numba (:issue:`38344`)
5656
- Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
5757
- Fixed build failure on MacOS 11 in Python 3.9.1 (:issue:`38766`)
58+
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
5859
- Added reference to backwards incompatible ``check_freq`` arg of :func:`testing.assert_frame_equal` and :func:`testing.assert_series_equal` in :ref:`pandas 1.1.0 whats new <whatsnew_110.api_breaking.testing.check_freq>` (:issue:`34050`)
59-
-
60-
-
6160

6261
.. ---------------------------------------------------------------------------
6362

doc/source/whatsnew/v1.3.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ ExtensionArray
365365
Other
366366
^^^^^
367367
- Bug in :class:`Index` constructor sometimes silently ignorning a specified ``dtype`` (:issue:`38879`)
368-
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
369368
-
370369

371370
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)