Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 3 KB

v0.20.3.rst

File metadata and controls

77 lines (51 loc) · 3 KB

Version 0.20.3 (July 7, 2017)

{{ header }}

.. ipython:: python
   :suppress:
   :okwarning:

   from pandas import *  # noqa F401, F403

This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes and bug fixes. We recommend that all users upgrade to this version.

Bug fixes

Conversion

Indexing

  • Bug in Float64Index causing an empty array instead of None to be returned from .get(np.nan) on a Series whose index did not contain any NaN s (:issue:`8569`)
  • Bug in MultiIndex.isin causing an error when passing an empty iterable (:issue:`16777`)
  • Fixed a bug in a slicing DataFrame/Series that have a TimedeltaIndex (:issue:`16637`)

IO

Plotting

Reshaping

Categorical

  • Bug in DataFrame.sort_values not respecting the kind parameter with categorical data (:issue:`16793`)

Contributors

.. contributors:: v0.20.2..v0.20.3