From df50e60c685137789f113c17fb8b6359d5c7b19c Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Tue, 11 Jul 2023 16:37:11 +0200 Subject: [PATCH] chore: bump to release version 0.3.2 --- DESCRIPTION | 4 ++-- NEWS.md | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 01a4146..36e3608 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGRteaching Type: Package Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) -Version: 0.3.1.9000 -Date: 2022-12-15 +Version: 0.3.2 +Date: 2023-07-11 Authors@R: c( person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"), person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 359ad87..6250f05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,19 @@ +### 0.3.2 Release Notes (2023-07-11) + +#### New features + +- `plot.CalGR()` and `plot.SimGR()` gain a `log_scale` argument to display flow time series with a logarithmic scale. ([#71](https://gitlab.irstea.fr/HYCAR-Hydro/airgrteaching/-/issues/71)) + +#### Bug fixes + +- bug fixed in `plot.CalGR()` and `plot.SimGR()`. The functions work well when `log_scale = TRUE` to display flow time series with a logarithmic scale. ([#71](https://gitlab.irstea.fr/HYCAR-Hydro/airgrteaching/-/issues/71)) + + +____________________________________________________________________________________ + ### 0.3.1 Release Notes (2022-12-15) #### New features -- GitLab