diff --git a/DESCRIPTION b/DESCRIPTION index 497f8c0..8d3cd7b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: harp Title: harp -Version: 0.2.1 +Version: 0.2.2 Authors@R: as.person(c( "Andrew Singleton [aut, cre]", "Alex Deckmyn [aut]" @@ -10,14 +10,16 @@ License: Apache License (>= 2.0) Encoding: UTF-8 LazyData: true Depends: - harpIO (>= 0.2.1), - harpPoint (>= 0.2.0), - harpVis (>= 0.2.1), + harpCore (>= 0.2.2), + harpIO (>= 0.2.2), + harpPoint (>= 0.2.1), + harpVis (>= 0.2.2), harpSpatial Remotes: - harphub/harpIO@v0.2.1, - harphub/harpPoint@v0.2.0, - harphub/harpVis@v0.2.1, + harphub/harpCore@v0.2.2, + harphub/harpIO@v0.2.2, + harphub/harpPoint@v0.2.1, + harphub/harpVis@v0.2.2, harphub/harpSpatial URL: https://github.com/harphub/harp BugReports: https://github.com/harphub/harp/issues diff --git a/NEWS.md b/NEWS.md index badcba4..2d276e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,36 @@ +# harp v0.2.2 + +* Hotfixes for harpCore, harpIO, harpPoint and harpVis + +## harpCore + +* `define_domain()` has been improved so that it can take a _proj_ string, +e.g. `"+proj=lcc +lon_0=15 +lat_0=63.3 +lat_1=63.3 +lat_2=63.3 +R=6371000"` as +the `proj` argument. + +* `geo_reproject()` has been added to enable data frames with latitude and +longitude columns to be expressed in projection coordinates. + +## harpIO + +* New parameters added to OBSOUL reading. + +* Partial fix of bug that resulted in errors when extracting domain information +from WRF output files - care should be taken when reading data from WRF files +as this is not fully tested. + +## harpPoint + +* Fixed a bug that caused errors in `check_obs_against_fcst()` for deterministic +forecasts + +* Fixed bug that meant `lag_forecast()` and `shift_forecast()` did not accept +the harp >= v0.2.0 column naming convention + +# harpVis + +* added defaults for shinyOptions() in the point verification Shiny app + # harp v0.2.1 * Hotfixes for harpCore, harpIO and harpVis