diff --git a/docs/Changelog.html b/docs/Changelog.html index dd3684e280..2eb294b6de 100644 --- a/docs/Changelog.html +++ b/docs/Changelog.html @@ -37,7 +37,7 @@ -
2022-03-10
+Fixed bug that caused a failure from cfdm.write
when writing
+identical (auxiliary) coordinates to different data variables in
+different groups (https://github.com/NCAS-CMS/cfdm/issues/177)
Fixed bug that caused cf.Domain.__str__
to fail when a dimension
+coordinate construct does not have data
+(https://github.com/NCAS-CMS/cfdm/issues/174)
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
@@ -160,7 +176,7 @@
2021-10-12
Fixed bug that prevented some geometry coordinates being written to @@ -174,7 +190,7 @@
2021-09-21
Python 3.6 support removed @@ -206,7 +222,7 @@
2021-05-25
Construct access API changes @@ -232,7 +248,7 @@
2020-12-18
The setting of global constants can now be controlled by a context @@ -245,7 +261,7 @@
2020-10-09
Python 3.5 support deprecated (3.5 was retired on 2020-09-13)
2020-07-24
Removed Python 2.7 support @@ -316,7 +332,7 @@
2020-06-10
Fixed bug that prevented the reading of certain netCDF files, such @@ -325,7 +341,7 @@
2020-06-08
Added new example field 7
to cfdm.example_field
.
2020-04-30
cfdm.Field.apply_masking
now masks metadata constructs.
2020-04-24
Added time coordinate bounds to the polygon geometry example field @@ -378,7 +394,7 @@
2020-04-16
Improved source code highlighting in links from the documentation @@ -389,7 +405,7 @@
2020-03-23
First release for CF-1.8 (does not include netCDF hierarchical @@ -419,7 +435,7 @@
2019-11-27
New methods: cfdm.Field.compress
, cfdm.Field.uncompress
2019-11-14
New method: cfdm.Field.nc_set_global_attributes
.
2019-11-07
Fixed bug relating to setting of parameters on datum and coordinate @@ -453,7 +469,7 @@
2019-10-04
During writing to netCDF files, ensured that _FillValue and @@ -468,7 +484,7 @@
2019-06-13
Don’t set the fill mode for a netCDF4.Dataset
open for writing to
@@ -479,7 +495,7 @@
2019-06-05
Added attributes _ATOL
and _RTOL
to facilitate subclassing.
2019-05-15
New methods: Datum.nc_has_variable
, Datum.nc_get_variable
,
@@ -499,7 +515,7 @@
2019-05-14
Changed behaviour of cfdm.Constructs.filter_by_axis
.
2019-04-24
New method: cfdm.Constructs.filter_by_size
.
2019-04-05
New mode
parameter options to cfdm.Constructs.filter_by_axis
:
@@ -579,7 +595,7 @@
2019-04-02
New methods cfdm.Constructs.clear_filters_applied
,
@@ -591,7 +607,7 @@
2019-04-02
First release for CF-1.7
Version 1.9.0.2 for version 1.9 of the CF conventions.
+Version 1.9.0.3 for version 1.9 of the CF conventions.
Domain.
auxiliary_coordinates
= <function auxiliary_coordinates>[source]¶Domain.
auxiliary_coordinates
= <function auxiliary_coordinates>[source]¶
Domain.
cell_measures
= <function cell_measures>[source]¶Domain.
cell_measures
= <function cell_measures>[source]¶
Domain.
coordinate_references
= <function coordinate_references>[source]¶Domain.
coordinate_references
= <function coordinate_references>[source]¶
Domain.
coordinates
= <function coordinates>[source]¶Domain.
coordinates
= <function coordinates>[source]¶
Domain.
dimension_coordinates
= <function dimension_coordinates>[source]¶Domain.
dimension_coordinates
= <function dimension_coordinates>[source]¶
Domain.
domain_ancillaries
= <function domain_ancillaries>[source]¶Domain.
domain_ancillaries
= <function domain_ancillaries>[source]¶
Domain.
domain_axes
= <function domain_axes>[source]¶Domain.
domain_axes
= <function domain_axes>[source]¶
Field.
auxiliary_coordinates
= <function auxiliary_coordinates>[source]¶Field.
auxiliary_coordinates
= <function auxiliary_coordinates>[source]¶
Field.
cell_measures
= <function cell_measures>[source]¶Field.
cell_measures
= <function cell_measures>[source]¶
Field.
cell_methods
= <function Field.cell_methods>[source]¶Field.
cell_methods
= <function Field.cell_methods>[source]¶
Field.
coordinate_references
= <function coordinate_references>[source]¶Field.
coordinate_references
= <function coordinate_references>[source]¶
Field.
coordinates
= <function coordinates>[source]¶Field.
coordinates
= <function coordinates>[source]¶
Field.
dimension_coordinates
= <function dimension_coordinates>[source]¶Field.
dimension_coordinates
= <function dimension_coordinates>[source]¶
Field.
domain_ancillaries
= <function domain_ancillaries>[source]¶Field.
domain_ancillaries
= <function domain_ancillaries>[source]¶
Field.
domain_axes
= <function domain_axes>[source]¶Field.
domain_axes
= <function domain_axes>[source]¶
Field.
field_ancillaries
= <function Field.field_ancillaries>[source]¶Field.
field_ancillaries
= <function Field.field_ancillaries>[source]¶
Version 1.9.0.2 for version 1.9 of the CF conventions.
+Version 1.9.0.3 for version 1.9 of the CF conventions.