@@ -211,7 +211,7 @@ class read(cfdm.read):
211
211
``'UM'`` UM fields files or PP files
212
212
============ ============================================
213
213
214
- .. versionadded:: NEXTVERSION
214
+ .. versionadded:: 3.17.0
215
215
216
216
cdl_string: `bool`, optional
217
217
If True and the format to read is CDL, read a string
@@ -362,43 +362,43 @@ class read(cfdm.read):
362
362
363
363
{{read unpack: `bool`}}
364
364
365
- .. versionadded:: NEXTVERSION
365
+ .. versionadded:: 3.17.0
366
366
367
367
{{read domain: `bool`, optional}}
368
368
369
369
.. versionadded:: 3.11.0
370
370
371
371
{{read netcdf_backend: `None` or (sequence of) `str`, optional}}
372
372
373
- .. versionadded:: NEXTVERSION
373
+ .. versionadded:: 3.17.0
374
374
375
375
{{read storage_options: `dict` or `None`, optional}}
376
376
377
- .. versionadded:: NEXTVERSION
377
+ .. versionadded:: 3.17.0
378
378
379
379
{{read cache: `bool`, optional}}
380
380
381
- .. versionadded:: NEXTVERSION
381
+ .. versionadded:: 3.17.0
382
382
383
383
{{read dask_chunks: `str`, `int`, `None`, or `dict`, optional}}
384
384
385
- .. versionadded:: NEXTVERSION
385
+ .. versionadded:: 3.17.0
386
386
387
387
{{read store_dataset_chunks: `bool`, optional}}
388
388
389
- .. versionadded:: NEXTVERSION
389
+ .. versionadded:: 3.17.0
390
390
391
391
{{read cfa: `dict`, optional}}
392
392
393
393
.. versionadded:: 3.15.0
394
394
395
395
{{read cfa_write: sequence of `str`, optional}}
396
396
397
- .. versionadded:: NEXTVERSION
397
+ .. versionadded:: 3.17.0
398
398
399
399
{{read to_memory: (sequence of) `str`, optional}}
400
400
401
- .. versionadded:: NEXTVERSION
401
+ .. versionadded:: 3.17.0
402
402
403
403
umversion: deprecated at version 3.0.0
404
404
Use the *um* parameter instead.
@@ -418,13 +418,13 @@ class read(cfdm.read):
418
418
chunk: deprecated at version 3.14.0
419
419
Use the *dask_chunks* parameter instead.
420
420
421
- chunks: deprecated at version NEXTVERSION
421
+ chunks: deprecated at version 3.17.0
422
422
Use the *dask_chunks* parameter instead.
423
423
424
- fmt: deprecated at version NEXTVERSION
424
+ fmt: deprecated at version 3.17.0
425
425
Use the *file_type* parameter instead.
426
426
427
- ignore_read_error: deprecated at version NEXTVERSION
427
+ ignore_read_error: deprecated at version 3.17.0
428
428
Use the *file_type* parameter instead.
429
429
430
430
:Returns:
@@ -569,7 +569,7 @@ def __new__(
569
569
"cf.read" ,
570
570
{"fmt" : fmt },
571
571
"Use keyword 'file_type' instead." ,
572
- version = "NEXTVERSION " ,
572
+ version = "3.17.0 " ,
573
573
removed_at = "5.0.0" ,
574
574
) # pragma: no cover
575
575
@@ -578,7 +578,7 @@ def __new__(
578
578
"cf.read" ,
579
579
{"ignore_read_error" : ignore_read_error },
580
580
"Use keyword 'file_type' instead." ,
581
- version = "NEXTVERSION " ,
581
+ version = "3.17.0 " ,
582
582
removed_at = "5.0.0" ,
583
583
) # pragma: no cover
584
584
0 commit comments