Skip to content

Commit 7ddb586

Browse files
committed
DOC: Update docs with changes
1 parent 2ea4583 commit 7ddb586

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

doc/source/release.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ pandas 0.11.1
9191
integers or floats that are in an epoch unit of ``D, s, ms, us, ns``, thanks @mtkini (:issue:`3969`)
9292
(e.g. unix timestamps or epoch ``s``, with fracional seconds allowed) (:issue:`3540`)
9393
- DataFrame corr method (spearman) is now cythonized.
94+
- Improved ``network`` test decorator to catch ``IOError`` (and therefore
95+
``URLError`` as well). Added ``with_connectivity_check`` decorator to allow
96+
explicitly checking a website as a proxy for seeing if there is network
97+
connectivity. Plus, new ``optional_args`` decorator factory for decorators.
98+
(:issue:`3910`, :issue:`3914`)
9499

95100
**API Changes**
96101

doc/source/v0.11.1.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ Bug Fixes
386386
- ``read_html`` now correctly skips tests (:issue:`3741`)
387387
- Fixed a bug where ``DataFrame.replace`` with a compiled regular expression
388388
in the ``to_replace`` argument wasn't working (:issue:`3907`)
389+
- Improved ``network`` test decorator to catch ``IOError`` (and therefore
390+
``URLError`` as well). Added ``with_connectivity_check`` decorator to allow
391+
explicitly checking a website as a proxy for seeing if there is network
392+
connectivity. Plus, new ``optional_args`` decorator factory for decorators.
393+
(:issue:`3910`, :issue:`3914`)
389394

390395
See the :ref:`full release notes
391396
<release>` or issue tracker

0 commit comments

Comments
 (0)