Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Jun 4, 2020
1 parent 0c5f1bb commit f19face
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Package: downscaleR
Depends:
R(>= 3.5.0),
transformeR(>= 2.0.0)
transformeR(>= 2.0.1)
Imports:
reticulate,
lubridate,
deepnet,
glmnet,
abind,
Expand All @@ -26,8 +25,8 @@ Suggests:
rmarkdown
Type: Package
Title: A climate4R package for statistical downscaling <http://meteo.unican.es/climate4r>
Version: 3.3.0
Date: 2020-05-23
Version: 3.3.1
Date: 2020-06-04
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Joaquín Bedia <[email protected]> [aut, cre]",
Expand All @@ -46,7 +45,7 @@ Authors@R: as.person(c(
BugReports: https://github.com/SantanderMetGroup/downscaleR/issues
URL: http://www.meteo.unican.es/climate4r
Encoding: UTF-8
Description: Tools for climate data calibration (bias correction, qauntile mapping etc.) and perfect-prog downscaling, as part of climate4R bundle (<http://meteo.unican.es/climate4R>). Focused on daily data, downscaleR is conceived for dealing also with seasonal forecast ensemble predictions.
Description: Tools for climate data calibration (bias correction, quantile mapping etc.) and perfect-prog downscaling, as part of the climate4R framework (<http://meteo.unican.es/climate4R>).
License: GPL (>= 3)
LazyData: true
RoxygenNote: 7.1.0
Expand Down
8 changes: 6 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@ See the [Releases section](https://github.com/SantanderMetGroup/downscaleR/relea
## v3.3.0 (23 May 2020)
* Update examples and other minor updates to include the new datasets from climate4R.datasets

## v3.3.1 (ongoing)
* New parameter in downscaleTrain: 'predict', to return the prediction in the train set
## v3.3.1 (04 Jun 2020)

* New parameter in downscaleTrain: 'predict', to return the prediction in the train set
* Internal flag to force non-overlapping nearest-neighbour application within `biasCorrection` (recommended for chunking, depends on transformeR >= 2.0.1)
* Avoid dependency from lubridate
* Other minor changes and documentation updates

0 comments on commit f19face

Please sign in to comment.