Skip to content

Commit 3583056

Browse files
committed
Merge branch 'cfa-in-cfdm' into numpy-v2-from-cfa-in-cfdm
2 parents 15c1b88 + 62c322d commit 3583056

20 files changed

+24
-1853
lines changed

cf/data/array/cfah5netcdfarray.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

cf/data/array/cfanetcdf4array.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

cf/data/array/h5netcdfarray.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ class H5netcdfArray(
1111
):
1212
"""A netCDF array accessed with `h5netcdf`.
1313
14-
**Active storage reductions**
15-
16-
An active storage reduction may be enabled with the `actify`
17-
method. See `cf.data.collapse.Collapse` for details.
18-
19-
.. versionadded:: 1.11.2.0
14+
.. versionadded:: 3.16.3
2015
2116
"""

cf/data/array/mixin/activestoragemixin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class ActiveStorageMixin:
22
"""Mixin class for enabling active storage operations.
33
4-
.. versionadded:: 1.11.2.0
4+
.. versionadded:: 3.16.3
55
66
"""
77

@@ -12,7 +12,7 @@ def active_storage(self):
1212
Currently, active storage operations are allowed unless the
1313
data are numerically packed.
1414
15-
.. versionadded:: 1.11.2.0
15+
.. versionadded:: 3.16.3
1616
1717
:Returns:
1818

cf/data/array/mixin/arraymixin.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)