Skip to content

Commit

Permalink
Merge pull request #710 from davidhassell/cell-measures
Browse files Browse the repository at this point in the history
Allow cell area calculation to ignore cell measure constructs
  • Loading branch information
davidhassell authored Feb 13, 2024
2 parents c20a5a8 + 7134fcf commit eb779fb
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 121 deletions.
7 changes: 7 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ version 3.17.0

**2024-??-??**

* Added the ``cell_measures`` and ``coordinates`` keyword arguments to
`cf.Field.weights`
(https://github.com/NCAS-CMS/cf-python/issues/709)
* Added the ``cell_measures``, ``coordinates``,
``return_cell_measure``, and ``methods`` keyword arguments to
`cf.Field.cell_area`
(https://github.com/NCAS-CMS/cf-python/issues/709)
* Allow `cf.Data` to be initialised with `xarray.DataAarray`
(https://github.com/NCAS-CMS/cf-python/issues/706)
* Fix bug that caused `cf.Field.del_file_location` to fail when
Expand Down
Loading

0 comments on commit eb779fb

Please sign in to comment.