Skip to content

Commit 73b039e

Browse files
Preparation for 4.1.0 release
1 parent b7a7534 commit 73b039e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
See https://github.com/cedadev/cf-checker/milestones?state=closed for full details of each release.
44

55
-----------------------------------------------------------------
6+
## May 2021
7+
8+
CF Checker release 4.1.0
9+
10+
Development release to include additional checks for CF-1.8
11+
12+
* [#80](https://github.com/cedadev/cf-checker/issues/80): Geometries
13+
* Note this does not yet include support for NetCDF groups.
14+
15+
Various bug fixes:
16+
17+
* [#67](https://github.com/cedadev/cf-checker/issues/67): Allow use of `flag_values`/`flag_meanings` to indicate region names.
18+
19+
* [#83](https://github.com/cedadev/cf-checker/issues/83): Missing check on variables with `standard_name = area_type`
20+
21+
* [#87](https://github.com/cedadev/cf-checker/issues/87): Fix `numpy.float32` error
22+
23+
* [#90](https://github.com/cedadev/cf-checker/issues/90): Various minor bugfixes
24+
625
## October 2019
726

827
CF Checker release 4.0.0

src/cfchecker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.0'
1+
__version__ = '4.1.0'

0 commit comments

Comments
 (0)