Skip to content

Commit 403c582

Browse files
committed
DOC: Removed other notes which were merged into whatsnew note (pandas-dev#40769)
1 parent d76dce0 commit 403c582

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/source/whatsnew/v1.3.0.rst

-11
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,6 @@ Plotting
806806
- Bug in :func:`DataFrame.plot` was showing the wrong colors in the legend if the function was called repeatedly and some calls used ``secondary_y`` and others use ``legend=False`` (:issue:`40044`)
807807

808808

809-
810-
811809
Groupby/resample/rolling
812810
^^^^^^^^^^^^^^^^^^^^^^^^
813811
- Bug in :meth:`DataFrameGroupBy.agg` and :meth:`SeriesGroupBy.agg` with :class:`PeriodDtype` columns incorrectly casting results too aggressively (:issue:`38254`)
@@ -842,7 +840,6 @@ Groupby/resample/rolling
842840
- Bug in :meth:`GroupBy.cummin` and :meth:`GroupBy.cummax` incorrectly rounding integer values near the ``int64`` implementations bounds (:issue:`40767`)
843841
- Bug in :meth:`.GroupBy.rank` with nullable dtypes incorrectly raising ``TypeError`` (:issue:`41010`)
844842

845-
846843
Reshaping
847844
^^^^^^^^^
848845
- Bug in :func:`merge` raising error when performing an inner join with partial index and ``right_index`` when no overlap between indices (:issue:`33814`)
@@ -898,22 +895,14 @@ Other
898895
- Bug in :func:`pandas.api.types.infer_dtype` not recognizing Series, Index or array with a period dtype (:issue:`23553`)
899896
- Bug in :func:`pandas.api.types.infer_dtype` raising an error for general :class:`.ExtensionArray` objects. It will now return ``"unknown-array"`` instead of raising (:issue:`37367`)
900897
- Bug in constructing a :class:`Series` from a list and a :class:`PandasDtype` (:issue:`39357`)
901-
- Bug in :class:`Styler` which caused CSS to duplicate on multiple renders. (:issue:`39395`, :issue:`40334`)
902898
- ``inspect.getmembers(Series)`` no longer raises an ``AbstractMethodError`` (:issue:`38782`)
903899
- Bug in :meth:`Series.where` with numeric dtype and ``other = None`` not casting to ``nan`` (:issue:`39761`)
904900
- :meth:`Index.where` behavior now mirrors :meth:`Index.putmask` behavior, i.e. ``index.where(mask, other)`` matches ``index.putmask(~mask, other)`` (:issue:`39412`)
905901
- Bug in :func:`pandas.testing.assert_series_equal`, :func:`pandas.testing.assert_frame_equal`, :func:`pandas.testing.assert_index_equal` and :func:`pandas.testing.assert_extension_array_equal` incorrectly raising when an attribute has an unrecognized NA type (:issue:`39461`)
906-
- Bug in :class:`Styler` where ``subset`` arg in methods raised an error for some valid multiindex slices (:issue:`33562`)
907-
- :class:`Styler` rendered HTML output minor alterations to support w3 good code standard (:issue:`39626`)
908-
- Bug in :class:`Styler` where rendered HTML was missing a column class identifier for certain header cells (:issue:`39716`)
909-
- Bug in :meth:`Styler.background_gradient` where text-color was not determined correctly (:issue:`39888`)
910-
- Bug in :class:`Styler` where multiple elements in CSS-selectors were not correctly added to ``table_styles`` (:issue:`39942`)
911-
- Bug in :class:`.Styler` where copying from Jupyter dropped top left cell and misaligned headers (:issue:`12147`)
912902
- Bug in :meth:`DataFrame.equals`, :meth:`Series.equals`, :meth:`Index.equals` with object-dtype containing ``np.datetime64("NaT")`` or ``np.timedelta64("NaT")`` (:issue:`39650`)
913903
- Bug in :func:`pandas.util.show_versions` where console JSON output was not proper JSON (:issue:`39701`)
914904
- Bug in :meth:`DataFrame.convert_dtypes` incorrectly raised ValueError when called on an empty DataFrame (:issue:`40393`)
915905

916-
917906
.. ---------------------------------------------------------------------------
918907
919908
.. _whatsnew_130.contributors:

0 commit comments

Comments
 (0)