Releases: EpiModel/EpiModelHPC
Releases · EpiModel/EpiModelHPC
v2.2.0
EpiModelHPC v2.1.0
Fix bug in last commit with param.file.loc
EpiModelHPC v1.3.0
This version has potentially breaking changes for netsim_hpc
. Users should review the help file for netsim_hpc
and update their scripts accordingly with respect to the cp.save.int
argument, as necessary, before updating.
EpiModel.hpc v1.1.0
- Add a
compress
argument forsavesim
function. - Add
required.pkgs
argument tonetsim_hpc
function. merge_simfiles
function will merge a series of simulations contained in.rda
files.netsim_hpc
can return object if bothsave.min
andsave.max
are set toFALSE
.- Add a
mod_fit
function to assess model fits for equilibrium prevalence or fit to empirical prevalence data. qsub_master
function automatically writes bash shell files given a set of varying input parameters.
EpiModel.hpc v1.0.1
This version addresses comments by CRAN maintainers about the description of Torque systems in the DESCRIPTION file. I systematically clarified what I meant by Torque, replacing this with more general references to a PBS (Portable Batch System), of which Torque is one variety, in the documentation and vignettes.
EpiModel.hpc v1.0
Initial release on CRAN