diff --git a/docs/Changelog.html b/docs/Changelog.html index a5cf8920eb..15aecc1747 100644 --- a/docs/Changelog.html +++ b/docs/Changelog.html @@ -3,23 +3,22 @@
- - +2023-03-10
+New method: cfdm.Field.del_properties
+(https://github.com/NCAS-CMS/cfdm/issues/241)
New keyword parameter to cfdm.unique_constructs
:
+ignore_properties
(https://github.com/NCAS-CMS/cfdm/issues/240)
New keyword parameter to cfdm.NetCDFArray
: missing_values
+(https://github.com/NCAS-CMS/cfdm/issues/246)
Fixed bug that caused cf.write
to erroneously change external
+netCDF variable names (https://github.com/NCAS-CMS/cfdm/issues/244)
2023-01-26
New class: cfdm.InterpolationSubarray
(https://github.com/NCAS-CMS/cfdm/issues/228)
Relocate the call to NetCDFRead._customize_read_vars
to earlier in
NetCDFRead.read
(https://github.com/NCAS-CMS/cfdm/issues/233)
Fixed bug that caused incorrect formula terms in output netCDF files +in some cases (https://github.com/NCAS-CMS/cfdm/issues/242)
2022-10-31
New method: cfdm.Data.get_tie_point_indices
2022-08-17
- +2022-07-18
Upgrade to allow cfdm to work with Python 3.10 @@ -218,9 +235,9 @@
2022-03-10
Fixed bug that caused a failure from cfdm.write
when writing
@@ -232,10 +249,10 @@
New dependency: packaging>=20.0
Changed dependency: cftime>=1.6.0
2022-01-31
Fixed bug that caused a cfdm.write
failure when a vertical
@@ -245,10 +262,10 @@
itertools.chain
object
(https://github.com/NCAS-CMS/cfdm/issues/170)2021-10-12
Fixed bug that prevented some geometry coordinates being written to @@ -259,10 +276,10 @@
Fixed bug in cf.Field.get_domain
when there are climatological
time axes (https://github.com/NCAS-CMS/cfdm/issues/159)
2021-09-21
- +2021-05-25
Construct access API changes @@ -317,10 +334,10 @@
Changed dependency: cftime>=1.5.0
Changed dependency: netCDF4>=1.5.4
2020-12-18
The setting of global constants can now be controlled by a context @@ -330,10 +347,10 @@
Changed dependency: cftime>=1.3.0
2020-10-09
Python 3.5 support deprecated (3.5 was retired on 2020-09-13)
Fixed bug that prevented the writing of multiple fields to netCDF when at least one dimension was shared between some of the fields.
2020-07-24
Removed Python 2.7 support @@ -401,19 +418,19 @@
Changed dependency: cftime>=1.2.1
Removed dependency: future
2020-06-10
Fixed bug that prevented the reading of certain netCDF files, such as those with at least one external variable.
2020-06-08
Added new example field 7
to cfdm.example_field
.
2020-04-30
- +2020-04-24
Added time coordinate bounds to the polygon geometry example field @@ -463,10 +480,10 @@
2020-04-16
Improved source code highlighting in links from the documentation @@ -474,10 +491,10 @@
Fixed bug that erroneously required netCDF geometry container
variables to have a geometry_dimension
netCDF attribute.
2020-03-23
First release for CF-1.8 (does not include netCDF hierarchical @@ -504,10 +521,10 @@
Fixed bug whereby cfdm.Field.has_construct
would try to delete the
construct rather than check whether it existed.
2019-11-27
New methods: cfdm.Field.compress
, cfdm.Field.uncompress
Changed the default value of the ignore_compression
parameter to
True
.
2019-11-14
- +2019-11-07
Fixed bug relating to setting of parameters on datum and coordinate conversion objects of coordinate conversion constructs (https://github.com/NCAS-CMS/cfdm/issues/6).
2019-10-04
During writing to netCDF files, ensured that _FillValue and @@ -553,10 +570,10 @@
Now reads CDL files (https://github.com/NCAS-CMS/cfdm/issues/5)
2019-06-13
Don’t set the fill mode for a netCDF4.Dataset
open for writing to
@@ -564,30 +581,30 @@
Updated documentation
2019-06-05
Added attributes _ATOL
and _RTOL
to facilitate subclassing.
Fixed bug in cfdm.Field.convert
.
Fixed bug in cfdm.core.constructs.new_identifier
.
2019-05-15
- +2019-05-14
Changed behaviour of cfdm.Constructs.filter_by_axis
.
2019-04-24
- +2019-04-05
- +2019-04-02
New methods cfdm.Constructs.clear_filters_applied
,
@@ -676,17 +693,17 @@