@@ -290,7 +290,7 @@ def regrid(
290
290
See `cf.Field.regrids` (for spherical regridding) or
291
291
`cf.Field.regridc` (for Cartesian regridding) for details.
292
292
293
- .. versionadded:: NEXTRELEASE
293
+ .. versionadded:: 3.16.2
294
294
295
295
dst_z: optional
296
296
The identity of the destination grid vertical coordinates
@@ -301,7 +301,7 @@ def regrid(
301
301
See `cf.Field.regrids` (for spherical regridding) or
302
302
`cf.Field.regridc` (for Cartesian regridding) for details.
303
303
304
- .. versionadded:: NEXTRELEASE
304
+ .. versionadded:: 3.16.2
305
305
306
306
z: optional
307
307
The *z* parameter is a convenience that may be used to
@@ -311,7 +311,7 @@ def regrid(
311
311
See `cf.Field.regrids` (for spherical regridding) or
312
312
`cf.Field.regridc` (for Cartesian regridding) for details.
313
313
314
- .. versionadded:: NEXTRELEASE
314
+ .. versionadded:: 3.16.2
315
315
316
316
ln_z: `bool` or `None`, optional
317
317
Whether or not the weights are to be calculated with the
@@ -320,7 +320,7 @@ def regrid(
320
320
See `cf.Field.regrids` (for spherical regridding) or
321
321
`cf.Field.regridc` (for Cartesian regridding) for details.
322
322
323
- .. versionadded:: NEXTRELEASE
323
+ .. versionadded:: 3.16.2
324
324
325
325
:Returns:
326
326
@@ -773,7 +773,7 @@ def spherical_coords_to_domain(
773
773
``d.coordinate(dst_z)``, where ``d`` is the `Domain`
774
774
returned by this function.
775
775
776
- .. versionadded:: NEXTRELEASE
776
+ .. versionadded:: 3.16.2
777
777
778
778
domain_class: `Domain` class
779
779
The domain class used to create the new `Domain` instance.
@@ -962,7 +962,7 @@ def Cartesian_coords_to_domain(dst, dst_z=None, domain_class=None):
962
962
``d.coordinate(dst_z)``, where ``d`` is the `Domain`
963
963
returned by this function.
964
964
965
- .. versionadded:: NEXTRELEASE
965
+ .. versionadded:: 3.16.2
966
966
967
967
domain_class: `Domain` class
968
968
The domain class used to create the new `Domain` instance.
@@ -1026,7 +1026,7 @@ def get_grid(
1026
1026
See `cf.Field.regrids` (for spherical regridding) or
1027
1027
`cf.Field.regridc` (for Cartesian regridding) for details.
1028
1028
1029
- .. versionadded:: NEXTRELEASE
1029
+ .. versionadded:: 3.16.2
1030
1030
1031
1031
"""
1032
1032
if coord_sys == "spherical" :
@@ -1106,13 +1106,13 @@ def spherical_grid(
1106
1106
3-d and is defined by the unique construct returned by
1107
1107
``f.coordinate(src_z)``
1108
1108
1109
- .. versionadded:: NEXTRELEASE
1109
+ .. versionadded:: 3.16.2
1110
1110
1111
1111
ln_z: `bool` or `None`, optional
1112
1112
Whether or not the weights are to be calculated with the
1113
1113
natural logarithm of vertical coordinates.
1114
1114
1115
- .. versionadded:: NEXTRELEASE
1115
+ .. versionadded:: 3.16.2
1116
1116
1117
1117
:Returns:
1118
1118
@@ -1453,13 +1453,13 @@ def Cartesian_grid(f, name=None, method=None, axes=None, z=None, ln_z=None):
1453
1453
If not `None` then *src_z* specifies the identity of a
1454
1454
vertical coordinate construct of the source grid.
1455
1455
1456
- .. versionadded:: NEXTRELEASE
1456
+ .. versionadded:: 3.16.2
1457
1457
1458
1458
ln_z: `bool` or `None`, optional
1459
1459
Whether or not the weights are to be calculated with the
1460
1460
natural logarithm of vertical coordinates.
1461
1461
1462
- .. versionadded:: NEXTRELEASE
1462
+ .. versionadded:: 3.16.2
1463
1463
1464
1464
:Returns:
1465
1465
@@ -2228,7 +2228,7 @@ def create_esmpy_mesh(grid, mask=None):
2228
2228
def create_esmpy_locstream (grid , mask = None ):
2229
2229
"""Create an `esmpy.LocStream`.
2230
2230
2231
- .. versionadded:: NEXTRELEASE
2231
+ .. versionadded:: 3.16.2
2232
2232
2233
2233
.. seealso:: `create_esmpy_grid`, `create_esmpy_mesh`
2234
2234
@@ -3036,7 +3036,7 @@ def get_mesh(f):
3036
3036
def get_dsg (f ):
3037
3037
"""Get domain discrete sampling geometry information.
3038
3038
3039
- .. versionadded:: NEXTRELEASE
3039
+ .. versionadded:: 3.16.2
3040
3040
3041
3041
:Parameters:
3042
3042
@@ -3102,7 +3102,7 @@ def has_coordinate_arrays(grid):
3102
3102
def set_grid_type (grid ):
3103
3103
"""Set the ``type`` attribute of a `Grid` instance in-place.
3104
3104
3105
- .. versionadded:: NEXTRELEASE
3105
+ .. versionadded:: 3.16.2
3106
3106
3107
3107
:Parameters:
3108
3108
0 commit comments