Skip to content

Commit

Permalink
Add whatsnew entry for bugfix pandas-dev#24687
Browse files Browse the repository at this point in the history
  • Loading branch information
summonholmes authored and summonholmes committed Jan 12, 2019
1 parent ef91ba2 commit ee93060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,7 @@ Indexing
- Bug in ``PeriodArray.__setitem__`` when accepting slice and list-like value (:issue:`23978`)
- Bug in :class:`DatetimeIndex`, :class:`TimedeltaIndex` where indexing with ``Ellipsis`` would lose their ``freq`` attribute (:issue:`21282`)
- Bug in ``iat`` where using it to assign an incompatible value would create a new column (:issue:`23236`)
- Bug in :func:`ensure_index` where passing a nested tuple can sometimes result in an ndarray of shape `(1, 2, 2)` (:issue:`24687`)

Missing
^^^^^^^
Expand Down

0 comments on commit ee93060

Please sign in to comment.