Skip to content

v1.5.0

Compare
Choose a tag to compare
@Neves-P Neves-P released this 06 Mar 12:10
· 37 commits to master since this release
5e8a570

DAISIEutils 1.5.0

  • Allow relaxed-rate DAISIE ML models.
    • This requires new a argument for run_daisie_ml() and setup_model(): par_upper_bound, which sets the upper limit of the integration of a relaxed parameter. This defaults to Inf in the R function and shell scripts, which is no upper bound of integration for the relaxed-rate DAISIE model. This parameter is ignored when using the standard constant-rate case (i.e., not relaxed-rate).
  • Allow 2 type DAISIE ML analyses, handled by run_daisie_2type_ml() and adjacent function setup_2type_model(). Similarly add required R run_daisie_2type_ml.R script and shell scripts submit_run_daisie_2type_ml.sh and submit_run_daisie_2type_ml_long.sh to run said analyses in an HPCC.
  • Package depends on CRAN DAISIE release instead of GitHub repository. Now requires DAISIE >= v4.3.1 to ensure latest ML related bugfixes are used.
  • Add new tests covering new cases.
  • Add Rampal Etienne's details to zenodo release.