Skip to content

Commit

Permalink
structure
Browse files Browse the repository at this point in the history
  • Loading branch information
PCerles committed Oct 27, 2020
1 parent 29457ef commit aa06288
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/source/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ Deprecations

.. ---------------------------------------------------------------------------
.. _whatsnew_120.performance:

Performance improvements
Expand All @@ -350,6 +349,15 @@ Performance improvements

.. ---------------------------------------------------------------------------
.. _whatsnew_120.regressions:

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :func:`merge` on merging datetime index with empty DF (:issue:`36895`)

.. ---------------------------------------------------------------------------
.. _whatsnew_120.bug_fixes:

Bug fixes
Expand Down Expand Up @@ -447,7 +455,6 @@ MultiIndex

- Bug in :meth:`DataFrame.xs` when used with :class:`IndexSlice` raises ``TypeError`` with message ``"Expected label or tuple of labels"`` (:issue:`35301`)
- Bug in :meth:`DataFrame.reset_index` with ``NaT`` values in index raises ``ValueError`` with message ``"cannot convert float NaN to integer"`` (:issue:`36541`)
- Fixed regression in :func:`merge` on merging datetime index with empty DF (:issue:`36895`)

I/O
^^^
Expand Down

0 comments on commit aa06288

Please sign in to comment.