diff --git a/docs/Changelog.html b/docs/Changelog.html index 25fc39f26..c1dee9449 100644 --- a/docs/Changelog.html +++ b/docs/Changelog.html @@ -3,8 +3,7 @@
- - +2023-08-31
+Fix bug that prevented “https://” netCDF files from being read +(https://github.com/NCAS-CMS/cfdm/issues/268)
2023-07-21
Fix bug that caused very slow reads of datasets with compession by +
Fix bug that caused very slow reads of datasets with compression by gathering or DSG ragged arrays (https://github.com/NCAS-CMS/cfdm/issues/260)
Fix bug that prevented cfdm.read
from accessing remote files in URL
locations (https://github.com/NCAS-CMS/cfdm/issues/262)
2023-04-26
- +2023-03-10
- +2023-01-26
- +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 @@ -266,9 +275,9 @@
2022-03-10
Fixed bug that caused a failure from cfdm.write
when writing
@@ -280,23 +289,23 @@
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
coordinate reference construct has no coordinates
(https://github.com/NCAS-CMS/cfdm/issues/164)
Fixed bug that caused a failure when downstream identities
methods
-return an itertools.chain
object
+return an itertools.chain
object
(https://github.com/NCAS-CMS/cfdm/issues/170)
2021-10-12
Fixed bug that prevented some geometry coordinates being written to @@ -307,10 +316,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 @@ -365,10 +374,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 @@ -378,10 +387,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 @@ -449,19 +458,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 @@ -511,10 +520,10 @@
2020-04-16
Improved source code highlighting in links from the documentation @@ -522,10 +531,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 @@ -552,22 +561,22 @@
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
New methods: cfdm.Data.flatten
, cfdm.Data.uncompress
New dtype
and mask
keyword parameters to cfdm.Data
Changed the default value of the ignore_compression
parameter to
-True
.
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 @@ -601,10 +610,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
@@ -612,30 +621,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
,
@@ -724,17 +733,17 @@
Version 1.10.1.1 for version 1.10 of the CF conventions.
+Version 1.10.1.2 for version 1.10 of the CF conventions.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
Return the data.
f.data
is equivalent to f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
numpy.ndarray
The compressed array.
+numpy.ndarray
The compressed array.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
str
The construct type.
+str
The construct type.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
numpy.ndarray
The compressed array.
+numpy.ndarray
The compressed array.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
Return the data.
f.data
is equivalent to f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
f.get_data()
Note that a Data
instance is returned. Use its array
-attribute to return the data as a numpy
array.
numpy
array.
The units, calendar and fill value properties are, if set, inserted into the data.
Data-type of the array.
Shape of the array.
numpy.ndarray
The uncompressed array.
+numpy.ndarray
The uncompressed array.
numpy.ndarray
The compressed array.
+numpy.ndarray
The compressed array.
numpy.ndarray
The uncompressed array.
+numpy.ndarray
The uncompressed array.
numpy.ndarray
The compressed array.
+numpy.ndarray
The compressed array.
numpy.ndarray
The uncompressed array.
+numpy.ndarray
The uncompressed array.
numpy.ndarray
The compressed array.
+numpy.ndarray
The compressed array.