You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.2.txt
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ Bug Fixes
38
38
~~~~~~~~~
39
39
- Fixed issue with dataframe scatter plot for categorical data that reports incorrect column key not found when categorical data is used for plotting (:issue:`16199`)
40
40
41
+
- Silenced a warning on some Windows environments about "tput: terminal attributes: No such device or address" when
42
+
detecting the terminal size. This fix only applies to python 3 (:issue:`16496`)
41
43
- Bug in using ``pathlib.Path`` or ``py.path.local`` objects with io functions (:issue:`16291`)
42
44
- Bug in ``DataFrame.update()`` with ``overwrite=False`` and ``NaN values`` (:issue:`15593`)
0 commit comments