Skip to content

Commit

Permalink
[skip-ci] bump & NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Feb 1, 2024
1 parent bf52084 commit 240f12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: climr
Title: Downscaling of global climate data
Version: 0.0.1.9001
Date: 25-01-2024
Version: 0.0.1.9002
Date: 01-02-2024
Authors@R: c(
person("Kiri","Daust", email = "[email protected]", role = "aut"),
person("Colin", "Mahony", email = "[email protected]", role = c("aut", "cre"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* argument options in `climr_downscale(..., which_normal)` now match the options of `normal_input(..., normal)`

## Behaviour changes
* `xyz` (argument to `climr_downscale` and `downscale`) must now be a 4 column `data.table` (or coercible class) with `lon`, `lat`, `elev` and `id` columns. All other columns are ignored and NOT returned.
* `xyz` (argument to `climr_downscale` and `downscale`) and `in_xyz` (argument to `get_bb`), must now be a 4 column `data.table` (or coercible class) with `lon`, `lat`, `elev` and `id` columns. All other columns are ignored and NOT returned. Column order no longer matters.

## Bugfixes
* fixed temperature values of composite anomalies
Expand Down

0 comments on commit 240f12e

Please sign in to comment.