1. 20 Apr, 2023 1 commit
  2. 24 Feb, 2023 1 commit
  3. 23 Feb, 2023 1 commit
  4. 02 Feb, 2023 1 commit
  5. 31 Jan, 2023 1 commit
  6. 27 Jan, 2023 1 commit
  7. 04 Jan, 2023 1 commit
  8. 25 Oct, 2022 1 commit
  9. 15 Sep, 2022 1 commit
  10. 30 Aug, 2022 1 commit
  11. 09 Aug, 2022 1 commit
  12. 12 Jul, 2022 1 commit
    • Thibault Hallouin's avatar
      update to latest evalhyd version · 6ef2ef09
      Thibault Hallouin authored
      which adds a pre-processing functionality to `evald` to
      apply transform functions to streamflow observations and predictions
      prior to the computation of the metrics (new parameters *transform*,
      *exponent*, and *power* are included in the Python API), and which
      includes a few more determinist metrics (i.e. RMSE, KGE, KGEPRIME)
      6ef2ef09
  13. 04 Jul, 2022 2 commits
  14. 03 Jun, 2022 1 commit
  15. 19 May, 2022 1 commit
    • Thibault Hallouin's avatar
      include probabilist with new evalhyd API · 04b4d382
      Thibault Hallouin authored
      Since R does not easily support subpackages/submodules, the
      deterministic `evaluate` function is renamed `evald`, and the newly
      created probabilistic one is named `evalp`. In order to make compile
      the source files (*.cpp) in the probabilistic part of evalhyd, the
      Makevars files needed to do a bit more work to find the source files
      in the evalhyd dependency and place the object files (*.o) in the *src*
      directory for the R package building to find them.
      04b4d382
  16. 18 May, 2022 2 commits
    • Thibault Hallouin's avatar
      fix inverted names for input data · b7a0e84c
      Thibault Hallouin authored
      b7a0e84c
    • Thibault Hallouin's avatar
      update to new evalhyd API (determinist only) · ff6fbfd0
      Thibault Hallouin authored
      The new API of `evalhyd` is centred around two `evaluate` functions,
      one for deterministic evaluation and one for probabilistic evaluation.
      The probabilitist side of things is not header-only anymore, and so
      additional C++ source files needed to be pointed, which is not working
      as of yet. So this version of the R-bindings only exposes the
      determinist `evaluate` function for now. The example Rmarkdown is also
      updated to reflect those changes.
      ff6fbfd0
  17. 10 May, 2022 1 commit
  18. 22 Apr, 2022 1 commit
  19. 20 Apr, 2022 1 commit