Skip to content

Commit 7b9e6b3

Browse files
authored
Merge pull request #598 from davidhassell/unique-constructs
`del_properties` methods, and `ignore_properties` keyword to `cf.unique_constructs`
2 parents e01c942 + bc5d4f0 commit 7b9e6b3

19 files changed

+68
-808
lines changed

Changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ version 3.14.1
33

44
**2023-??-??**
55

6+
* New method: `cf.Field.del_properties`
7+
(https://github.com/NCAS-CMS/cf-python/issues/598)
8+
* New keyword parameter to `cf.unique_constructs`:
9+
``ignore_properties``
10+
(https://github.com/NCAS-CMS/cf-python/issues/597)
611
* Allow `cf.aggregate` and to retain external cell meausures
712
(https://github.com/NCAS-CMS/cf-python/issues/605)
813
* Fixed bug in `cf.Field.collapse` that always retained invalid
914
vertical coordinate reference systems
1015
(https://github.com/NCAS-CMS/cf-python/issues/599)
16+
* Changed dependency: ``1.10.0.3<=cfdm<1.10.1.0``
1117

1218
----
1319

cf/abstract/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
# from .coordinate import Coordinate
2-
from .constructlist import ConstructList

0 commit comments

Comments
 (0)