-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Add whatsnew for 2.1.2 (#55207)
* DOC: Add whatsnew for 2.1.2 * Update v2.1.2.rst * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9dc5163
commit c4efa92
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ Version 2.1 | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
v2.1.2 | ||
v2.1.1 | ||
v2.1.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -891,4 +891,4 @@ Other | |
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v2.0.3..v2.1.0|HEAD | ||
.. contributors:: v2.0.3..v2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,3 +51,5 @@ Other | |
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v2.1.0..v2.1.1|HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. _whatsnew_212: | ||
|
||
What's new in 2.1.2 (October ??, 2023) | ||
--------------------------------------- | ||
|
||
These are the changes in pandas 2.1.2. See :ref:`release` for a full changelog | ||
including other versions of pandas. | ||
|
||
{{ header }} | ||
|
||
.. --------------------------------------------------------------------------- | ||
.. _whatsnew_212.regressions: | ||
|
||
Fixed regressions | ||
~~~~~~~~~~~~~~~~~ | ||
- | ||
- | ||
|
||
.. --------------------------------------------------------------------------- | ||
.. _whatsnew_212.bug_fixes: | ||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
- | ||
- | ||
|
||
.. --------------------------------------------------------------------------- | ||
.. _whatsnew_212.other: | ||
|
||
Other | ||
~~~~~ | ||
- | ||
- | ||
|
||
.. --------------------------------------------------------------------------- | ||
.. _whatsnew_212.contributors: | ||
|
||
Contributors | ||
~~~~~~~~~~~~ |