From 23445a326e20622b3e028f38cadfc35d3f8fca3f Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Tue, 11 Apr 2023 11:43:02 +0200 Subject: [PATCH] chore: bump to release version 1.7.3 --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2d21cb5d..abe01441 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.7.2 -Date: 2023-04-07 +Version: 1.7.3 +Date: 2023-04-11 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 be027a54..1d9bf089 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,11 +2,13 @@ -### 1.7.2 Release Notes (2023-04-07) +### 1.7.3 Release Notes (2023-04-11) #### CRAN-compatibility updates -- The 'Rmalschains' package is no longer suggested (but the code linked to its use and is always present in the 'param_optim' vignette). +- The 'Rmalschains' package is no longer suggested (but the code linked to its use and is always present in the 'param_optim' vignette). ([#172](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/172)) + +- `.ErrorCrit()` and `.FeatModels` function are no more exported. ([#173](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/173)) ____________________________________________________________________________________ -- GitLab