11.. _whatsnew_0202:
22
3- v0.20.2 (??? )
4- -------------
3+ v0.20.2 (June 3, 2017 )
4+ ----------------------
55
66This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes,
77bug fixes and performance improvements.
@@ -46,35 +46,35 @@ Bug Fixes
4646- Silenced a warning on some Windows environments about "tput: terminal attributes: No such device or address" when
4747 detecting the terminal size. This fix only applies to python 3 (:issue:`16496`)
4848- Bug in using ``pathlib.Path`` or ``py.path.local`` objects with io functions (:issue:`16291`)
49- - Bug in ``Index.symmetric_difference()`` on two equal MultiIndex's, results in a TypeError (:issue `13490`)
49+ - Bug in ``Index.symmetric_difference()`` on two equal MultiIndex's, results in a `` TypeError`` (:issue `13490`)
5050- Bug in ``DataFrame.update()`` with ``overwrite=False`` and ``NaN values`` (:issue:`15593`)
5151- Passing an invalid engine to :func:`read_csv` now raises an informative
5252 ``ValueError`` rather than ``UnboundLocalError``. (:issue:`16511`)
5353- Bug in :func:`unique` on an array of tuples (:issue:`16519`)
54- - Bug in :func:`cut`` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
55- - Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on Categoricals (:issue:`16409`)
54+ - Bug in :func:`cut` when ``labels`` are set, resulting in incorrect label ordering (:issue:`16459`)
55+ - Fixed a compatibility issue with IPython 6.0's tab completion showing deprecation warnings on `` Categoricals`` (:issue:`16409`)
5656
5757Conversion
5858^^^^^^^^^^
5959
60- - Bug in ``pd. to_numeric()`` in which empty data inputs were causing Python to crash (:issue:`16302`)
61- - Silence numpy warnings when broadcasting DataFrame to Series with comparison ops (:issue:`16378`, :issue:`16306`)
60+ - Bug in :func:` to_numeric` in which empty data inputs were causing a segfault of the interpreter (:issue:`16302`)
61+ - Silence numpy warnings when broadcasting `` DataFrame`` to `` Series`` with comparison ops (:issue:`16378`, :issue:`16306`)
6262
6363
6464Indexing
6565^^^^^^^^
6666
6767- Bug in ``DataFrame.reset_index(level=)`` with single level index (:issue:`16263`)
6868- Bug in partial string indexing with a monotonic, but not strictly-monotonic, index incorrectly reversing the slice bounds (:issue:`16515`)
69- - Bug in ``MultiIndex.remove_unused_levels()`` (:issue:`16556`)
69+ - Bug in ``MultiIndex.remove_unused_levels()`` that would not return a ``MultiIndex`` equal to the original. (:issue:`16556`)
7070
7171I/O
7272^^^
7373
74- - Bug in pd. read_csv() when comment is passed in space deliminted text files (:issue:`16472`)
74+ - Bug in :func:` read_csv` when `` comment`` is passed in a space delimited text file (:issue:`16472`)
7575- Bug that would force importing of the clipboard routines unnecessarily, potentially causing an import error on startup (:issue:`16288`)
76- - Bug that raised IndexError HTML-rendering an empty DataFrame (:issue:`15953`)
77- - Bug in ``pd. read_csv()` ` in which tarfile object inputs were raising an error in Python 2.x for the C engine (:issue:`16530`)
76+ - Bug that raised `` IndexError`` when HTML-rendering an empty `` DataFrame`` (:issue:`15953`)
77+ - Bug in :func:` read_csv` in which tarfile object inputs were raising an error in Python 2.x for the C engine (:issue:`16530`)
7878- Bug where ``DataFrame.to_html()`` ignored the ``index_names`` parameter (:issue:`16493`)
7979
8080- Bug in ``HDFStore.select_as_multiple()`` where start/stop arguments were not respected (:issue:`16209`)
@@ -92,20 +92,20 @@ Plotting
9292Groupby/Resample/Rolling
9393^^^^^^^^^^^^^^^^^^^^^^^^
9494
95- - Bug creating datetime rolling window on an empty DataFrame (:issue:`15819`)
95+ - Bug in creating a time-based rolling window on an empty `` DataFrame`` (:issue:`15819`)
9696- Bug in ``rolling.cov()`` with offset window (:issue:`16058`)
9797- Bug in ``.resample()`` and ``.groupby()`` when aggregating on integers (:issue:`16361`)
9898
9999
100100Sparse
101101^^^^^^
102102
103- - Bug in construction of SparseDataFrame from ``scipy.sparse.dok_matrix`` (:issue:`16179`)
103+ - Bug in construction of `` SparseDataFrame`` from ``scipy.sparse.dok_matrix`` (:issue:`16179`)
104104
105105Reshaping
106106^^^^^^^^^
107107
108- - Bug in ``DataFrame.stack`` with unsorted levels in MultiIndex columns (:issue:`16323`)
108+ - Bug in ``DataFrame.stack`` with unsorted levels in `` MultiIndex`` columns (:issue:`16323`)
109109- Bug in ``pd.wide_to_long()`` where no error was raised when ``i`` was not a unique identifier (:issue:`16382`)
110110- Bug in ``Series.isin(..)`` with a list of tuples (:issue:`16394`)
111111- Bug in construction of a ``DataFrame`` with mixed dtypes including an all-NaT column. (:issue:`16395`)
@@ -114,7 +114,7 @@ Reshaping
114114
115115Numeric
116116^^^^^^^
117- - Bug in .interpolate(), where limit_direction was not respected when limit=None (default) was passed (:issue:16282)
117+ - Bug in `` .interpolate()`` , where `` limit_direction`` was not respected when `` limit=None`` (default) was passed (:issue:` 16282` )
118118
119119Categorical
120120^^^^^^^^^^^
@@ -124,4 +124,4 @@ Categorical
124124Other
125125^^^^^
126126
127- - Bug in ``pd .drop([] )`` for DataFrame with non-unique indices (:issue:`16270`)
127+ - Bug in ``DataFrame .drop()`` with an empty-list with non-unique indices (:issue:`16270`)
0 commit comments