From 9f820abbca21fbe7d9d00490e48fff834f9650c5 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 29 Jun 2018 11:22:59 +0200 Subject: [PATCH] v1.0.10.9 NEWS.rmd file updated --- DESCRIPTION | 2 +- NEWS.rmd | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index eb41cb38..254520a9 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.10.8 +Version: 1.0.10.9 Date: 2018-06-29 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/NEWS.rmd b/NEWS.rmd index a4b1e9d2..c7c1d08d 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,9 +14,27 @@ output: -### 1.0.10.7 Release Notes (2018-06-15) +### 1.0.10.9 Release Notes (2018-06-29) +#### Bug fixes + +- Fixed bug in <code>RunModel_GR2M</code>. The function now returns the total precipitation (P) instead of the net rainfall (P1). + + +#### Major user-visible changes + +- <code>RunModel_GR2M</code> now returns more explicit precipitation outputs names. + +- <code>CreateInputsCrit</code> now returns a warning message when the KGE (or KGE') is used with a log transformation on flows. + +- The article reference is corrected. + + +#### Minor user-visible changes + +- The documentation and help of several functions were improved. + ____________________________________________________________________________________ -- GitLab