diff --git a/DESCRIPTION b/DESCRIPTION index bae6fed2f86d812bcff869984b75b4eb1dc62164..e25c06a6bfc72736a6fe4bfcb8edf95689dee3b6 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.6.3.65 -Date: 2020-11-17 +Version: 1.6.3.66 +Date: 2020-11-23 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/NAMESPACE b/NAMESPACE index 8a3f3339bef0d0e68345d3fb2f9168931cf17c1e..a85dc83a6a0446d8c507aab3e641a83b7d95c956 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -59,7 +59,6 @@ export(TransfoParam_GR5J) export(TransfoParam_GR6J) export(TransfoParam_Lag) export(plot.OutputsModel) -exportPattern(".FortranOutputs") exportPattern(".ErrorCrit") diff --git a/NEWS.md b/NEWS.md index 29cfe222b7368dc08d361050d11a9742a795c113..35bfb2f544afa13a6120fa02604616e436fdcd9f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ -### 1.6.3.65 Release Notes (2020-11-17) +### 1.6.3.66 Release Notes (2020-11-23) #### New features @@ -36,7 +36,11 @@ #### Minor user-visible changes -- <code>RunModel_GR1A()</code> now uses the Fortran version of the model code. This code is no longer duplicated: the R version which was used is removed. +- The <code>.FortranOutputs()</code> function is no longer exported in the namespace. + +- <code>RunModel_GR1A()</code> now uses the Fortran version of the model code. This code is no longer duplicated: the R version which was used is removed. ([#65](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/65)) + + - Character argument verification now use partial matching in <code>PE_Oudin()</code> and <code>SeriesAggreg()</code> functions. ([#37](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/37))