Skip to content

Releases: MPIDR/rsocsim

v1.9.14

Choose a tag to compare

@tomthe tomthe released this 26 May 11:10

rsocsim 1.9.14

  • significant performance improvements in retrieve_kin()

v1.9.9

Choose a tag to compare

@tomthe tomthe released this 11 May 17:11

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"

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

Choose a tag to compare

@tomthe tomthe released this 05 Dec 12:54

Added presim_duration_months to download_rates()

Release 1.7.3

Choose a tag to compare

@tomthe tomthe released this 02 Jul 10:38
Bump version to 1.7.3 and update RoxygenNote to 7.3.2 in DESCRIPTION …

v1.5.9

Choose a tag to compare

@tomthe tomthe released this 16 Aug 10:03

fix for mac
remove keyword register

1.5.8

1.5.8 Pre-release
Pre-release

Choose a tag to compare

@tomthe tomthe released this 27 Mar 08:12

1.5.8

getKin() is now retrieve_kin()

Full Changelog: 1.5.7...1.5.8

1.5.7

1.5.7 Pre-release
Pre-release

Choose a tag to compare

@tomthe tomthe released this 17 Mar 14:04

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 Pre-release
Pre-release

Choose a tag to compare

@tomthe tomthe released this 17 Mar 13:28
read output ... bugfixes ... still not ready

problem with the suffix

1.5.6

1.5.6 Pre-release
Pre-release

Choose a tag to compare

@tomthe tomthe released this 16 Mar 13:32
test read_results and getkin...

1.5.5

1.5.5 Pre-release
Pre-release

Choose a tag to compare

@tomthe tomthe released this 16 Mar 09:54

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