@@ -384,12 +384,12 @@ Performance improvements for 0.13.1
384
384
385
385
- Series datetime/timedelta binary operations (:issue: `5801 `)
386
386
- DataFrame ``count/dropna `` for ``axis=1 ``
387
+ - Regression in JSON IO (:issue: `5765 `)
387
388
- Series.str.contains now has a ``regex=False `` keyword which can be faster for plain (non-regex) string patterns. (:issue: `5879 `)
388
389
- Series.str.extract (:issue: `5944 `)
389
390
- ``dtypes/ftypes `` methods (:issue: `5968 `)
390
391
- indexing with object dtypes (:issue: `5968 `)
391
392
- ``DataFrame.apply `` (:issue: `6013 `)
392
- - Regression in JSON IO (:issue: `5765 `)
393
393
- Index construction from Series (:issue: `6150 `)
394
394
395
395
Experimental
@@ -402,37 +402,37 @@ There are no experimental changes in 0.13.1
402
402
Bug fixes
403
403
~~~~~~~~~
404
404
405
- - Bug in ``io.wb.get_countries `` not including all countries (:issue: `6008 `)
406
405
- Bug in Series replace with timestamp dict (:issue: `5797 `)
406
+ - Bug in ``io.wb.get_countries `` not including all countries (:issue: `6008 `)
407
407
- read_csv/read_table now respects the ``prefix `` kwarg (:issue: `5732 `).
408
- - Bug in selection with missing values via ``.ix `` from a duplicate indexed DataFrame failing (:issue: `5835 `)
409
- - Fix issue of boolean comparison on empty DataFrames (:issue: `5808 `)
410
408
- Bug in isnull handling ``NaT `` in an object array (:issue: `5443 `)
409
+ - Fixed string-representation of ``NaT `` to be "NaT" (:issue: `5708 `)
410
+ - Bug in internal caching, related to (:issue: `5727 `)
411
+ - Fix issue of boolean comparison on empty DataFrames (:issue: `5808 `)
412
+ - Bug in selection with missing values via ``.ix `` from a duplicate indexed DataFrame failing (:issue: `5835 `)
413
+ - Bug in DataFrame.tail with empty frame (:issue: `5846 `)
414
+ - Bug in propagating metadata on ``resample `` (:issue: `5862 `)
411
415
- Bug in ``to_datetime `` when passed a ``np.nan `` or integer datelike and a format string (:issue: `5863 `)
412
416
- Bug in groupby dtype conversion with datetimelike (:issue: `5869 `)
413
- - Regression in handling of empty Series as indexers to Series (:issue: `5877 `)
414
- - Bug in internal caching, related to (:issue: `5727 `)
415
417
- Testing bug in reading JSON/msgpack from a non-filepath on windows under py3 (:issue: `5874 `)
418
+ - Regression in handling of empty Series as indexers to Series (:issue: `5877 `)
419
+ - Bug in ``BusinessDay `` when adding n days to a date not on offset when n>5 and n%5==0 (:issue: `5890 `)
416
420
- Bug when assigning to .ix[tuple(...)] (:issue: `5896 `)
417
421
- Bug in fully reindexing a Panel (:issue: `5905 `)
422
+ - Fixed string-representation for Timestamp to show nanoseconds if present (:issue: `5912 `)
418
423
- Bug in idxmin/max with object dtypes (:issue: `5914 `)
419
- - Bug in ``BusinessDay `` when adding n days to a date not on offset when n>5 and n%5==0 (:issue: `5890 `)
420
424
- Bug in assigning to chained series with a series via ix (:issue: `5928 `)
421
425
- Bug in creating an empty DataFrame, copying, then assigning (:issue: `5932 `)
422
- - Bug in DataFrame.tail with empty frame (:issue: `5846 `)
423
- - Bug in propagating metadata on ``resample `` (:issue: `5862 `)
424
- - Fixed string-representation of ``NaT `` to be "NaT" (:issue: `5708 `)
425
- - Fixed string-representation for Timestamp to show nanoseconds if present (:issue: `5912 `)
426
426
- ``pd.match `` not returning passed sentinel
427
427
- ``Panel.to_frame() `` no longer fails when ``major_axis `` is a
428
428
``MultiIndex `` (:issue: `5402 `).
429
429
- Bug in ``pd.read_msgpack `` with inferring a ``DateTimeIndex `` frequency
430
430
incorrectly (:issue: `5947 `)
431
- - Fixed `` to_datetime `` for array with both Tz-aware datetimes and `` NaT ``'s (:issue: `5961 `)
431
+ - Fixed bug with `` pd.concat `` losing dtype information if all inputs are empty (:issue: `5742 `)
432
432
- Bug in rolling skew/kurtosis when passed a Series with bad data (:issue: `5749 `)
433
- - Bug in scipy `` interpolate `` methods with a datetime index (:issue: `5975 `)
433
+ - Fixed `` to_datetime `` for array with both Tz-aware datetimes and `` NaT ``'s (:issue: `5961 `)
434
434
- Bug in NaT comparison if a mixed datetime/np.datetime64 with NaT were passed (:issue: `5968 `)
435
- - Fixed bug with ``pd.concat `` losing dtype information if all inputs are empty (:issue: `5742 `)
435
+ - Bug in scipy ``interpolate `` methods with a datetime index (:issue: `5975 `)
436
436
- Recent changes in IPython cause warnings to be emitted when using previous versions
437
437
of pandas in QTConsole, now fixed. If you're using an older version and
438
438
need to suppress the warnings, see (:issue: `5922 `).
@@ -448,8 +448,8 @@ Bug fixes
448
448
(:issue: `6043 `)
449
449
- ``to_sql `` did not respect ``if_exists `` (:issue: `4110 ` :issue: `4304 `)
450
450
- Regression in ``.get(None) `` indexing from 0.12 (:issue: `5652 `)
451
- - Subtle ``iloc `` indexing bug, surfaced in (:issue: `6059 `)
452
451
- Bug with insert of strings into DatetimeIndex (:issue: `5818 `)
452
+ - Subtle ``iloc `` indexing bug, surfaced in (:issue: `6059 `)
453
453
- Fixed unicode bug in to_html/HTML repr (:issue: `6098 `)
454
454
- Fixed missing arg validation in get_options_data (:issue: `6105 `)
455
455
- Bug in assignment with duplicate columns in a frame where the locations
0 commit comments