We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e565230 commit dadb97cCopy full SHA for dadb97c
doc/source/whatsnew/v0.20.0.txt
@@ -920,3 +920,4 @@ Bug Fixes
920
- Bug in ``pd.melt()`` where passing a tuple value for ``value_vars`` caused a ``TypeError`` (:issue:`15348`)
921
- Bug in ``.eval()`` which caused multiline evals to fail with local variables not on the first line (:issue:`15342`)
922
- Bug in ``pd.read_msgpack`` which did not allow to load dataframe with an index of type ``CategoricalIndex`` (:issue:`15487`)
923
+- Use of ``np.finfo()`` during `import pandas` removed to mitigate deadlock on Python GIL misuse (:issue:`14641`)
0 commit comments