Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Version NEXTVERSION
* New methods to allow changing units in a chain: `cf.Field.to_units`,
`cf.Data.to_units`
(https://github.com/NCAS-CMS/cf-python/issues/874)
* Allow multiple conditions for the same axis in `cf.Field.subspace`
and `cf.Field.indices`
(https://github.com/NCAS-CMS/cf-python/issues/881)
* New dependency: ``distributed>=2025.5.1``

----
Expand Down
2 changes: 2 additions & 0 deletions cf/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -12754,6 +12754,8 @@ def subspace(self):
* Multiple domain axes may be subspaced simultaneously, and it
doesn't matter which order they are specified in.

* Multiple criteria may be specified for the same domain axis.

* Subspace criteria may be provided for size 1 domain axes that
are not spanned by the field construct's data.

Expand Down
Loading
Loading