Skip to content

slendr 0.9.1

Latest
Compare
Choose a tag to compare
@bodkan bodkan released this 22 Feb 13:19
· 30 commits to main since this release
  • A new helper function get_env() now returns the name of the built-in slendr Python environment (without activating it). (#162ccc)

  • clear_env() now has a new argument all = (TRUE|FALSE) which allows deleting all slendr Python environments. Previously, the function always removed only the recent environment, which lead to the accumulation of potentially large number of slendr environments over time. (#8707b9)

  • plot_model() has a new optional argument samples = which will -- when set to a result of a sampling schedule created by schedule_sampling() -- visualize the counts of samples to be recorded at each given time-point. (#d72ac5)

  • The msprime dependency of slendr has been updated to version 1.3.1. As a result, setup_env() will have to be re-run to update the internal slendr Python environment. (#dcb83d)