@@ -1424,7 +1424,7 @@ def canonical_cell_methods(self, rtol=None, atol=None):
14241424 def has_cell (self , topology ):
14251425 """Whether a domain topology construct has a connectivity type.
14261426
1427- .. versionadded:: UGRIDVER
1427+ .. versionadded:: 3.16.0
14281428
14291429 :Parameters:
14301430
@@ -1452,7 +1452,7 @@ def has_cell(self, topology):
14521452 def has_connectivity (self , connectivity ):
14531453 """Whether a cell connectivity construct has a connectivity type.
14541454
1455- .. versionadded:: UGRIDVER
1455+ .. versionadded:: 3.16.0
14561456
14571457 :Parameters:
14581458
@@ -1480,7 +1480,7 @@ def has_connectivity(self, connectivity):
14801480 def has_measure (self , msr ):
14811481 """Whether a cell measure construct has a measure.
14821482
1483- .. versionadded:: UGRIDVER
1483+ .. versionadded:: 3.16.0
14841484
14851485 :Parameters:
14861486
@@ -1508,7 +1508,7 @@ def has_measure(self, msr):
15081508 def has_units (self , construct ):
15091509 """Whether a construct has units.
15101510
1511- .. versionadded:: UGRIDVER
1511+ .. versionadded:: 3.16.0
15121512
15131513 :Parameters:
15141514
@@ -1582,7 +1582,7 @@ def coord_has_identity_and_data(self, coord, axes=None):
15821582 def has_data (self , construct ):
15831583 """Whether a construct has data.
15841584
1585- .. versionadded:: UGRIDVER
1585+ .. versionadded:: 3.16.0
15861586
15871587 :Parameters:
15881588
@@ -1649,7 +1649,7 @@ def coordinate_reference_signatures(self, refs):
16491649 def get_identity (self , construct , identity = None ):
16501650 """Return a construct's identity if it has one.
16511651
1652- .. versionadded:: UGRIDVER
1652+ .. versionadded:: 3.16.0
16531653
16541654 :Parameters:
16551655
0 commit comments