Skip to content

Commit

Permalink
Pre-documentation-publication release checklist items
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed May 25, 2021
1 parent 0c79ac5 commit 834b1e2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version 3.9.0
-------------
----

**2021-05-18**
**2021-05-25**

* Construct access API changes
(https://github.com/NCAS-CMS/cf-python/issues/201,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The `cf` package can:

* create new field constructs in memory,

* write field constructs to netCDF datasets on disk,
* write and append field constructs to netCDF datasets on disk,

* read, write, and create coordinates defined by geometry cells (*new
in version 3.2.0*),
Expand Down
4 changes: 2 additions & 2 deletions cf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* create subspaces of field constructs,
* write field constructs to netCDF datasets on disk,
* write and append field constructs to netCDF datasets on disk,
* incorporate, and create, metadata stored in external files (*new in
version 3.0.0*),
Expand Down Expand Up @@ -81,7 +81,7 @@
"""

__Conventions__ = "CF-1.8"
__date__ = "2021-05-17"
__date__ = "2021-05-25"
__version__ = "3.9.0"

_requires = (
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Required
* `cfdm <https://pypi.org/project/cfdm/>`_, version 1.8.9.0 or up to,
but not including, 1.8.10.0.

* `cfunits <https://pypi.org/project/cfunits/>`_, version 3.3.2 or newer.
* `cfunits <https://pypi.org/project/cfunits/>`_, version 3.3.3 or newer.

* `psutil <https://pypi.org/project/psutil/>`_, version 0.6.0 or newer.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The cf package can:

* create subspaces of field constructs,

* write field constructs to netCDF datasets on disk,
* write and append field constructs to netCDF datasets on disk,

* incorporate, and create, metadata stored in external files (*new in
version 3.0.0*),
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Version |release| for version |version| of the CF conventions.
**CF-1.8**
----------

* `version 3.9.0 <https://ncas-cms.github.io/cf-python/3.9.0>`_ (2021-05-17)
* `version 3.9.0 <https://ncas-cms.github.io/cf-python/3.9.0>`_ (2021-05-25)
* `version 3.8.0 <https://ncas-cms.github.io/cf-python/3.8.0>`_ (2020-12-18)
* `version 3.7.0 <https://ncas-cms.github.io/cf-python/3.7.0>`_ (2020-10-13)
* `version 3.6.0 <https://ncas-cms.github.io/cf-python/3.6.0>`_ (2020-07-24)
Expand Down
2 changes: 2 additions & 0 deletions docs/source/spelling_false_positives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ hasbounds
hasdata
hashable
hasprop
Hassell
hdf
HDF
Hovmuller
Expand Down Expand Up @@ -222,6 +223,7 @@ Januarys
Javier
jja
kB
Kinoshita
Kristian
kwargs
lat
Expand Down
3 changes: 1 addition & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following file types can be read:
..
* Files in `CDL format
<https://www.unidata.ucar.edu/software/netcdf/docs/netcdf_utilities_guide.html>`_,
<https://www.unidata.ucar.edu/software/netcdf/docs/netcdf_working_with_netcdf_files.html>`_,
with or without the data array values.

..
Expand Down Expand Up @@ -6909,4 +6909,3 @@ if any, are filtered out.
.. _indexed contiguous: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#_ragged_array_representation_of_time_series_profiles
.. _geometries: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#geometries
.. _Hierarchical groups: http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#groups
,c
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def compile():
* create new field constructs in memory,
* write field constructs to netCDF datasets on disk,
* write and append field constructs to netCDF datasets on disk,
* read, write, and create coordinates defined by geometry cells.
Expand Down

0 comments on commit 834b1e2

Please sign in to comment.