Skip to content

Releases: acorg/beast2-xml

New methods for extracting data from a xml

10 Dec 21:55
1271f2f

Choose a tag to compare

  • extract_youngest_year_decimal
  • extract_rate_change_reverse_times

Method for fixing values in dimension to 0.

24 Nov 16:52
6685312

Choose a tag to compare

add_rate_change_dates has an offset_earliest option to account for #21.

Method for fixing values in dimension.

18 Nov 19:17
aa4d75e

Choose a tag to compare

Method beast2xml.fix_first_few_dimension_values fixes the first few dimension values for a parameter. This is a great way to fix the sampling proportion to 0 for the period before the first sample.

1.3.9

17 Nov 17:53
cdaac92

Choose a tag to compare

Fixing bug in adding change dates.

Fixing bug in adding change dates.

14 Nov 15:45
12a154d

Choose a tag to compare

1.3.8

Fixing bug in adding change dates.

Options for handling date inputs.

10 Nov 19:15
0e5a1e0

Choose a tag to compare

Merge pull request #18 from m-d-grunnill/dates

Added options for handling dates.

Debugged previous ages in xml not deleting.

19 Sep 15:56
8c83528

Choose a tag to compare

Debugged previous ages in xml not deleting.

Times in add_rate_change_times are now sorted (descending).

21 Aug 19:34
a1df3f7

Choose a tag to compare

times = sorted(times, reverse=True) in add_rate_change_times.

Times in add_rate_change_times are now sorted (ascending).

20 Aug 20:14
f460b72

Choose a tag to compare

Merge pull request #15 from m-d-grunnill/master

times = sorted(times) in add_rate_change_times.

Fixed bugs in adding an initial tree method.

28 Jan 15:25
7e18352

Choose a tag to compare

Merge pull request #13 from m-d-grunnill/master

Updated version num & fixed silly bugs in adding an initial tree method.