From 71bcb161cbd72b2bbc5bdefa76d14a99c56dda2f Mon Sep 17 00:00:00 2001 From: David Hassell Date: Wed, 6 Dec 2023 14:16:16 +0000 Subject: [PATCH] preparation for v1.11.0.0 --- Changelog.rst | 2 +- cfdm/core/__init__.py | 2 +- cfdm/functions.py | 12 +++++++----- codemeta.json | 8 ++++---- docs/source/installation.rst | 2 +- docs/source/releases.rst | 2 +- 6 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index 957c01c60..552619f0b 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,7 +1,7 @@ Version 1.11.0.0 ---------------- -**2023-??-??** +**2023-12-06** * Python 3.7 support removed (https://github.com/NCAS-CMS/cfdm/issues/274) diff --git a/cfdm/core/__init__.py b/cfdm/core/__init__.py index 0d027808b..d89e4aba2 100644 --- a/cfdm/core/__init__.py +++ b/cfdm/core/__init__.py @@ -11,7 +11,7 @@ """ -__date__ = "2023-??-??" +__date__ = "2023-12-06" __cf_version__ = "1.11" __version__ = "1.11.0.0" diff --git a/cfdm/functions.py b/cfdm/functions.py index b630a48ec..bb05698a3 100644 --- a/cfdm/functions.py +++ b/cfdm/functions.py @@ -324,10 +324,11 @@ def environment(display=True, paths=True): Python: 3.9.12 /home/user/miniconda3/bin/python netCDF4: 1.6.0 /home/user/miniconda3/lib/python3.9/site-packages/netCDF4/__init__.py numpy: 1.22.3 /home/user/miniconda3/lib/python3.9/site-packages/numpy/__init__.py - cfdm.core: 1.10.0.0 /home/user/miniconda3/lib/python3.9/site-packages/cfdm/core/__init__.py + cfdm.core: 1.11.0.0 /home/user/miniconda3/lib/python3.9/site-packages/cfdm/core/__init__.py + scipy: 1.11.3 /home/user/miniconda3/lib/python3.11/site-packages/scipy/__init__.py cftime: 1.6.1 /home/user/miniconda3/lib/python3.9/site-packages/cftime/__init__.py netcdf_flattener: 1.2.0 /home/user/miniconda3/lib/python3.9/site-packages/netcdf_flattener/__init__.py - cfdm: 1.10.0.0 /home/user/miniconda3/lib/python3.9/site-packages/cfdm/__init__.py + cfdm: 1.11.0.0 /home/user/miniconda3/lib/python3.9/site-packages/cfdm/__init__.py >>> cfdm.environment(paths=False) HDF5 library: 1.12.1 @@ -335,10 +336,11 @@ def environment(display=True, paths=True): Python: 3.9.12 netCDF4: 1.6.0 numpy: 1.22.3 - cfdm.core: 1.10.0.0 + cfdm.core: 1.11.0.0 + scipy: 1.11.3 cftime: 1.6.1 netcdf_flattener: 1.2.0 - cfdm: 1.10.0.0 + cfdm: 1.11.0.0 """ out = core.environment(display=False, paths=paths) # get all core env @@ -391,7 +393,7 @@ def CF(): **Examples** >>> CF() - '1.10' + '1.11' """ return __cf_version__ diff --git a/codemeta.json b/codemeta.json index 5cd678303..0da77a6c3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -19,12 +19,12 @@ ], "identifier": "", "codeRepository": "https://github.com/NCAS-CMS/cfdm", - "datePublished": "2023-08-31", - "dateModified": "2023-08-31", - "dateCreated": "2023-08-31", + "datePublished": "2023-12-06", + "dateModified": "2023-12-06", + "dateCreated": "2023-12-06", "description": "A Python reference implementation of the CF data model.", "keywords": "cf, metadata, netcdf, python", "license": "MIT", "title": "cfdm", - "version": "1.10.1.2" + "version": "1.11.0.0" } diff --git a/docs/source/installation.rst b/docs/source/installation.rst index def0c8781..ad36e5bee 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -91,7 +91,7 @@ To install from source: 1. Download the cfdm package from https://pypi.org/project/cfdm 2. Unpack the library (replacing ```` with the version that - you want to install, e.g. ``1.10.0.3``): + you want to install, e.g. ``1.11.0.0``): .. code:: console diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 373e1387b..7022e46cb 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -16,7 +16,7 @@ Documentation for all versions of cfdm. **CF-1.11** ----------- -* `Version 1.11.0.0 `_ (2023-12-??) +* `Version 1.11.0.0 `_ (2023-12-06) **CF-1.10** -----------