Skip to content

Releases: geco-bern/map2tidy

v2.1

21 Aug 16:25
3d485be
Compare
Choose a tag to compare

What's Changed

  • Improve naming of files and allow to subset longitudes by @fabern in #7

Full Changelog: v2.0...v2.1

v2.0

20 Aug 09:44
19efd99
Compare
Choose a tag to compare

This breaking release heavily modifies API. Your code working with v1 needs to be changed.

What's New

  • 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

Changes

New Contributors

Full Changelog: https://github.com/geco-bern/map2tidy/commits/v2.0