diff --git a/DESCRIPTION b/DESCRIPTION index aa78734..88aa7a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: map2tidy Title: Map Spatio-temporal NetCDF Stacks Along Time -Version: 1.0.0.9001 +Version: 2.0.0 Authors@R: person( given = "Benjamin", diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..81cfca4 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,15 @@ +# map2tidy v2.0 + +* Public release after refactored code + +New sine previous version: +* Improve robustness: + - `map2tidy` can now handle hourly data (using pkg `CFtime`) + - generally more automatic handling of NetCDF files. +* Streamline API: + - function calls require less user input. Since more information is robustly derived from the data itself, the use of various data sets is facilitated. + - Namely: get rid of input arguments: `timedimnam`, `noleap`, `res_time` +* Improve Verbosity: + - `map2tidy` now reports what it is doing + - `map2tidy` now suggests alternatives if user input is wrong, e.g. typos or wrong names of ‘longituded’ etc… + - [ ] unsolved: when `ncores > 1` verbosity remains low, since `message()` does not get printed from within `multidplyr` \ No newline at end of file