Skip to content

Commit

Permalink
Backport PR pandas-dev#57759: DOC: add whatsnew for v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored and meeseeksmachine committed Mar 7, 2024
1 parent 301f914 commit 8b25ba6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Version 2.2
.. toctree::
:maxdepth: 2

v2.2.2
v2.2.1
v2.2.0

Expand Down
36 changes: 36 additions & 0 deletions doc/source/whatsnew/v2.2.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.. _whatsnew_222:

What's new in 2.2.2 (April XX, 2024)
---------------------------------------

These are the changes in pandas 2.2.2. See :ref:`release` for a full changelog
including other versions of pandas.

{{ header }}

.. ---------------------------------------------------------------------------
.. _whatsnew_222.regressions:

Fixed regressions
~~~~~~~~~~~~~~~~~
-

.. ---------------------------------------------------------------------------
.. _whatsnew_222.bug_fixes:

Bug fixes
~~~~~~~~~
-

.. ---------------------------------------------------------------------------
.. _whatsnew_222.other:

Other
~~~~~
-

.. ---------------------------------------------------------------------------
.. _whatsnew_222.contributors:

Contributors
~~~~~~~~~~~~
2 changes: 0 additions & 2 deletions pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
Union,
cast,
)
import warnings

import numpy as np

Expand All @@ -35,7 +34,6 @@
Substitution,
doc,
)
from pandas.util._exceptions import find_stack_level

from pandas.core.dtypes.common import (
ensure_int64,
Expand Down

0 comments on commit 8b25ba6

Please sign in to comment.