Skip to content

Commit 82ddc31

Browse files
committed
rename version
1 parent ad589b4 commit 82ddc31

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

cf/field.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2385,27 +2385,27 @@ def cell_area(
23852385
constructs are considered for cell area
23862386
creation. Otherwise they are ignored.
23872387

2388-
.. versionadded:: 3.17.0
2388+
.. versionadded:: 3.16.1
23892389

23902390
coordinates: `bool`, optional
23912391
If True, the default, then coordinate constructs are
23922392
considered for cell area creation. Otherwise they are
23932393
ignored.
23942394

2395-
.. versionadded:: 3.17.0
2395+
.. versionadded:: 3.16.1
23962396

23972397
methods: `bool`, optional
23982398
If True, then return a dictionary describing the method
23992399
used to create the cell areas instead of the default,
24002400
a field construct.
24012401

2402-
.. versionadded:: 3.17.0
2402+
.. versionadded:: 3.16.1
24032403

24042404
return_cell_measure: `bool`, optional
24052405
If True, then return a cell measure construct instead
24062406
of the default, a field construct.
24072407

2408-
.. versionadded:: 3.17.0
2408+
.. versionadded:: 3.16.1
24092409

24102410
insert: deprecated at version 3.0.0
24112411

@@ -3507,15 +3507,15 @@ def weights(
35073507
``'volume'``. If False then cell measure constructs
35083508
are ignored for these *weights*.
35093509

3510-
.. versionadded:: 3.17.0
3510+
.. versionadded:: 3.16.1
35113511

35123512
coordinates: `bool`, optional
35133513
If True, the default, then coordinate constructs are
35143514
considered for weights creation for *weights* of
35153515
`True` or ``'area'``. If False then coordinate
35163516
constructs are ignored for these *weights*.
35173517

3518-
.. versionadded:: 3.17.0
3518+
.. versionadded:: 3.16.1
35193519

35203520
kwargs: deprecated at version 3.0.0.
35213521

@@ -8719,7 +8719,7 @@ def insert_dimension(
87198719
metadata constructs that don't already include it. By
87208720
default, metadata constructs are not changed.
87218721

8722-
.. versionadded:: 3.17.0
8722+
.. versionadded:: 3.16.1
87238723

87248724
{{inplace: `bool`, optional}}
87258725

@@ -11960,7 +11960,7 @@ def pad_missing(self, axis, pad_width=None, to_size=None, inplace=False):
1196011960
The field's data and all metadata constructs that span the
1196111961
axis are padded.
1196211962

11963-
.. versionadded:: 3.17.0
11963+
.. versionadded:: 3.16.1
1196411964

1196511965
:Parameters:
1196611966

docs/source/recipes/plot_15_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import cf
3232

3333
# %%
34-
# 2. Read and select land use data by index and see properties of all constructs:
34+
# 2. Read and select land use data by index and see properties of all construcs:
3535
f = cf.read("~/recipes/output.tif.nc")[0]
3636
f.dump()
3737

0 commit comments

Comments
 (0)