You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.2.1.rst
-1
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,6 @@ Other
135
135
- Bumped minimum fastparquet version to 0.4.0 to avoid ``AttributeError`` from numba (:issue:`38344`)
136
136
- Bumped minimum pymysql version to 0.8.1 to avoid test failures (:issue:`38344`)
137
137
- Fixed build failure on MacOS 11 in Python 3.9.1 (:issue:`38766`)
138
-
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`).
139
138
- 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`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.3.0.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for mor
216
216
Other API changes
217
217
^^^^^^^^^^^^^^^^^
218
218
- 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`)
0 commit comments