diff --git a/DESCRIPTION b/DESCRIPTION index 9b93803d946e8186a419c165d14984a76e0de620..b8854187910eaad0d0150494435663e9aaad3efe 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.3.2.34 +Version: 1.3.2.35 Date: 2019-09-19 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.rmd b/NEWS.md similarity index 97% rename from NEWS.rmd rename to NEWS.md index 6421fb568f6ed2ca113833875f0339b71547f5a0..db3bdbd570436f0b834d79d85639538db2fd83ea 100644 --- a/NEWS.rmd +++ b/NEWS.md @@ -1,34 +1,24 @@ ---- -title: "Release History of the airGR Package" -output: - html_document: - toc: true - toc_float: true - depth: 3 # upto three depths of headings (specified by #, ### and ###) - number_sections: false ### if you want number sections at each table header - theme: united # many options for theme, this one is my favorite. - highlight: tango # specifies the syntax highlighting style - keep_md: false ---- +## Release History of the airGR Package +### 1.3.2.35 Release Notes (2019-09-19) -### 1.3.2.31 Release Notes (2019-09-18) +#### Version control and issue tracking +- Users can now track changes (<code>https://gitlab.irstea.fr/HYCAR-Hydro/airgr</code>) and issues (<code>https://gitlab.irstea.fr/HYCAR-Hydro/airgr/issues</code>). #### Bug fixes -- Fixed bug in <code>RunModel_CemaNeige()</code>. The function now runs correctly when <code>IndPeriod_WarmUp = 0L</code> in <code>CreateRunOptions()</code> value without <code>"CumFreq"</code> in order to completely disable the warm-up period (e.g. to perform a forecast form a given initial state). +- Fixed bug in <code>RunModel_CemaNeige()</code>. The function now runs correctly when <code>IndPeriod_WarmUp = 0L</code> in <code>CreateRunOptions()</code> in order to completely disable the warm-up period (e.g. to perform a forecast form a given initial state). - Fixed bug in <code>CreateIniStates()</code>. The function now returns the right number of end states when CemaNeige is used whithout hysteresis. -- Fixed bug in the <code>RunModel_CemaNeige*()</code> functions. G and Gthr end states are no more inversed in the output values. - +- Fixed bug in the <code>RunModel_CemaNeige*()</code> functions. G and Gthr end states are no more inverted in the output values. #### Minor user-visible changes -- spurious flows set to <code>NA</code> into the <code>BasinObs</code> time series of the <code>L0123001</code> dataset. +- Spurious flows set to <code>NA</code> into the <code>BasinObs</code> time series of the <code>L0123001</code> dataset. ____________________________________________________________________________________