diff --git a/NEWS.md b/NEWS.md index d78387de6546d68ee77de534b82d1cb006299fb9..791fc453b99c9f237d38423f06b9e6870432721d 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))