Skip to content

Commit 8fffb1b

Browse files
committed
DOC: add rls/whatsnew
1 parent 21486a6 commit 8fffb1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/release.rst

+2
Original file line numberDiff line numberDiff 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

286288
pandas 0.11.0

doc/source/v0.12.0.txt

+2
Original file line numberDiff line numberDiff 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

424426
See the :ref:`full release notes
425427
<release>` or issue tracker

0 commit comments

Comments
 (0)