Skip to content

Commit a3deae2

Browse files
committed
Add whatsnew entry
1 parent fe719ae commit a3deae2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Other enhancements
230230
- Implemented :meth:`IntervalArray.min`, :meth:`IntervalArray.max`, as a result of which ``min`` and ``max`` now work for :class:`IntervalIndex`, :class:`Series` and :class:`DataFrame` with ``IntervalDtype`` (:issue:`44746`)
231231
- :meth:`UInt64Index.map` now retains ``dtype`` where possible (:issue:`44609`)
232232
- :meth:`read_json` can now parse unsigned long long integers (:issue:`26068`)
233+
- :meth:`DataFrame.take` now raises a ``TypeError`` when passed a scalar for the indexer (:issue:`42875`)
233234
-
234235

235236

0 commit comments

Comments
 (0)