diff --git a/DESCRIPTION b/DESCRIPTION index d2d491493f047629dbb001538651c898f25caace..1212e2275d6d6bbee6c5d01ee4229f5996567301 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.4.3.91 -Date: 2020-08-26 +Version: 1.4.4.0 +Date: 2020-10-14 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), diff --git a/NEWS.md b/NEWS.md index 6862db949f2e3498c450757325949d5cf850e99e..2db6e0bbf43957e6be536f7e1bd42634c6bccb54 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,12 @@ -### 1.4.3.91 Release Notes (2020-08-26) +### 1.4.4.0 Release Notes (2020-10-14) + +#### New features + +- <code>PE_Oudin()</code> now presents a <code>RunFortran</code> argument to run the code in Fortran or in R. The Fortran mode is the fastest. + #### Version control and issue tracking @@ -25,6 +30,8 @@ - Added output to <code>RunModel_GR2M()</code> function (Ps). +- <code>PE_Oudin()</code> can now run for several locations (i.e. several latitudes) in the Fortran mode (<code>RunFortran = TRUE</code>). In this case <code>Lat</code> must be of the same length as <code>Temp</code>. + #### Minor user-visible changes