diff --git a/NEWS.html b/NEWS.html index 4f013d13c30e66b3f61e99b4d43492f21f4a0a75..d0a41b5a922dc4733b40b2d1a00db9de612015e6 100644 --- a/NEWS.html +++ b/NEWS.html @@ -203,8 +203,8 @@ div.tocify { </div> -<div id="release-notes-2017-09-07" class="section level3"> -<h3>1.0.9.42 Release Notes (2017-09-07)</h3> +<div id="release-notes-2017-09-12" class="section level3"> +<h3>1.0.9.46 Release Notes (2017-09-12)</h3> <div id="new-features" class="section level4"> <h4>New features</h4> <ul> @@ -507,8 +507,8 @@ div.tocify { <li>Fixed bug in <code>Calibration_HBAN()</code>. The function was not working properly with models having only one parameter.</li> </ul> </div> -<div id="deprectated-and-defunct-4" class="section level4"> -<h4>Deprectated and defunct</h4> +<div id="deprecated-and-defunct" class="section level4"> +<h4>Deprecated and defunct</h4> <ul> <li>The <code>CalibrationAlgo_*()</code> functions were renamed into<code>Calibration_*()</code>.</li> </ul> @@ -582,8 +582,8 @@ div.tocify { <li>The field Multiplier has been added in the ErrorCrit() outputs, to indicate whether the criterion is an error (to minimise) or and efficiency (to maximise). This allows to provide real efficiency values in the outputs e.g. NSE[Q] instead of (-1) × NSE[Q].</li> </ul> </div> -<div id="deprectated-and-defunct-5" class="section level4"> -<h4>Deprectated and defunct</h4> +<div id="deprecated-and-defunct-1" class="section level4"> +<h4>Deprecated and defunct</h4> <ul> <li><code>EfficiencyCrit()</code> have been replaced by <code>ErrorCrit()</code> to avoid misunderstanding (by default, the algorithms minimise the error criterion).</li> </ul> @@ -592,7 +592,7 @@ div.tocify { </div> <div id="release-notes-2014-02-05" class="section level3"> <h3>0.5.2 Release Notes (2014-02-05)</h3> -<div id="deprectated-and-defunct-6" class="section level4"> +<div id="deprectated-and-defunct-4" class="section level4"> <h4>Deprectated and defunct</h4> <ul> <li><p>The <code>SelectPer</code> arguments are replaced by <code>IndPeriod</code> to ease understanding.</p></li> diff --git a/NEWS.md b/NEWS.md index 35d445ea10e209a7fb71fc22e066c361f787639a..a410bc945c097ff1069fe1b4ce21e4ee13f86c76 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ -### 1.0.9.42 Release Notes (2017-09-07) +### 1.0.9.46 Release Notes (2017-09-12) #### New features @@ -314,7 +314,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>. @@ -398,7 +398,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).