Skip to content

Commit

Permalink
TODOCFAVER -> 1.10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Apr 26, 2023
1 parent 34b8d70 commit c813898
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cfdm/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ def get_count(self, default=ValueError()):
def get_data(self, default=ValueError(), _units=None, _fill_value=None):
"""Returns the data.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
:Parameters:
Expand Down
2 changes: 1 addition & 1 deletion cfdm/data/mixin/arraymixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _set_units(self):
These are the values set during initialisation, defaulting to
`None` if either was not set at that time.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
:Returns:
Expand Down
8 changes: 4 additions & 4 deletions cfdm/data/mixin/filearraymixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class FileArrayMixin:
"""Mixin class for a file container of an array.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
"""

Expand Down Expand Up @@ -147,7 +147,7 @@ def get_filenames(self):
def get_format(self):
"""The format of the files.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
.. seealso:: `get_address`, `get_filename`, `get_formats`
Expand All @@ -164,7 +164,7 @@ def get_format(self):
def get_formats(self):
"""Return the format of the files.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
.. seealso:: `get_format`, `get_filenames`, `get_addresses`
Expand All @@ -183,7 +183,7 @@ def open(self, func, *args, **kwargs):
open each one, in the order stored, and an open file object is
returned from the first file that exists.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
:Parameters:
Expand Down
6 changes: 3 additions & 3 deletions cfdm/data/netcdfarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
defined by *filename*. Either a netCDF variable name
or an integer netCDF variable ID.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
dtype: `numpy.dtype`
The data type of the array in the netCDF file. May be
Expand Down Expand Up @@ -361,7 +361,7 @@ def array(self):
def get_format(self):
"""The format of the files.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
.. seealso:: `get_address`, `get_filename`, `get_formats`
Expand Down Expand Up @@ -389,7 +389,7 @@ def get_groups(self, address):
The netCDF variable name, or integer varid, from which
to get the groups.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
:Returns:
Expand Down
4 changes: 2 additions & 2 deletions cfdm/read_write/netcdf/netcdfread.py
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ def _customise_auxiliary_coordinates(self, parent_ncvar, f):
constructs are set on the parent field or domain construct
inside this method.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
:Parameters:
Expand Down Expand Up @@ -1736,7 +1736,7 @@ def _customise_field_ancillaries(self, parent_ncvar, f):
constructs are set on the parent field construct inside this
method.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
:Parameters:
Expand Down
14 changes: 7 additions & 7 deletions cfdm/read_write/netcdf/netcdfwrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ def _write_netcdf_variable(
domain_axes: `None`, or `tuple` of `str`
The domain axis construct identifiers for *cfvar*.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
omit: sequence of `str`, optional
Expand All @@ -2626,7 +2626,7 @@ def _write_netcdf_variable(
The construct type, or its parent if it is not a
construct.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
:Returns:
Expand Down Expand Up @@ -2855,12 +2855,12 @@ def _customise_createVariable(
The construct type of the *cfvar*, or its parent if
*cfvar* is not a construct.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
domain_axes: `None`, or `tuple` of `str`
The domain axis construct identifiers for *cfvar*.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
kwargs: `dict`
Expand Down Expand Up @@ -2944,7 +2944,7 @@ def _write_data(
domain_axes: `None`, or `tuple` of `str`
The domain axis construct identidifiers for *cfvar*.
.. versionadded:: TODOCFAVER
.. versionadded:: 1.10.1.0
unset_values: sequence of numbers
Expand All @@ -2956,7 +2956,7 @@ def _write_data(
The construct type of the *cfvar*, or its parent if
*cfvar* is not a construct.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
:Returns:
Expand Down Expand Up @@ -5277,7 +5277,7 @@ def _customise_write_vars(self):
This method is primarily aimed at providing a customisation
entry point for subclasses.
.. versionadded:: (cfdm) TODOCFAVER
.. versionadded:: (cfdm) 1.10.1.0
"""
pass

0 comments on commit c813898

Please sign in to comment.