Skip to content

Commit

Permalink
Moved whatsnew entry from v1.1.0 to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthdevries committed Mar 10, 2020
1 parent ff59a8b commit 6ae4029
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Fixed regressions
- Fixed regression in :meth:`GroupBy.agg` calling a user-provided function an extra time on an empty input (:issue:`31760`)
- Joining on :class:`DatetimeIndex` or :class:`TimedeltaIndex` will preserve ``freq`` in simple cases (:issue:`32166`)
- Fixed bug in the repr of an object-dtype ``Index`` with bools and missing values (:issue:`32146`)
- Fixed bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
-

.. ---------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion doc/source/whatsnew/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ I/O
timestamps with ``version="2.0"`` (:issue:`31652`).
- Bug in :meth:`read_csv` was raising `TypeError` when `sep=None` was used in combination with `comment` keyword (:issue:`31396`)
- Bug in :class:`HDFStore` that caused it to set to ``int64`` the dtype of a ``datetime64`` column when reading a DataFrame in Python 3 from fixed format written in Python 2 (:issue:`31750`)
- Bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)


Plotting
Expand Down

0 comments on commit 6ae4029

Please sign in to comment.