File tree Expand file tree Collapse file tree 4 files changed +266
-139
lines changed Expand file tree Collapse file tree 4 files changed +266
-139
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Version NEXTVERSION
6
6
* New methods to allow changing units in a chain: `cf.Field.to_units `,
7
7
`cf.Data.to_units `
8
8
(https://github.com/NCAS-CMS/cf-python/issues/874)
9
+ * Allow multiple conditions for the same axis in `cf.Field.subspace `
10
+ and `cf.Field.indices `
11
+ (https://github.com/NCAS-CMS/cf-python/issues/881)
9
12
* New dependency: ``distributed>=2025.5.1 ``
10
13
11
14
----
Original file line number Diff line number Diff line change @@ -12754,6 +12754,8 @@ def subspace(self):
12754
12754
* Multiple domain axes may be subspaced simultaneously, and it
12755
12755
doesn't matter which order they are specified in.
12756
12756
12757
+ * Multiple criteria may be specified for the same domain axis.
12758
+
12757
12759
* Subspace criteria may be provided for size 1 domain axes that
12758
12760
are not spanned by the field construct's data.
12759
12761
You can’t perform that action at this time.
0 commit comments