slendr 0.9.1
-
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 argumentall = (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 argumentsamples =
which will -- when set to a result of a sampling schedule created byschedule_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)