Skip to content

Commit

Permalink
Merge pull request #674 from davidhassell/aggregate-cellsize
Browse files Browse the repository at this point in the history
`cf.aggregate` "cells" keyword
  • Loading branch information
davidhassell committed Jun 29, 2023
2 parents a5f2541 + 5265664 commit 6fabb75
Show file tree
Hide file tree
Showing 27 changed files with 1,943 additions and 252 deletions.
8 changes: 6 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ version ?.?.?

**2023-??-??**

* New function: `cf.isclose`
(https://github.com/NCAS-CMS/cf-python/issues/661)
* New keyword parameter to `cf.aggregate`: ``cells``
(https://github.com/NCAS-CMS/cf-python/issues/452)
* Fix bug that caused `cf.read` to fail for some PP data with a single
vertical level (https://github.com/NCAS-CMS/cf-python/issues/667)

----

version 3.15.1
Expand All @@ -23,7 +27,7 @@ version 3.15.1
(https://github.com/NCAS-CMS/cf-python/pull/643)
* Fix bug when using the ``-d`` option to the `cfa` script
(https://github.com/NCAS-CMS/cf-python/issues/649)
* Fix the return tppe from `cf.example_fields`
* Fix the return type from `cf.example_fields`
(https://github.com/NCAS-CMS/cf-python/pull/654)
* Fix `set_data` when the units are invalid
(https://github.com/NCAS-CMS/cf-python/pull/646)
Expand Down
3 changes: 2 additions & 1 deletion cf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
UMFragmentArray,
)

from .aggregate import aggregate
from .aggregate import aggregate, climatology_cells
from .query import (
Query,
lt,
Expand All @@ -281,6 +281,7 @@
ge,
eq,
ne,
isclose,
contain,
contains,
wi,
Expand Down
Loading

0 comments on commit 6fabb75

Please sign in to comment.