Skip to content

Commit 37ff708

Browse files
committed
move to v1.3
1 parent a58416b commit 37ff708

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/source/whatsnew/v1.2.1.rst

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Other
135135
- Bumped minimum fastparquet version to 0.4.0 to avoid ``AttributeError`` from numba (:issue:`38344`)
136136
- Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
137137
- Fixed build failure on MacOS 11 in Python 3.9.1 (:issue:`38766`)
138-
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
139138
- 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`)
140139

141140
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
219219
Other API changes
220220
^^^^^^^^^^^^^^^^^
221221
- Partially initialized :class:`CategoricalDtype` (i.e. those with ``categories=None`` objects will no longer compare as equal to fully initialized dtype objects.
222-
-
222+
- Accessing ``_constructor_expanddim`` on a :class:`DataFrame` and ``_constructor_sliced`` on a :class:`Series` now raise an ``AttributeError``. Previously a ``NotImplementedError`` was raised (:issue:`38782`)
223223
-
224224

225225
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)