Skip to content

Commit

Permalink
Start whatsnew for 0.24.1 and 0.25.0 (#24848)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger authored and jreback committed Jan 21, 2019
1 parent 0f84b40 commit ce5ced4
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 0 deletions.
77 changes: 77 additions & 0 deletions doc/source/whatsnew/v0.24.1.rst
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
206 changes: 206 additions & 0 deletions doc/source/whatsnew/v0.25.0.rst
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

0 comments on commit ce5ced4

Please sign in to comment.