diff --git a/DESCRIPTION b/DESCRIPTION index e1d8c9099c5d7f697b13f90ec4b0a66a1dd6c887..06451da7dce3233f3b9a2dae35abe6260e1f2bd1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR hydrological models for precipitation-runoff modelling -Version: 1.0.5.5 +Version: 1.0.5.6 Date: 2017-01-19 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/inst/doc/airGR-ReleaseNotes.txt b/NEWS similarity index 90% rename from inst/doc/airGR-ReleaseNotes.txt rename to NEWS index a4232a197cc28f0587a232080153857d5b5981ff..9185f2095e869bd750a33ce2616326184ce919f0 100644 --- a/inst/doc/airGR-ReleaseNotes.txt +++ b/NEWS @@ -1,3 +1,27 @@ + +RELEASE HISTORY OF THE airGR PACKAGE + + +#### 1.0.5.6 RELEASE NOTES ########################### + +- Bug fixed in DataAltiExtrapolation_Valery(). The elevation gradients for air temperature returned by CreateInputsModel() are improved. + +- DataAltiExtrapolation_Valery() and CreateInputsModel() now present a PrecipScale argument which allows rescaling precipitation when it is interpolated on the elevation layers when CemaNeige is used. + +- DataAltiExtrapolation_Valery() has been improved. DataAltiExtrapolation_Valery() now runs faster (and by consequence CreateInputsModel() too when CemaNeige is used). + + +#### 1.0.4 RELEASE NOTES ########################### + +- RunModel_CemaNeigeGR4J, RunModel_CemaNeigeGR5J() and RunModel_CemaNeigeGR6J() now return air temperature for each elevation layer. + +- S3 plot method defined for OutputsModel objects. It means that the plot_OutputsModel() function is deprecated and his use has been replaced by the use of plot.OutputsModel() or plot(). + +- In plot.OutputsModel() the PlotChoice argument is deprecated and has been renamed "which". + +- plot.OutputsModel() displays air temperature time series for each layer when CemaNeige is used (argument which = "Temp" or "all"). + + #### 1.0.3 RELEASE NOTES ########################### - Bug fixed when StartParamList or StartParamDistrib arguments are used in the CreateCalibOptions() function. @@ -8,6 +32,7 @@ - ErrorCrit*() functions gain a warnings argument to replace the verbose action and the verbose argument now prints the criterion value(s). + #### 1.0.2 RELEASE NOTES ########################### - The RunModel_GR6J() and RunModel_CemaNeigeGR6J() models were modified back to versions previous to 1.0.1 to prevent from unwanted efficiency criteria deterioration related to the calibration with Calibration_Michel(). diff --git a/inst/CITATION b/inst/CITATION index 6e1cb2ee82942175568d45c08a83594ca3501a8b..1633f97d32c96b0f58a170c90d66efc4eaf8f1bb 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -18,13 +18,13 @@ citEntry(entry="Manual", author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")), journal = "R News", year = "2017", - note = "R package version 1.0.5.5", + note = "R package version 1.0.5.6", url = "https://webgr.irstea.fr/airGR/?lang=en", textVersion = paste("Coron, L., Perrin, C. and Michel, C.", "(2017).", "airGR: Suite of GR hydrological models for precipitation-runoff modelling.", - "R package version 1.0.5.5.", + "R package version 1.0.5.6.", "https://webgr.irstea.fr/airGR/?lang=en.", sep = " ") )