From c9036a46ac9fa8942d256772fded9e3cc1c9e4fb Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Wed, 14 Oct 2020 15:09:17 +0200
Subject: [PATCH] v1.4.4.0 docs: NEWS file updated Refs #62

---
 DESCRIPTION | 4 ++--
 NEWS.md     | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index d2d49149..1212e227 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 6862db94..2db6e0bb 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
 
-- 
GitLab