Releases: MPIDR/rsocsim
Releases · MPIDR/rsocsim
Release list
v1.9.14
v1.9.9
This release contains several improvements:
rsocsim 1.9.9 (May 2026)
- restore input/output folder naming behavior from version 1.5.9
- new: parallelization!
- one can provide a list of seeds or a list of sup-filenames and all those simulations will be executed in parallel
- read_opop and read_omar will read several result files into one dataframe, if the user supplies a list of seeds or a list of filenames instead of only one seed. These functions increment ids so that ids will not collide.
- printing to the console:
- removed lots of unneccessary print statements
- replaced lots of sprintf statements in the C/C++ code with safer wrapper functions
- most simulation log-file statements are now "debug-level" and will not pollute the log-file
- Making the package CRAN-ready by removing lots of warnings
- fixed some issues/inconsistencies in retrieve_kin and estimate_rates
- added more test simulations
rsocsim 1.9 (March/April 2026)
- improved marriage queue:
- array based index
- 1.9.2: for performance, one can now sample n males instead of all males from the marriage queue
- default marriage_sample_size = 1000
*change in sup-file with the keyword "marriage_sample_size 2000"
- default marriage_sample_size = 1000
rsocsim 1.8.5 (March 2026)
- added a working minimum age check for husbands, defaults to 15 years. Didn't always work before
rsocsim 1.8 (Jan 2026)
- added end2end tests as a preparation for some improvements to the C code
1.7.4
Release 1.7.3
Bump version to 1.7.3 and update RoxygenNote to 7.3.2 in DESCRIPTION …
v1.5.9
1.5.8
1.5.7
rsocsim 1.5.6
- read_opop and read_omar
- works on linux and windows, also with future and clustercall. Mac not tested, linux sometimes flaky
rsocsim 1.5.5
- compiles and runs on Linux again
- reorganized contributed code from Liliana and Mallika
- todo: tests for contributed code. how to use these functions?
- todo: install and run on Mac
1.5.6.1
1.5.6
1.5.5
rsocsim 1.5.5
• compiles and runs on Linux again
• reorganized contributed code from Liliana and Mallika
• todo: tests for contributed code. ho
• how to use these functions?
• todo: install and run on Mac
rsocsim 1.5.4
- Max age 200 years
- new command for sup files: marriage_after_childbirth 1
- allows simulations without marriage rates
- mothers will marry immediately before childbirth if not married already