Skip to content

Commit

Permalink
Update version number and add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabern authored Aug 20, 2024
1 parent ccfe68c commit 19efd99
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
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`

0 comments on commit 19efd99

Please sign in to comment.