diff --git a/DESCRIPTION b/DESCRIPTION index a68dd0f29478b69a96478b09db143b4d476817cc..d5e6224e60c3f9851fae41a8200607def6f69be3 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.0.9.45 +Version: 1.0.9.46 Date: 2017-09-12 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/NEWS.rmd b/NEWS.rmd index f17751160c48cedfa1d5ca7f83514b7fe0190925..cc730197c941e73f33cd48ca6eab86059d780b1f 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -14,7 +14,7 @@ output: -### 1.0.9.42 Release Notes (2017-09-07) +### 1.0.9.46 Release Notes (2017-09-12) #### New features @@ -325,7 +325,7 @@ ________________________________________________________________________________ - Fixed bug in <code>Calibration_HBAN()</code>. The function was not working properly with models having only one parameter. -#### Deprectated and defunct +#### Deprecated and defunct - The <code>CalibrationAlgo_*()</code> functions were renamed into<code>Calibration_*()</code>. @@ -409,7 +409,7 @@ ________________________________________________________________________________ This allows to provide real efficiency values in the outputs e.g. NSE[Q] instead of (-1) × NSE[Q]. -#### Deprectated and defunct +#### Deprecated and defunct - <code>EfficiencyCrit()</code> have been replaced by <code>ErrorCrit()</code> to avoid misunderstanding (by default, the algorithms minimise the error criterion).