Skip to content

Commit

Permalink
Update version to 0.2.1 and update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-MET committed Feb 2, 2024
1 parent eb2b34b commit f4a0427
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package: harpPoint
Title: Point verifition for NWP forecasts
Version: 0.2.0.9001
Version: 0.2.1
Authors@R: as.person(c(
"Andrew Singleton <[email protected]> [aut, cre]",
"Alex Deckmyn <[email protected]> [aut]"
))
Description: Functions for computing verification scores for NWP forecasts.
Part of the harp ecosystem.
Depends:
harpCore (>= 0.2.0),
harpCore (>= 0.2.2),
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
Expand All @@ -28,7 +28,7 @@ Imports:
magrittr,
rlang,
stats,
harpIO (>= 0.2.0),
harpIO (>= 0.2.2),
progress,
matrixStats,
SpecsVerification,
Expand All @@ -39,8 +39,8 @@ Imports:
hexbin,
tidyselect
Remotes:
harphub/harpCore@develop,
harphub/harpIO@develop
harphub/harpCore@v0.2.2,
harphub/harpIO@v0.2.2
URL: https://github.com/harphub/harpPoint
BugReports: https://github.com/harphub/harpPoint/issues
Suggests:
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# harpPoint v0.2.1

* HOTFIX released on 2nd February 2024

* Fixes a bug that caused errors in `check_obs_against_fcst()` for deterministic
forecasts

* Fixes bug that meant `lag_forecast()` and `shift_forecast()` did not accept
the harp >= v0.2.0 column naming convention

# harpPoint v0.2.0

This is a major update. Most of the changes are internal, but there are some
Expand Down

0 comments on commit f4a0427

Please sign in to comment.