1
1
.. _whatsnew_0202:
2
2
3
- v0.20.2 (??? )
4
- -------------
3
+ v0.20.2 (June 3, 2017 )
4
+ ----------------------
5
5
6
6
This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes,
7
7
bug fixes and performance improvements.
@@ -45,35 +45,35 @@ Bug Fixes
45
45
- Silenced a warning on some Windows environments about "tput: terminal attributes: No such device or address" when
46
46
detecting the terminal size. This fix only applies to python 3 (:issue:`16496`)
47
47
- Bug in using ``pathlib.Path`` or ``py.path.local`` objects with io functions (:issue:`16291`)
48
- - Bug in ``Index.symmetric_difference()`` on two equal MultiIndex's, results in a TypeError (:issue `13490`)
48
+ - Bug in ``Index.symmetric_difference()`` on two equal MultiIndex's, results in a `` TypeError`` (:issue `13490`)
49
49
- Bug in ``DataFrame.update()`` with ``overwrite=False`` and ``NaN values`` (:issue:`15593`)
50
50
- Passing an invalid engine to :func:`read_csv` now raises an informative
51
51
``ValueError`` rather than ``UnboundLocalError``. (:issue:`16511`)
52
52
- Bug in :func:`unique` on an array of tuples (:issue:`16519`)
53
- - Bug in :func:`cut`` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
54
- - Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on Categoricals (:issue:`16409`)
53
+ - Bug in :func:`cut` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
54
+ - Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on `` Categoricals`` (:issue:`16409`)
55
55
56
56
Conversion
57
57
^^^^^^^^^^
58
58
59
- - Bug in ``pd. to_numeric()`` in which empty data inputs were causing Python to crash (:issue:`16302`)
60
- - Silence numpy warnings when broadcasting DataFrame to Series with comparison ops (:issue:`16378`, :issue:`16306`)
59
+ - Bug in :func:` to_numeric` in which empty data inputs were causing a segfault of the interpreter (:issue:`16302`)
60
+ - Silence numpy warnings when broadcasting `` DataFrame`` to `` Series`` with comparison ops (:issue:`16378`, :issue:`16306`)
61
61
62
62
63
63
Indexing
64
64
^^^^^^^^
65
65
66
66
- Bug in ``DataFrame.reset_index(level=)`` with single level index (:issue:`16263`)
67
67
- Bug in partial string indexing with a monotonic, but not strictly-monotonic, index incorrectly reversing the slice bounds (:issue:`16515`)
68
- - Bug in ``MultiIndex.remove_unused_levels()`` (:issue:`16556`)
68
+ - Bug in ``MultiIndex.remove_unused_levels()`` that would not return a ``MultiIndex`` equal to the original. (:issue:`16556`)
69
69
70
70
I/O
71
71
^^^
72
72
73
- - Bug in pd. read_csv() when comment is passed in space deliminted text files (:issue:`16472`)
73
+ - Bug in :func:` read_csv` when `` comment`` is passed in a space delimited text file (:issue:`16472`)
74
74
- Bug that would force importing of the clipboard routines unnecessarily, potentially causing an import error on startup (:issue:`16288`)
75
- - Bug that raised IndexError HTML-rendering an empty DataFrame (:issue:`15953`)
76
- - Bug in ``pd. read_csv()` ` in which tarfile object inputs were raising an error in Python 2.x for the C engine (:issue:`16530`)
75
+ - Bug that raised `` IndexError`` when HTML-rendering an empty `` DataFrame`` (:issue:`15953`)
76
+ - Bug in :func:` read_csv` in which tarfile object inputs were raising an error in Python 2.x for the C engine (:issue:`16530`)
77
77
- Bug where ``DataFrame.to_html()`` ignored the ``index_names`` parameter (:issue:`16493`)
78
78
79
79
- Bug in ``HDFStore.select_as_multiple()`` where start/stop arguments were not respected (:issue:`16209`)
@@ -91,28 +91,28 @@ Plotting
91
91
Groupby/Resample/Rolling
92
92
^^^^^^^^^^^^^^^^^^^^^^^^
93
93
94
- - Bug creating datetime rolling window on an empty DataFrame (:issue:`15819`)
94
+ - Bug in creating a time-based rolling window on an empty `` DataFrame`` (:issue:`15819`)
95
95
- Bug in ``rolling.cov()`` with offset window (:issue:`16058`)
96
96
- Bug in ``.resample()`` and ``.groupby()`` when aggregating on integers (:issue:`16361`)
97
97
98
98
99
99
Sparse
100
100
^^^^^^
101
101
102
- - Bug in construction of SparseDataFrame from ``scipy.sparse.dok_matrix`` (:issue:`16179`)
102
+ - Bug in construction of `` SparseDataFrame`` from ``scipy.sparse.dok_matrix`` (:issue:`16179`)
103
103
104
104
Reshaping
105
105
^^^^^^^^^
106
106
107
- - Bug in ``DataFrame.stack`` with unsorted levels in MultiIndex columns (:issue:`16323`)
107
+ - Bug in ``DataFrame.stack`` with unsorted levels in `` MultiIndex`` columns (:issue:`16323`)
108
108
- Bug in ``pd.wide_to_long()`` where no error was raised when ``i`` was not a unique identifier (:issue:`16382`)
109
109
- Bug in ``Series.isin(..)`` with a list of tuples (:issue:`16394`)
110
110
- Bug in construction of a ``DataFrame`` with mixed dtypes including an all-NaT column. (:issue:`16395`)
111
111
- Bug in ``DataFrame.agg()`` and ``Series.agg()`` with aggregating on non-callable attributes (:issue:`16405`)
112
112
113
113
Numeric
114
114
^^^^^^^
115
- - Bug in .interpolate(), where limit_direction was not respected when limit=None (default) was passed (:issue:16282)
115
+ - Bug in `` .interpolate()`` , where `` limit_direction`` was not respected when `` limit=None`` (default) was passed (:issue:` 16282` )
116
116
117
117
Categorical
118
118
^^^^^^^^^^^
@@ -122,4 +122,4 @@ Categorical
122
122
Other
123
123
^^^^^
124
124
125
- - Bug in ``pd .drop([] )`` for DataFrame with non-unique indices (:issue:`16270`)
125
+ - Bug in ``DataFrame .drop()`` with an empty-list with non-unique indices (:issue:`16270`)
0 commit comments