File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ pandas 0.12
281
281
- Fixed flattening of columns when renaming MultiIndex columns DataFrame (:issue: `4004 `)
282
282
- Fix ``Series.clip `` for datetime series. NA/NaN threshold values will now throw ValueError (:issue: `3996 `)
283
283
- 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 `)
284
286
285
287
286
288
pandas 0.11.0
Original file line number Diff line number Diff line change @@ -420,6 +420,8 @@ Bug Fixes
420
420
explicitly checking a website as a proxy for seeing if there is network
421
421
connectivity. Plus, new ``optional_args`` decorator factory for decorators.
422
422
(: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`)
423
425
424
426
See the :ref:`full release notes
425
427
<release>` or issue tracker
You can’t perform that action at this time.
0 commit comments