Releases: KWB-R/fhpredict
Releases · KWB-R/fhpredict
Release v0.16.0
- fix bug in
predict_quality(): Distinguish between the range of days to be predicted and the range of days of which to load data (one day less) - changes by Wolfgang Seis: fix bug in
test_beta(), change model selection/sorting - rename
determine_days_to_predict()todetermine_date_range()
Release v0.15.0
predict_quality():
- Set the defaults for both "from" and "to" to the current day.
- Add argument "radolan_time" that is passed to import_new_data().
- By default "radolan_time" is set to the last available time for the day given in "from".
Release v0.14.0
- Fix bug in api_replace_predictions(): do not fail on missing data in db
- Fix bug in get_indipendent_variables(): use all.vars()
- predict_quality(): Add argument "return_debug_info"
- provide_input_data():
- Add argument "require_hygiene"
- Actually return purification plant and generic time series
Release v0.13.0
- Let
predict_quality()not delete all existing predictions before adding the
new predictions. Instead, update predictions that already exist in the
database with PUT and add only those new predictions with POST that are not
yet in the database. - Remove arg "user_id" from
determine_days_to_predict()-> do not read
prediction period from a special bathing spot "Vorhersagedatum". - Avoid date duplicates by calculating daily means
within predict_quality() - Create only four plots (remove "Modellimplikationen")
Release v0.12.0
- Do not filter time series' for the summer period
- Add new (private) function get_model_overview()
- Add argument "import" to predict_quality() -> allow to skip rain data import
Release v0.11.1
Versions of KWB packages that fhpredict depends on are now pinned in the DESCRIPTION file
Release v0.11.0
Use from/to-date defaults in predict_quality()
Release v0.10.1: Fix bug in predict_quality()
Merge pull request #59 from KWB-R/dev Patch release v0.10.1: fix bug in predict_quality()
Release v0.10.0
Changes (among others):
- support purification plants and generic inputs
- remove rows with
NAin any column - add jitter to E. coli values
Release v0.9.1
- Improve error handling when getting and testing a token
- Stop if Radolan URLs could not be retrieved
- Change names of Environment variables closing #21