|
44 | 44 | standard library function :func:`os.path.expanduser` and |
45 | 45 | module :mod:`fnmatch` for more details. |
46 | 46 |
|
47 | | - .. warning:: |
48 | | -
|
49 | | - If supplying a URL, only OPeNDAP Data Sources are supported. |
50 | | -
|
51 | 47 | * constraints: |
52 | 48 | Either a single constraint, or an iterable of constraints. |
53 | 49 | Each constraint can be either a string, an instance of |
@@ -108,7 +104,7 @@ def callback(cube, field, filename): |
108 | 104 |
|
109 | 105 |
|
110 | 106 | # Iris revision. |
111 | | -__version__ = "3.3.dev0" |
| 107 | +__version__ = "3.2.dev0" |
112 | 108 |
|
113 | 109 | # Restrict the names imported when using "from iris import *" |
114 | 110 | __all__ = [ |
@@ -291,7 +287,6 @@ def load(uris, constraints=None, callback=None): |
291 | 287 |
|
292 | 288 | * uris: |
293 | 289 | One or more filenames/URIs, as a string or :class:`pathlib.PurePath`. |
294 | | - If supplying a URL, only OPeNDAP Data Sources are supported. |
295 | 290 |
|
296 | 291 | Kwargs: |
297 | 292 |
|
@@ -320,7 +315,6 @@ def load_cube(uris, constraint=None, callback=None): |
320 | 315 |
|
321 | 316 | * uris: |
322 | 317 | One or more filenames/URIs, as a string or :class:`pathlib.PurePath`. |
323 | | - If supplying a URL, only OPeNDAP Data Sources are supported. |
324 | 318 |
|
325 | 319 | Kwargs: |
326 | 320 |
|
@@ -360,7 +354,6 @@ def load_cubes(uris, constraints=None, callback=None): |
360 | 354 |
|
361 | 355 | * uris: |
362 | 356 | One or more filenames/URIs, as a string or :class:`pathlib.PurePath`. |
363 | | - If supplying a URL, only OPeNDAP Data Sources are supported. |
364 | 357 |
|
365 | 358 | Kwargs: |
366 | 359 |
|
@@ -406,7 +399,6 @@ def load_raw(uris, constraints=None, callback=None): |
406 | 399 |
|
407 | 400 | * uris: |
408 | 401 | One or more filenames/URIs, as a string or :class:`pathlib.PurePath`. |
409 | | - If supplying a URL, only OPeNDAP Data Sources are supported. |
410 | 402 |
|
411 | 403 | Kwargs: |
412 | 404 |
|
|
0 commit comments