Skip to content

Commit

Permalink
Merge pull request #62 from cemac/update_description_v105
Browse files Browse the repository at this point in the history
Updating the description since introducing the fix for version 1.0.5
  • Loading branch information
AnneBarber1 authored Jul 24, 2024
2 parents 014b6b5 + 72f1892 commit fb8b5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,5 @@ The new vocabulary YAML file will be created in the CFizer source code directory
1.0.3 Includes the following fixes: 1) Adds checking for empty DsGroup filepath collections; 2) Adds check for availability of reference variables for converting perturbation values; 3) Corrects Boolean values in vocabulary in Excel spreadsheet to vocabulary tool; 4) Makes some minor corrections and adds some debugging clarifications. README.md updated to include instructions for installation on HPC systems other than JASMIN. Added maintainer to pyproject.toml.

1.0.4 Although CFizer generates CF-1.10 compliant MONC output, `CF_VERSION` in startup.py has been relabelled as 1.8 instead of 1.10 (this label becomes part of the CFizer'd output metadata) so that output can be run through CEDA's cf-checker, which currently checks up to CF-1.8 - see issue #58 for further details.

1.0.5 Included fix to cfize_ds.py in order to preserve time dimension when splitting datasets.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cfizer"
version = "1.0.4"
version = "1.0.5"
requires-python = ">=3.9"
dependencies = [
"netcdf4>=1.5.7",
Expand Down

0 comments on commit fb8b5a9

Please sign in to comment.