@@ -384,12 +384,12 @@ Performance improvements for 0.13.1
384384
385385- Series datetime/timedelta binary operations (:issue: `5801 `)
386386- DataFrame ``count/dropna `` for ``axis=1 ``
387+ - Regression in JSON IO (:issue: `5765 `)
387388- Series.str.contains now has a ``regex=False `` keyword which can be faster for plain (non-regex) string patterns. (:issue: `5879 `)
388389- Series.str.extract (:issue: `5944 `)
389390- ``dtypes/ftypes `` methods (:issue: `5968 `)
390391- indexing with object dtypes (:issue: `5968 `)
391392- ``DataFrame.apply `` (:issue: `6013 `)
392- - Regression in JSON IO (:issue: `5765 `)
393393- Index construction from Series (:issue: `6150 `)
394394
395395Experimental
@@ -402,37 +402,37 @@ There are no experimental changes in 0.13.1
402402Bug fixes
403403~~~~~~~~~
404404
405- - Bug in ``io.wb.get_countries `` not including all countries (:issue: `6008 `)
406405- Bug in Series replace with timestamp dict (:issue: `5797 `)
406+ - Bug in ``io.wb.get_countries `` not including all countries (:issue: `6008 `)
407407- 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 `)
410408- 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 `)
411415- Bug in ``to_datetime `` when passed a ``np.nan `` or integer datelike and a format string (:issue: `5863 `)
412416- 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 `)
415417- 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 `)
416420- Bug when assigning to .ix[tuple(...)] (:issue: `5896 `)
417421- Bug in fully reindexing a Panel (:issue: `5905 `)
422+ - Fixed string-representation for Timestamp to show nanoseconds if present (:issue: `5912 `)
418423- 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 `)
420424- Bug in assigning to chained series with a series via ix (:issue: `5928 `)
421425- 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 `)
426426- ``pd.match `` not returning passed sentinel
427427- ``Panel.to_frame() `` no longer fails when ``major_axis `` is a
428428 ``MultiIndex `` (:issue: `5402 `).
429429- Bug in ``pd.read_msgpack `` with inferring a ``DateTimeIndex `` frequency
430430 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 `)
432432- 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 `)
434434- 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 `)
436436- Recent changes in IPython cause warnings to be emitted when using previous versions
437437 of pandas in QTConsole, now fixed. If you're using an older version and
438438 need to suppress the warnings, see (:issue: `5922 `).
@@ -448,8 +448,8 @@ Bug fixes
448448 (:issue: `6043 `)
449449- ``to_sql `` did not respect ``if_exists `` (:issue: `4110 ` :issue: `4304 `)
450450- Regression in ``.get(None) `` indexing from 0.12 (:issue: `5652 `)
451- - Subtle ``iloc `` indexing bug, surfaced in (:issue: `6059 `)
452451- Bug with insert of strings into DatetimeIndex (:issue: `5818 `)
452+ - Subtle ``iloc `` indexing bug, surfaced in (:issue: `6059 `)
453453- Fixed unicode bug in to_html/HTML repr (:issue: `6098 `)
454454- Fixed missing arg validation in get_options_data (:issue: `6105 `)
455455- Bug in assignment with duplicate columns in a frame where the locations
0 commit comments