Skip to content

Commit 8b25ba6

Browse files
MarcoGorellimeeseeksmachine
authored andcommitted
Backport PR pandas-dev#57759: DOC: add whatsnew for v2.2.2
1 parent 301f914 commit 8b25ba6

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

doc/source/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version 2.2
1616
.. toctree::
1717
:maxdepth: 2
1818

19+
v2.2.2
1920
v2.2.1
2021
v2.2.0
2122

doc/source/whatsnew/v2.2.2.rst

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _whatsnew_222:
2+
3+
What's new in 2.2.2 (April XX, 2024)
4+
---------------------------------------
5+
6+
These are the changes in pandas 2.2.2. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_222.regressions:
13+
14+
Fixed regressions
15+
~~~~~~~~~~~~~~~~~
16+
-
17+
18+
.. ---------------------------------------------------------------------------
19+
.. _whatsnew_222.bug_fixes:
20+
21+
Bug fixes
22+
~~~~~~~~~
23+
-
24+
25+
.. ---------------------------------------------------------------------------
26+
.. _whatsnew_222.other:
27+
28+
Other
29+
~~~~~
30+
-
31+
32+
.. ---------------------------------------------------------------------------
33+
.. _whatsnew_222.contributors:
34+
35+
Contributors
36+
~~~~~~~~~~~~

pandas/core/groupby/generic.py

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
Union,
2121
cast,
2222
)
23-
import warnings
2423

2524
import numpy as np
2625

@@ -35,7 +34,6 @@
3534
Substitution,
3635
doc,
3736
)
38-
from pandas.util._exceptions import find_stack_level
3937

4038
from pandas.core.dtypes.common import (
4139
ensure_int64,

0 commit comments

Comments
 (0)