Skip to content

Commit

Permalink
Version and README ready for v0.1.2 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Feb 27, 2022
1 parent 047b66d commit e57c58d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![bsd-3-clause](https://img.shields.io/github/license/pp-mo/ugrid-checks)](https://github.com/pp-mo/ugrid-checks/blob/main/LICENSE)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

**Version : 0.1.1 (beta)**
**Version : 0.1.2**

A utility to check netcdf files to the [UGRID specification](http://ugrid-conventions.github.io/ugrid-conventions/).

Expand Down Expand Up @@ -235,11 +235,18 @@ Please refer to code docstrings for more detail.
* [netCDF4](https://github.com/Unidata/netcdf4-python)

## Known Issues
* can't currenly handle mixed-shape faces, due a mistake in A304.
See [#34](https://github.com/pp-mo/ugrid-checks/issues/34)
* none known

## Raising Issues
Please create an issue in : https://github.com/pp-mo/ugrid-checks

## Changelog
* TBA (move to separate file ?)
* TODO: move to separate file ?
* [**v0.1.2**](https://github.com/pp-mo/ugrid-checks/releases/tag/v0.1.2)
* release 2022-02-27
* [#36](https://github.com/pp-mo/ugrid-checks/pull/36) fix to A304
allow face-node-connectivity to have a _FillValue, as this is used for
flexible 2d meshes.
* [**v0.1.1**](https://github.com/pp-mo/ugrid-checks/releases/tag/v0.1.1)
* release 2022-02-24
* [#23](https://github.com/pp-mo/ugrid-checks/pull/23) structure-report bugfixes :
Expand Down
2 changes: 1 addition & 1 deletion lib/ugrid_checks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .check import check_dataset

__all__ = ["check_dataset"]
__version__ = "0.1.1"
__version__ = "0.1.2"
_cf_version = "1.9"

0 comments on commit e57c58d

Please sign in to comment.