@@ -269,18 +269,18 @@ def configuration(
269269 reductions or False to disable them). The default is to
270270 not change the current behaviour.
271271
272- .. versionadded:: 1.11.2.0
272+ .. versionadded:: 3.16.3
273273
274274 active_storage_url: `str` or `None` or `Constant`, optional
275275 The new value (either a new URL string or `None` to remove
276276 the URL). The default is to not change the value.
277277
278- .. versionadded:: 1.11.2.0
278+ .. versionadded:: 3.16.3
279279
280280 active_storage_max_requests: `int` or `Constant`, optional
281281 The new value. The default is to not change the value.
282282
283- .. versionadded:: 1.11.2.0
283+ .. versionadded:: 3.16.3
284284
285285 of_fraction: `float` or `Constant`, optional
286286 Deprecated at version 3.14.0 and is no longer
@@ -1132,7 +1132,7 @@ def _parse(cls, arg):
11321132class active_storage (ConstantAccess ):
11331133 """Whether or not to attempt active storage reductions.
11341134
1135- .. versionadded:: 1.11.2.0
1135+ .. versionadded:: 3.16.3
11361136
11371137 .. seealso:: `active_storage_max_requests`, `active_storage_url`,
11381138 `configuration`
@@ -1171,7 +1171,7 @@ class active_storage(ConstantAccess):
11711171 def _parse (cls , arg ):
11721172 """Parse a new constant value.
11731173
1174- .. versionaddedd:: 1.11.2.0
1174+ .. versionaddedd:: 3.16.3
11751175
11761176 :Parameters:
11771177
@@ -1201,7 +1201,7 @@ def _parse(cls, arg):
12011201class active_storage_url (ConstantAccess ):
12021202 """The URL location of the active storage reducer.
12031203
1204- .. versionadded:: 1.11.2.0
1204+ .. versionadded:: 3.16.3
12051205
12061206 .. seealso:: `active_storage`, `active_storage_max_requests`,
12071207 `configuration`
@@ -1240,7 +1240,7 @@ class active_storage_url(ConstantAccess):
12401240 def _parse (cls , arg ):
12411241 """Parse a new constant value.
12421242
1243- .. versionaddedd:: 1.11.2.0
1243+ .. versionaddedd:: 3.16.3
12441244
12451245 :Parameters:
12461246
@@ -1283,7 +1283,7 @@ class active_storage_max_requests(ConstantAccess):
12831283 collapse operation are utilising active storage. If some are not
12841284 then :math:`N` will likely be underestimated.
12851285
1286- .. versionadded:: 1.11.2.0
1286+ .. versionadded:: 3.16.3
12871287
12881288 .. seealso:: `active_storage`, `active_storage_url`,
12891289 `configuration`
@@ -1322,7 +1322,7 @@ class active_storage_max_requests(ConstantAccess):
13221322 def _parse (cls , arg ):
13231323 """Parse a new constant value.
13241324
1325- .. versionaddedd:: 1.11.2.0
1325+ .. versionaddedd:: 3.16.3
13261326
13271327 :Parameters:
13281328
@@ -1488,7 +1488,7 @@ def total_memory():
14881488def is_log_level_info (logger ):
14891489 """Return True if and only if log level is at least as verbose as INFO.
14901490
1491- .. versionadded:: 1.11.2.0
1491+ .. versionadded:: 3.16.3
14921492
14931493 .. seealso:: `log_level`
14941494
@@ -3193,7 +3193,7 @@ def environment(display=True, paths=True):
31933193 udunits2 library: /home/user/lib/libudunits2.so.0
31943194 esmpy/ESMF: 8.6.1 /home/user/lib/python3.12/site-packages/esmpy/__init__.py
31953195 Python: 3.12.2 /home/user/bin/python
3196- dask: 2024.6 .0 /home/user/lib/python3.12/site-packages/dask/__init__.py
3196+ dask: 2025.2 .0 /home/user/lib/python3.12/site-packages/dask/__init__.py
31973197 netCDF4: 1.6.5 /home/user/lib/python3.12/site-packages/netCDF4/__init__.py
31983198 h5netcdf: 1.3.0 /home/user/lib/python3.12/site-packages/h5netcdf/__init__.py
31993199 h5py: 3.11.0 /home/user/lib/python3.12/site-packages/h5py/__init__.py
@@ -3206,8 +3206,8 @@ def environment(display=True, paths=True):
32063206 cftime: 1.6.3 /home/user/lib/python3.12/site-packages/cftime/__init__.py
32073207 cfunits: 3.3.7 /home/user/lib/python3.12/site-packages/cfunits/__init__.py
32083208 cfplot: 3.3.0 /home/user/lib/python3.12/site-packages/cfplot/__init__.py
3209- cfdm: 1.11.2 .0 /home/user/cfdm/cfdm/__init__.py
3210- cf: 1.11.2 .0 /home/user/cf-python/cf/__init__.py
3209+ cfdm: 1.12.0 .0 /home/user/cfdm/cfdm/__init__.py
3210+ cf: 3.17 .0 /home/user/cf-python/cf/__init__.py
32113211
32123212 >>> cf.environment(paths=False)
32133213 Platform: Linux-5.15.0-122-generic-x86_64-with-glibc2.35
@@ -3216,7 +3216,7 @@ def environment(display=True, paths=True):
32163216 udunits2 library: /home/user/lib/libudunits2.so.0
32173217 esmpy/ESMF: 8.6.1
32183218 Python: 3.12.2
3219- dask: 2024.6 .0
3219+ dask: 2025.2 .0
32203220 netCDF4: 1.6.5
32213221 h5netcdf: 1.3.0
32223222 h5py: 3.11.0
@@ -3229,8 +3229,8 @@ def environment(display=True, paths=True):
32293229 cftime: 1.6.3
32303230 cfunits: 3.3.7
32313231 cfplot: 3.3.0
3232- cfdm: 1.11.2 .0
3233- cf: 1.11.2 .0
3232+ cfdm: 1.12.0 .0
3233+ cf: 3.17 .0
32343234
32353235 """
32363236 dependency_version_paths_mapping = {
0 commit comments