Skip to content

Releases: Critical-Infrastructure-Systems-Lab/ldsr

ldsr 0.0.2

21 Apr 03:34
Compare
Choose a tag to compare

API overhaul and code refactoring

  • Ensemble models can now be learned using the same functions as individual model, PCR_reconstruction(), LDS_reconstruction(), cvPCR(), and cvLDS().
  • one_pcr_cv() and one_lds_cv() are exported so that experienced users can work with it directly, skipping argument checks and nested function calls to gain speed.
  • Remove dependence on hydroGOF. All performance metric calculations are now done internally in C++.
  • Bug fixes

Documentation

  • All documentations updated with more details and typos fixed.
  • All functions that are targeted to users now have examples.
  • A different example is now used in the vignette, showcasing station Nakhon Phanom on the Mekong instead of P.1 on the Chao Phraya.

v0.0.1

03 Jan 04:32
Compare
Choose a tag to compare

First release, ready to submit to CRAN.