File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ pandas 0.12
281281 - Fixed flattening of columns when renaming MultiIndex columns DataFrame (:issue: `4004 `)
282282 - Fix ``Series.clip `` for datetime series. NA/NaN threshold values will now throw ValueError (:issue: `3996 `)
283283 - Fixed insertion issue into DataFrame, after rename (:issue: `4032 `)
284+ - Fixed testing issue where too many sockets where open thus leading to a
285+ connection reset issue (:issue: `3982 `, :issue: `3985 `)
284286
285287
286288pandas 0.11.0
Original file line number Diff line number Diff line change @@ -420,6 +420,8 @@ Bug Fixes
420420 explicitly checking a website as a proxy for seeing if there is network
421421 connectivity. Plus, new ``optional_args`` decorator factory for decorators.
422422 (:issue:`3910`, :issue:`3914`)
423+ - Fixed testing issue where too many sockets where open thus leading to a
424+ connection reset issue (:issue:`3982`, :issue:`3985`)
423425
424426See the :ref:`full release notes
425427<release>` or issue tracker
You can’t perform that action at this time.
0 commit comments