File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77[ ![ bsd-3-clause] ( https://img.shields.io/github/license/pp-mo/ugrid-checks )] ( https://github.com/pp-mo/ugrid-checks/blob/main/LICENSE )
88[ ![ black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
99
10- ** Version : 0.1.2 **
10+ ** Version : 0.2.0 **
1111
1212A utility to check netcdf files to the [ UGRID specification] ( http://ugrid-conventions.github.io/ugrid-conventions/ ) .
1313
@@ -243,7 +243,7 @@ Please create an issue in : https://github.com/pp-mo/ugrid-checks
243243
244244## Changelog
245245 * TODO: move to separate file ?
246- * ** v0.2.0** (unreleased )
246+ * [ ** v0.2.0** ] ( https://github.com/pp-mo/ugrid-checks/releases/tag/v0.2.0 )
247247 * [ #45 ] ( https://github.com/pp-mo/ugrid-checks/pull/45 ) implemented all checks on
248248 variable data content, subject to a datasize threshold
249249 * [ #48 ] ( https://github.com/pp-mo/ugrid-checks/pull/48 ) relaxed the requirements
Original file line number Diff line number Diff line change 11from .check import check_dataset
22
33__all__ = ["check_dataset" ]
4- __version__ = "0.2.dev0 "
4+ __version__ = "0.2.0 "
55_cf_version = "1.9"
You can’t perform that action at this time.
0 commit comments