Skip to content

Releases: KWB-R/fhpredict

Release v0.16.0

26 Oct 11:35
f3130b3

Choose a tag to compare

  • 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() to determine_date_range()

Release v0.15.0

28 May 14:12
952e2f9

Choose a tag to compare

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

28 May 12:05
b27171a

Choose a tag to compare

  • 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

10 Apr 12:36
7ef53db

Choose a tag to compare

  • 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

24 Mar 20:19
7dc8c86

Choose a tag to compare

  • 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

19 Mar 16:26

Choose a tag to compare

Versions of KWB packages that fhpredict depends on are now pinned in the DESCRIPTION file

Release v0.11.0

11 Mar 09:55
eb14204

Choose a tag to compare

Use from/to-date defaults in predict_quality()

Release v0.10.1: Fix bug in predict_quality()

10 Mar 09:37
f11d3f8

Choose a tag to compare

Merge pull request #59 from KWB-R/dev

Patch release v0.10.1: fix bug in predict_quality()

Release v0.10.0

20 Feb 12:48
e6822f7

Choose a tag to compare

Changes (among others):

  • support purification plants and generic inputs
  • remove rows with NA in any column
  • add jitter to E. coli values

Release v0.9.1

21 Nov 14:29
b41dd13

Choose a tag to compare

  • Improve error handling when getting and testing a token
  • Stop if Radolan URLs could not be retrieved
  • Change names of Environment variables closing #21