forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Some changes (pandas-dev#17992)
1. Added whatsnew templates for 0.21.1 and 0.22.0 2. Update release.rst and whatsnew/v0.21.0.txt for the release tomorrow 3. Fixed some broken references in the 0.21.0 whatsnew
- Loading branch information
1 parent
5572934
commit 5511047
Showing
4 changed files
with
315 additions
and
20 deletions.
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
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
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,124 @@ | ||
.. _whatsnew_0211: | ||
|
||
v0.21.1 | ||
------- | ||
|
||
This is a minor release from 0.21.1 and includes a number of deprecations, new | ||
features, enhancements, and performance improvements along with a large number | ||
of bug fixes. We recommend that all users upgrade to this version. | ||
|
||
.. _whatsnew_0211.enhancements: | ||
|
||
New features | ||
~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0211.enhancements.other: | ||
|
||
Other Enhancements | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0211.deprecations: | ||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0211.performance: | ||
|
||
Performance Improvements | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0211.docs: | ||
|
||
Documentation Changes | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0211.bug_fixes: | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
Conversion | ||
^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Indexing | ||
^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
I/O | ||
^^^ | ||
|
||
Plotting | ||
^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Groupby/Resample/Rolling | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Sparse | ||
^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Reshaping | ||
^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Numeric | ||
^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Categorical | ||
^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Other | ||
^^^^^ | ||
|
||
- | ||
- | ||
- |
Oops, something went wrong.