rbi 1.0.0
CRAN release: 2023-08-15
- add github actions for package checking and testing
- add a vignette with example implementations of the SIR epidemic model
- enable sparse input data
- hard deprecate functions and arguments
rbi 0.10.3
CRAN release: 2020-04-17
- updates to work with the latest version of LibBi
- errors fixed in
sample_obsand chaining - errors fixed in reading and saving
libbiobject
rbi 0.10.2
CRAN release: 2019-07-10
- better error handling
- expanded
summaryfunction - fix in dealing with observation times in
sample_obs
rbi 0.10.1
CRAN release: 2019-01-08
-
preserve_shelloption inremove_linesto keep block options - new
simulatefunction
rbi 0.10.0
CRAN release: 2018-12-11
- Replaced the
sample_obsargument with asample_obsfunction -
output_everyargument for outputs at every n-th time step - Better handling of the external libbi call via the processx package
- Improved error/output handling
-
print_logfunction to inspect the LibBi log - Speed up re-running libbi objects by writing to the same model file
- Big clean-up of code and arguments, deprecating a few obsolete arguments
-
get_tracesnow also reports initial states if they are treated as parameters -
read_libbiandsave_libbinow have an option to split the files up - improved
summaryfunction that can now also print summaries of time-varying variables - new
attach_data, replacingattach_filebut offering vastly improved functionality - improved
rewritefunction to provide correct output
rbi 0.9.1
CRAN release: 2018-05-14
- Fixed a bug in
bi_generate_dataset - Fixed chaining when there are no variables to chain
rbi 0.9.0
CRAN release: 2018-03-06
- Fixed a few bugs when working with multiple dimensions
- New functions:
joinandlogLik - Save supplement when saving a
libbioption - Fixed the
dryoption - Fixed handling of
withoutoptions - Fixed handling of
predictfunction
rbi 0.8.0
CRAN release: 2017-08-14
-
supplementoption tosave_libbito store supplementary information - Temporary directories are now removed when quitting R or collecting garbage
- Improved chaining of
libbicalls - New
attach_filefunction, a more general version of the formeradd_output - New
fileoption forbi_read - Fixed problems with
predict - Fixed add_output when passed a list
- Fixed a bug in writing observation files; extra dimensions are now written in the correct order
- Improved writing of observation files with
nsor other dimensions - Improved error handling:
libbicalls now finish and yield a warning if the call to the libbi executable fails; this makes it possible to inspect the object to diagnose the problem
rbi 0.7.0
CRAN release: 2017-02-06
- The class is now based on S3 classes. Because of this, it plays much nicer with the magrittr and related packages. There are now
strandsummarymethods defined forlibbiobjects, andsample,filterandoptimisecommands for running LibBi - Caching is now supported: multiple calls to
bi_readare much faster - added a testing suite
- Fixed bug in
bi_readwhen reading variables with one dimension -
bi_generate_datasetnow has a seed option -
extract_samplefunction for extracting a single sample from a NetCDF file - new
add_outputoption for reconstructinglibbiobjects - cleaned up code and removed obsolete functions
- Many smaller bug fixes
rbi 0.6.0
CRAN release: 2016-12-23
-
bi_contentsto quickly get the variables in an NetCDF file -
generate_seedto generate a seed for alibbirun - new
sample_obsoption tolibbi$run, to sample posterior observations - improved option handling; there is now only one ‘options’ option
- overloaded subset operators in
bi_model - no more
resultfield in thelibbiobject - new vignette: Introduction to rbi
- Fixed bug in
bi_model$get_varsthat didn’t remove all spaces - Fixed bug in reading in the coord dimension(s) in
bi_read - Fixed bug in
bi_model$fixthat ignored input variables
rbi 0.5.0
CRAN release: 2016-11-18
-
clientis now an option tolibbi$run - Fix bug in parsing options in
libbi$initialize - Fix bug in
get_tracesif there is only one sample -
bi_model$insert_linescan now work with blocks - Improve cloning, where all initialising parameters can now be passed
rbi 0.4.1
CRAN release: 2016-10-18
- Change package name to lower case
- Tidy up for CRAN submission
- Fix finding libbi path
- Fix handling of config options (#2, @tyler-abbot)
- Fix options in
bi_generate_dataset(#3, #5, @tyler-abbot) - Fix demos (#1, #6, @tyler-abbot)
- Remove
stringrdependency
rbi 0.4
- Guess time dimension in netCDF files
- Bug fixes to better deal with multiple coordinate variables
-
burninoption toget_traces - Reduce memory use when thinning
rbi 0.3
- Bug fixes in
bi_write - Improve dealing with different types of dimensions, including introduction of the
coord_dimoption inbi_write -
bi_generate_datasetnow returns observations - Remove
Rcppdependency