Skip to content

Commit

Permalink
Backport PR #25084: DOC: Cleanup 0.24.1 whatsnew (#25086)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeseeksmachine authored and gfyoung committed Feb 2, 2019
1 parent c24df00 commit bc405ce
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions doc/source/whatsnew/v0.24.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Whats New in 0.24.1 (February XX, 2019)
{{ header }}

These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog
including other versions of pandas.
including other versions of pandas. See :ref:`whatsnew_0240` for the 0.24.0 changelog.

.. _whatsnew_0241.api:

Expand Down Expand Up @@ -57,52 +57,9 @@ Fixed Regressions
- Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`).
- Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`)

.. _whatsnew_0241.enhancements:

Enhancements
~~~~~~~~~~~~


.. _whatsnew_0241.bug_fixes:

Bug Fixes
~~~~~~~~~

**Conversion**

-
-
-

**Indexing**

-
-
-

**I/O**

-
-
-

**Categorical**

-
-
-

**Timezones**

-
-
-

**Timedelta**

- Bug in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`)
-
-
-

**Reshaping**

Expand All @@ -116,7 +73,6 @@ Bug Fixes
**Other**

- Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`)
-

.. _whatsnew_0.241.contributors:

Expand Down

0 comments on commit bc405ce

Please sign in to comment.