Skip to content

Commit 2850242

Browse files
committed
move to v1.3
1 parent 1e8a943 commit 2850242

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/source/whatsnew/v1.2.1.rst

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ 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`).
5958
- 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`)
6059

6160
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.3.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
174174
Other API changes
175175
^^^^^^^^^^^^^^^^^
176176
- Partially initialized :class:`CategoricalDtype` (i.e. those with ``categories=None`` objects will no longer compare as equal to fully initialized dtype objects.
177-
-
177+
- 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`)
178178
-
179179

180180
.. ---------------------------------------------------------------------------
@@ -365,7 +365,7 @@ ExtensionArray
365365
Other
366366
^^^^^
367367
- Bug in :class:`Index` constructor sometimes silently ignorning a specified ``dtype`` (:issue:`38879`)
368-
-
368+
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
369369
-
370370

371371
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)