Skip to content

Commit

Permalink
DOC: mention pandas-dev#14641 in 0.20.0 whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwinck committed Mar 15, 2017
1 parent e565230 commit dadb97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -920,3 +920,4 @@ Bug Fixes
- Bug in ``pd.melt()`` where passing a tuple value for ``value_vars`` caused a ``TypeError`` (:issue:`15348`)
- Bug in ``.eval()`` which caused multiline evals to fail with local variables not on the first line (:issue:`15342`)
- Bug in ``pd.read_msgpack`` which did not allow to load dataframe with an index of type ``CategoricalIndex`` (:issue:`15487`)
- Use of ``np.finfo()`` during `import pandas` removed to mitigate deadlock on Python GIL misuse (:issue:`14641`)

0 comments on commit dadb97c

Please sign in to comment.