|
9 | 9 | class CFAMixin:
|
10 | 10 | """Mixin class for a CFA array.
|
11 | 11 |
|
12 |
| - .. versionadded:: NEXTVERSION |
| 12 | + .. versionadded:: 1.11.2.0 |
13 | 13 |
|
14 | 14 | """
|
15 | 15 |
|
16 | 16 | def __new__(cls, *args, **kwargs):
|
17 | 17 | """Store fragment array classes.
|
18 | 18 |
|
19 |
| - .. versionadded:: NEXTVERSION |
| 19 | + .. versionadded:: 1.11.2.0 |
20 | 20 |
|
21 | 21 | """
|
22 | 22 | # Import fragment array classes. Do this here (as opposed to
|
@@ -78,7 +78,7 @@ def __init__(
|
78 | 78 |
|
79 | 79 | {{init unpack: `bool`, optional}}
|
80 | 80 |
|
81 |
| - .. versionadded:: NEXTVERSION |
| 81 | + .. versionadded:: 1.11.2.0 |
82 | 82 |
|
83 | 83 | instructions: `str`, optional
|
84 | 84 | The ``aggregated_data`` attribute value as found on
|
@@ -134,26 +134,26 @@ def __init__(
|
134 | 134 | 'https://s3.fr-par.scw.cloud', 'client_kwargs':
|
135 | 135 | {'region_name': 'fr-par'}}``
|
136 | 136 |
|
137 |
| - .. versionadded:: NEXTVERSION |
| 137 | + .. versionadded:: 1.11.2.0 |
138 | 138 |
|
139 | 139 | {{init attributes: `dict` or `None`, optional}}
|
140 | 140 |
|
141 | 141 | If *attributes* is `None`, the default, then the
|
142 | 142 | attributes will be set from the netCDF variable during
|
143 | 143 | the first `__getitem__` call.
|
144 | 144 |
|
145 |
| - .. versionaddedd:: NEXTVERSION |
| 145 | + .. versionaddedd:: 1.11.2.0 |
146 | 146 |
|
147 | 147 | {{init source: optional}}
|
148 | 148 |
|
149 | 149 | {{init copy: `bool`, optional}}
|
150 | 150 |
|
151 | 151 | units: `str` or `None`, optional
|
152 |
| - Deprecated at version NEXTVERSION. Use the |
| 152 | + Deprecated at version 1.11.2.0. Use the |
153 | 153 | *attributes* parameter instead.
|
154 | 154 |
|
155 | 155 | calendar: `str` or `None`, optional
|
156 |
| - Deprecated at version NEXTVERSION. Use the |
| 156 | + Deprecated at version 1.11.2.0. Use the |
157 | 157 | *attributes* parameter instead.
|
158 | 158 |
|
159 | 159 | """
|
@@ -226,7 +226,7 @@ def __init__(
|
226 | 226 | def _parse_cfa(self, x, term, substitutions):
|
227 | 227 | """Parse the CFA aggregation instructions.
|
228 | 228 |
|
229 |
| - .. versionadded:: NEXTVERSION |
| 229 | + .. versionadded:: 1.11.2.0 |
230 | 230 |
|
231 | 231 | :Parameters:
|
232 | 232 |
|
@@ -466,7 +466,7 @@ def get_fragment_shape(self):
|
466 | 466 | def get_storage_options(self):
|
467 | 467 | """Return `s3fs.S3FileSystem` options for accessing S3 fragment files.
|
468 | 468 |
|
469 |
| - .. versionadded:: NEXTVERSION |
| 469 | + .. versionadded:: 1.11.2.0 |
470 | 470 |
|
471 | 471 | :Returns:
|
472 | 472 |
|
|
0 commit comments