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.
Backport PR pandas-dev#25026: DOC: Start 0.24.2.rst
- Loading branch information
1 parent
4f865c5
commit d1caef3
Showing
1 changed file
with
99 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,99 @@ | ||
:orphan: | ||
|
||
.. _whatsnew_0242: | ||
|
||
Whats New in 0.24.2 (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.2. See :ref:`release` for a full changelog | ||
including other versions of pandas. | ||
|
||
.. _whatsnew_0242.regressions: | ||
|
||
Fixed Regressions | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0242.enhancements: | ||
|
||
Enhancements | ||
^^^^^^^^^^^^ | ||
|
||
- | ||
- | ||
|
||
.. _whatsnew_0242.bug_fixes: | ||
|
||
Bug Fixes | ||
~~~~~~~~~ | ||
|
||
**Conversion** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Indexing** | ||
|
||
- | ||
- | ||
- | ||
|
||
**I/O** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Categorical** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Timezones** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Timedelta** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Reshaping** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Visualization** | ||
|
||
- | ||
- | ||
- | ||
|
||
**Other** | ||
|
||
- | ||
- | ||
- | ||
|
||
.. _whatsnew_0.242.contributors: | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.24.1..v0.24.2 |