-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start whatsnew for 0.24.1 and 0.25.0 (#24848)
- Loading branch information
1 parent
0f84b40
commit ce5ced4
Showing
2 changed files
with
283 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
:orphan: | ||
|
||
.. _whatsnew_0241: | ||
|
||
Whats New in 0.24.1 (February XX, 2019) | ||
--------------------------------------- | ||
|
||
.. warning:: | ||
|
||
The 0.24.x series of releases will be the last to support Python 2. Future feature | ||
releases will support Python 3 only. See :ref:`install.dropping-27` for more. | ||
|
||
{{ header }} | ||
|
||
These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog | ||
including other versions of pandas. | ||
|
||
|
||
.. _whatsnew_0241.enhancements: | ||
|
||
Enhancements | ||
^^^^^^^^^^^^ | ||
|
||
|
||
.. _whatsnew_0241.bug_fixes: | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
**Conversion** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Indexing** | ||
|
||
- | ||
- | ||
- | ||
|
||
**I/O** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Categorical** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Timezones** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Timedelta** | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
**Other** | ||
|
||
- | ||
- | ||
|
||
.. _whatsnew_0.241.contributors: | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.24.0..v0.24.1 |
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,206 @@ | ||
:orphan: | ||
|
||
.. _whatsnew_0250: | ||
|
||
What's New in 0.25.0 (April XX, 2019) | ||
------------------------------------- | ||
|
||
{{ header }} | ||
|
||
These are the changes in pandas 0.25.0. See :ref:`release` for a full changelog | ||
including other versions of pandas. | ||
|
||
|
||
.. _whatsnew_0250.enhancements.other: | ||
|
||
Other Enhancements | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
.. _whatsnew_0250.api_breaking: | ||
|
||
Backwards incompatible API changes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. _whatsnew_0250.api.other: | ||
|
||
Other API Changes | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0250.deprecations: | ||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
.. _whatsnew_0250.prior_deprecations: | ||
|
||
Removal of prior version deprecations/changes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0250.performance: | ||
|
||
Performance Improvements | ||
~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
.. _whatsnew_0250.bug_fixes: | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
Categorical | ||
^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Datetimelike | ||
^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Timedelta | ||
^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Timezones | ||
^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Numeric | ||
^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Conversion | ||
^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Strings | ||
^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Interval | ||
^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Indexing | ||
^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Missing | ||
^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
MultiIndex | ||
^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
I/O | ||
^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Plotting | ||
^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
Groupby/Resample/Rolling | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Reshaping | ||
^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Sparse | ||
^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
Other | ||
^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
|
||
.. _whatsnew_0.250.contributors: | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.24.x..HEAD | ||
|