generated from geco-bern/R_proj_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number and add NEWS.md
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |