From 441757d29a45b586c6cae391b5a3c2842ede482e Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Mon, 23 Sep 2019 11:52:25 +0200 Subject: [PATCH] v1.3.2.44 CLEAN: minor type revision in the NEWS file --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 081a0106..2a007227 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.3.2.43 +Version: 1.3.2.44 Date: 2019-09-23 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 84845bfb..e6ac0022 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.3.2.43 Release Notes (2019-09-23) +### 1.3.2.44 Release Notes (2019-09-23) #### CRAN-compatibility updates @@ -138,7 +138,7 @@ ________________________________________________________________________________ - <code>.FortranOutputs()</code> private function added to manage Fortran outputs. -- Outputs of frun_GR2M Fortran subroutine were reordered. +- Outputs of <code>frun_GR2M</code> Fortran subroutine were reordered. - <code>DataAltiExtrapolation_Valery()</code> now returns named elements of lists relative to elevation layer. @@ -335,6 +335,7 @@ ________________________________________________________________________________ ### 1.0.4 Release Notes (2017-01-18) + #### New features - <code>RunModel_CemaNeige()</code>, <code>RunModel_CemaNeigeGR4J()</code>, <code>RunModel_CemaNeigeGR5J()</code> and <code>RunModel_CemaNeigeGR6J()</code> now return air temperature for each elevation layer. @@ -356,6 +357,7 @@ ________________________________________________________________________________ ### 1.0.3 Release Notes (2016-12-09) + #### New features - <code>ErrorCrit_*()</code> functions gain a <code>warnings</code> argument to replace the verbose action and the <code>verbose</code> argument now prints the criterion value(s). @@ -420,6 +422,7 @@ ________________________________________________________________________________ ### 1.0.1 Release Notes (2016-04-21) + #### Deprecated and defunct - The <code>Calibration_HBAN()</code> and <code>DataAltiExtrapolation_HBAN()</code> functions have respectively been renamed as <code>Calibration_Michel()</code> and <code>DataAltiExtrapolation_Valery()</code> after the names of their creators. @@ -454,6 +457,7 @@ ________________________________________________________________________________ ### 0.8.1.2 Release Notes (2015-08-21) + #### Bug fixes - Fixed bug in <code>CreateInputsModel()</code> that was related to the handling of missing values. -- GitLab