From 55fa97f84f807e7fa351193b6f8d70fcb2a3fddb Mon Sep 17 00:00:00 2001 From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv> Date: Fri, 20 Jan 2017 11:08:49 +0100 Subject: [PATCH] v1.0.5.6 add a NEWS file which replaces the airGR-ReleaseNotes.txt file --- DESCRIPTION | 2 +- inst/doc/airGR-ReleaseNotes.txt => NEWS | 25 +++++++++++++++++++++++++ inst/CITATION | 4 ++-- 3 files changed, 28 insertions(+), 3 deletions(-) rename inst/doc/airGR-ReleaseNotes.txt => NEWS (90%) diff --git a/DESCRIPTION b/DESCRIPTION index e1d8c909..06451da7 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 a4232a19..9185f209 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 6e1cb2ee..1633f97d 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 = " ") ) -- GitLab