File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,9 @@ Performance Improvements
305
305
Bug Fixes
306
306
~~~~~~~~~
307
307
308
+ - Compatibility with PyPy increased by removing the assumption that sets are sorted in ``usecols``
309
+ (of ints) and by checking for a list object before calling PyList_GET_SIZE, which in both
310
+ cases may be considered bugs
308
311
309
312
Conversion
310
313
^^^^^^^^^^
@@ -329,6 +332,8 @@ Indexing
329
332
- Fixes ``DataFrame.loc`` for setting with alignment and tz-aware ``DatetimeIndex`` (:issue:`16889`)
330
333
- Avoids ``IndexError`` when passing an Index or Series to ``.iloc`` with older numpy (:issue:`17193`)
331
334
- Allow unicode empty strings as placeholders in multilevel columns in Python 2 (:issue:`17099`)
335
+ - Tests split into cases for CPython and PyPy where needed, which highlights the fragility
336
+ of index matching with ``float('nan')``, ``np.nan`` and ``NAT``.
332
337
333
338
I/O
334
339
^^^
You can’t perform that action at this time.
0 commit comments