Skip to content

Commit d7b96cd

Browse files
committed
Increment version number to 0.8.0
1 parent 1352ed3 commit d7b96cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ncdfCF
22
Type: Package
33
Title: Easy Access to NetCDF Files with CF Metadata Conventions
4-
Version: 0.7.0.9000
4+
Version: 0.8.0
55
Authors@R: person("Patrick", "Van Laake", , "patrick@vanlaake.net", role = c("aut", "cre", "cph"))
66
Description: Network Common Data Form ('netCDF') files are widely used for
77
scientific data. Library-level access in R is provided through packages

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ncdfCF (development version)
1+
# ncdfCF 0.8.0
22

33
#### Conventions
44
- Ancillary variables are now associated with the data variables that reference them. They can be added with the `CFVariable::add_ancillary_variable()` method and the list of registered ancillary variables can be retrieved with the `CFVariable$ancillary_variables` field. Ancillary variables are `CFVariable` instances themselves and can have bounds and other data variable properties, and be processed like regular data variables.

0 commit comments

Comments
 (0)