@@ -269,18 +269,18 @@ def configuration(
269
269
reductions or False to disable them). The default is to
270
270
not change the current behaviour.
271
271
272
- .. versionadded:: 1.11.2.0
272
+ .. versionadded:: 3.16.3
273
273
274
274
active_storage_url: `str` or `None` or `Constant`, optional
275
275
The new value (either a new URL string or `None` to remove
276
276
the URL). The default is to not change the value.
277
277
278
- .. versionadded:: 1.11.2.0
278
+ .. versionadded:: 3.16.3
279
279
280
280
active_storage_max_requests: `int` or `Constant`, optional
281
281
The new value. The default is to not change the value.
282
282
283
- .. versionadded:: 1.11.2.0
283
+ .. versionadded:: 3.16.3
284
284
285
285
of_fraction: `float` or `Constant`, optional
286
286
Deprecated at version 3.14.0 and is no longer
@@ -1132,7 +1132,7 @@ def _parse(cls, arg):
1132
1132
class active_storage (ConstantAccess ):
1133
1133
"""Whether or not to attempt active storage reductions.
1134
1134
1135
- .. versionadded:: 1.11.2.0
1135
+ .. versionadded:: 3.16.3
1136
1136
1137
1137
.. seealso:: `active_storage_max_requests`, `active_storage_url`,
1138
1138
`configuration`
@@ -1171,7 +1171,7 @@ class active_storage(ConstantAccess):
1171
1171
def _parse (cls , arg ):
1172
1172
"""Parse a new constant value.
1173
1173
1174
- .. versionaddedd:: 1.11.2.0
1174
+ .. versionaddedd:: 3.16.3
1175
1175
1176
1176
:Parameters:
1177
1177
@@ -1201,7 +1201,7 @@ def _parse(cls, arg):
1201
1201
class active_storage_url (ConstantAccess ):
1202
1202
"""The URL location of the active storage reducer.
1203
1203
1204
- .. versionadded:: 1.11.2.0
1204
+ .. versionadded:: 3.16.3
1205
1205
1206
1206
.. seealso:: `active_storage`, `active_storage_max_requests`,
1207
1207
`configuration`
@@ -1240,7 +1240,7 @@ class active_storage_url(ConstantAccess):
1240
1240
def _parse (cls , arg ):
1241
1241
"""Parse a new constant value.
1242
1242
1243
- .. versionaddedd:: 1.11.2.0
1243
+ .. versionaddedd:: 3.16.3
1244
1244
1245
1245
:Parameters:
1246
1246
@@ -1283,7 +1283,7 @@ class active_storage_max_requests(ConstantAccess):
1283
1283
collapse operation are utilising active storage. If some are not
1284
1284
then :math:`N` will likely be underestimated.
1285
1285
1286
- .. versionadded:: 1.11.2.0
1286
+ .. versionadded:: 3.16.3
1287
1287
1288
1288
.. seealso:: `active_storage`, `active_storage_url`,
1289
1289
`configuration`
@@ -1322,7 +1322,7 @@ class active_storage_max_requests(ConstantAccess):
1322
1322
def _parse (cls , arg ):
1323
1323
"""Parse a new constant value.
1324
1324
1325
- .. versionaddedd:: 1.11.2.0
1325
+ .. versionaddedd:: 3.16.3
1326
1326
1327
1327
:Parameters:
1328
1328
@@ -1488,7 +1488,7 @@ def total_memory():
1488
1488
def is_log_level_info (logger ):
1489
1489
"""Return True if and only if log level is at least as verbose as INFO.
1490
1490
1491
- .. versionadded:: 1.11.2.0
1491
+ .. versionadded:: 3.16.3
1492
1492
1493
1493
.. seealso:: `log_level`
1494
1494
@@ -3193,7 +3193,7 @@ def environment(display=True, paths=True):
3193
3193
udunits2 library: /home/user/lib/libudunits2.so.0
3194
3194
esmpy/ESMF: 8.6.1 /home/user/lib/python3.12/site-packages/esmpy/__init__.py
3195
3195
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
3197
3197
netCDF4: 1.6.5 /home/user/lib/python3.12/site-packages/netCDF4/__init__.py
3198
3198
h5netcdf: 1.3.0 /home/user/lib/python3.12/site-packages/h5netcdf/__init__.py
3199
3199
h5py: 3.11.0 /home/user/lib/python3.12/site-packages/h5py/__init__.py
@@ -3206,8 +3206,8 @@ def environment(display=True, paths=True):
3206
3206
cftime: 1.6.3 /home/user/lib/python3.12/site-packages/cftime/__init__.py
3207
3207
cfunits: 3.3.7 /home/user/lib/python3.12/site-packages/cfunits/__init__.py
3208
3208
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
3211
3211
3212
3212
>>> cf.environment(paths=False)
3213
3213
Platform: Linux-5.15.0-122-generic-x86_64-with-glibc2.35
@@ -3216,7 +3216,7 @@ def environment(display=True, paths=True):
3216
3216
udunits2 library: /home/user/lib/libudunits2.so.0
3217
3217
esmpy/ESMF: 8.6.1
3218
3218
Python: 3.12.2
3219
- dask: 2024.6 .0
3219
+ dask: 2025.2 .0
3220
3220
netCDF4: 1.6.5
3221
3221
h5netcdf: 1.3.0
3222
3222
h5py: 3.11.0
@@ -3229,8 +3229,8 @@ def environment(display=True, paths=True):
3229
3229
cftime: 1.6.3
3230
3230
cfunits: 3.3.7
3231
3231
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
3234
3234
3235
3235
"""
3236
3236
dependency_version_paths_mapping = {
0 commit comments