File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Version NEXTVERSION
33
44**2026-??-?? **
55
6+ * New keyword to `cf.read `: ``filesystem ``
7+ (https://github.com/NCAS-CMS/cf-python/issues/931)
68* New keyword parameter to `cf.Data.compute `: ``persist ``
79 (https://github.com/NCAS-CMS/cf-python/issues/929)
810* New function to control the persistence of computed data:
Original file line number Diff line number Diff line change @@ -336,6 +336,10 @@ class read(cfdm.read):
336336
337337 .. versionadded:: 3.19.0
338338
339+ {{read filesystem: optional}}
340+
341+ .. versionadded:: NEXTVERSION
342+
339343 umversion: deprecated at version 3.0.0
340344 Use the *um* parameter instead.
341345
@@ -455,6 +459,7 @@ def __new__(
455459 fmt = None ,
456460 file_type = None ,
457461 group_dimension_search = "closest_ancestor" ,
462+ filesystem = None ,
458463 ):
459464 """Read field or domain constructs from a dataset."""
460465 kwargs = locals ()
You can’t perform that action at this time.
0 commit comments