Skip to content

Commit 6ae4029

Browse files
Moved whatsnew entry from v1.1.0 to v1.0.2
1 parent ff59a8b commit 6ae4029

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.2.rst

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Fixed regressions
2525
- Fixed regression in :meth:`GroupBy.agg` calling a user-provided function an extra time on an empty input (:issue:`31760`)
2626
- Joining on :class:`DatetimeIndex` or :class:`TimedeltaIndex` will preserve ``freq`` in simple cases (:issue:`32166`)
2727
- Fixed bug in the repr of an object-dtype ``Index`` with bools and missing values (:issue:`32146`)
28+
- Fixed bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
2829
-
2930

3031
.. ---------------------------------------------------------------------------

doc/source/whatsnew/v1.1.0.rst

-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ I/O
302302
timestamps with ``version="2.0"`` (:issue:`31652`).
303303
- Bug in :meth:`read_csv` was raising `TypeError` when `sep=None` was used in combination with `comment` keyword (:issue:`31396`)
304304
- 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`)
305-
- Bug in :class:`ExcelFile` where the stream passed into the function was closed by the destructor. (:issue:`31467`)
306305

307306

308307
Plotting

0 commit comments

Comments
 (0)