Skip to content

0.1.5 - Minor release

Compare
Choose a tag to compare
@benjeffery benjeffery released this 09 Jun 13:24
· 401 commits to main since this release
7c4afeb

Changelog:

  • Added the time_units parameter to tsdate.date, allowing users to specify
    the time units of the dated tree sequence. Default is "generations".

  • Added the return_posteriors parameter to tsdate.date. If True, the function
    returns a tuple of (dated_ts, posteriors).

  • mutation_rate is now a required argument in tsdate.date and tsdate.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