0.1.5 - Minor release
Changelog:
-
Added the
time_units
parameter totsdate.date
, allowing users to specify
the time units of the dated tree sequence. Default is"generations"
. -
Added the
return_posteriors
parameter totsdate.date
. If True, the function
returns a tuple of(dated_ts, posteriors)
. -
mutation_rate
is now a required argument intsdate.date
andtsdate.get_dates
-
tsdate returns an error if users attempt to date an unsimplified tree sequence.
-
Updated tsdate citation information to cite the recent Science paper
-
Support for Python 3.10