Skip to content

Commit 82bcbb8

Browse files
author
y-p
committed
DOC: release.rst mention IPython warnings in qtconsole fix and workaround GH5922
1 parent 1e1907c commit 82bcbb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/release.rst

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ Bug Fixes
119119
- Bug in scipy ``interpolate`` methods with a datetime index (:issue:`5975`)
120120
- Bug in NaT comparison if a mixed datetime/np.datetime64 with NaT were passed (:issue:`5968`)
121121
- Fixed bug with ``pd.concat`` losing dtype information if all inputs are empty (:issue:`5742`)
122+
- Recent changes in IPython cause warnings to be emitted when using previous versions
123+
of pandas in QTConsole, now fixed. If you're using an older version and
124+
need to supress the warnings, see (:issue:`5922`).
122125

123126
pandas 0.13.0
124127
-------------

0 commit comments

Comments
 (0)