Skip to content

Commit ed8528a

Browse files
committed
move to v1.3
1 parent 68ff88b commit ed8528a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
216216
Other API changes
217217
^^^^^^^^^^^^^^^^^
218218
- Partially initialized :class:`CategoricalDtype` (i.e. those with ``categories=None`` objects will no longer compare as equal to fully initialized dtype objects.
219-
-
219+
- 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`)
220220
-
221221

222222
.. ---------------------------------------------------------------------------
@@ -431,7 +431,6 @@ Other
431431
- Bug in :class:`Styler` which caused CSS to duplicate on multiple renders. (:issue:`39395`)
432432
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
433433
-
434-
-
435434

436435
.. ---------------------------------------------------------------------------
437436

0 commit comments

Comments
 (0)