Releases¶
CF-1.8¶
Version 1.8.6.0 (2020-07-24)
Version 1.8.5 (2020-06-10)
Version 1.8.4 (2020-06-08)
Version 1.8.3 (2020-04-30)
Version 1.8.2 (2020-04-24)
Version 1.8.1 (2020-04-14)
Version 1.8.0 (2020-03-23)
CF-1.7¶
Version 1.7.11 (2019-11-27)
Version 1.7.10 (2019-11-14)
Version 1.7.9 (2019-11-07)
Version 1.7.8 (2019-10-04)
Version 1.7.7 (2019-06-13)
Version 1.7.6 (2019-06-05)
Version 1.7.5 (2019-05-15)
Version 1.7.4 (2019-05-14)
Version 1.7.3 (2019-04-24)
Version 1.7.2 (2019-04-05)
Version 1.7.1 (2019-04-02)
Version 1.7.0 (2019-04-02)
Versioning¶
Version 1.8.6.0 for version 1.8 of the CF conventions.
The version of the CF conventions and the CF data model being used may
be found with the cfdm.CF
function:
>>> import cfdm
>>> cfdm.CF()
'1.8'
This indicates which version of the CF conventions are represented by this release of the cfdm package, and therefore the version can not be changed.
The version identifier of the cfdm package is based on the version of the CF conventions to which it applies, with the addition of extra integer values for updates that apply to the same version of CF. See https://github.com/NCAS-CMS/cfdm/blob/master/CONTRIBUTING.md for details.
>>> cfdm.__version__
'1.8.6.0'