Skip to content

Commit b1c79c4

Browse files
committed
document the changes
1 parent d1eac51 commit b1c79c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ Performance Improvements
332332
Bug Fixes
333333
~~~~~~~~~
334334

335+
- Compatibility with PyPy increased by removing the assumption that sets are sorted in ``usecols``
336+
(of ints) and by checking for a list object before calling PyList_GET_SIZE, which in both
337+
cases may be considered bugs
335338

336339
Conversion
337340
^^^^^^^^^^
@@ -358,6 +361,8 @@ Indexing
358361
- Allow unicode empty strings as placeholders in multilevel columns in Python 2 (:issue:`17099`)
359362
- Bug in ``.iloc`` when used with inplace addition or assignment and an int indexer on a ``MultiIndex`` causing the wrong indexes to be read from and written to (:issue:`17148`)
360363
- Bug in ``.isin()`` in which checking membership in empty ``Series`` objects raised an error (:issue:`16991`)
364+
- Tests split into cases for CPython and PyPy where needed, which highlights the fragility
365+
of index matching with ``float('nan')``, ``np.nan`` and ``NAT``.
361366

362367
I/O
363368
^^^

0 commit comments

Comments
 (0)