diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
| commit | e0c130005ee7adbac9b832ea8157712419d51b7e (patch) | |
| tree | f5c188285ee3abd9edda16a6bb96b6142c80afba /docs/news | |
| parent | f8fdbc3237d12d5511058d2c0c40f3e99debe682 (diff) | |
Update static docs
Diffstat (limited to 'docs/news')
| -rw-r--r-- | docs/news/index.html | 2 | ||||
| -rw-r--r-- | docs/news/index.md | 37 |
2 files changed, 38 insertions, 1 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index c86b3be..6b1dec0 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -57,7 +57,7 @@ </div> <div class="pkgdown-footer-right"> - <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.1.3.</p> + <p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.2.0.</p> </div> </footer></div> diff --git a/docs/news/index.md b/docs/news/index.md new file mode 100644 index 0000000..1b86e03 --- /dev/null +++ b/docs/news/index.md @@ -0,0 +1,37 @@ +# Changelog + +## version 0.6.5 + +- R/PEC_sw_drainage_UK.R: Create a function `drainage_date_UK` that does + not only respect the beginning of the drainage period on 1 October, + but also the end of the drainage period on 30 April, and use it for + determining the degradation time. Applications early in the year + before 1 May will now correctly be calculated without degradation + time. + +- R/PEC_sw_drift.R: Vectorise the function not only with respect to + distances, rates and water depths, but also with respect to crop + groups. Closes issue [\#2](https://github.com/jranke/pfm/issues/2) + reported by Julian Klein ([@juklei](https://github.com/juklei)). + +## version 0.6.4 + +- R/PEC_sw_drainage_uk.R: Fix a bug preventing the function to work of + `latest_application` is set to 29 February. Also, make this function + correctly deal with units. + +- R/twa.R: Fix a bug in plotting one-box models of class `one_box` that + affected plots that displayed a time weighted average. + +- R/PEC_sw_drainage_uk.R: Fix a bug leading to increased PEC values in + the case the application date is after the beginning of the drainage + period and `soil_DT50` was specified. + +## version 0.6.3 + +- R/{PEC_sw_drift,PEC_sw_exposit_runoff,PEC_sw_sed}.R: Make use of the + `units` package. + +- R/PEC_sw_drift.R: Change argument name from ‘crop_group_focus’ to + ‘crop_group_RF’, in order to make it easier to understand the relation + to the ‘drift_data’ argument. |
