From d800b2a55f8dcce3742a0c77e934ccbe5c1dedbb Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Thu, 7 Jan 2021 18:07:41 +0100 Subject: [PATCH] docs(NEWS): update release history --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d78387de..791fc453 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,7 +21,9 @@ #### Bug fixes -- `TimeLag` of the `SeriesAggreg()` function now runs when `TimeLag >= 3600`. ([#41](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/41)) +- `TimeLag` of the `SeriesAggreg()` function now runs when `TimeLag >= 3600`. +([#41](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/41)) +- `SeriesAggreg()` now runs when the time series contain some columns entirely filled with missing values. ([#43](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/43)) - Fixed bug in `RunModel_GR1A()`. Reversed PotEvap and Precip outputs are now reordered (in the previous versions PotEvap contained the precipitation values and Precip contained the evapotranspiration values, the Qsim values were already correct). ([#65](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/65)) -- GitLab