File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616 msuchard@ucla.edu
1717
1818
19- Last updated: a.rambaut@ed.ac.uk - 3rd January 2016
19+ Last updated: a.rambaut@ed.ac.uk - 13th February 2016
2020
2121Contents:
22221) INTRODUCTION
Original file line number Diff line number Diff line change 1717
1818
1919Version History
20- Last updated: a.rambaut@ed.ac.uk - 3rd January 2016
20+ Last updated: a.rambaut@ed.ac.uk - 13th February 2016
2121All issues can be viewed at https://github.com/beast-dev/beast-mcmc/issues
2222
2323================================================================================
2424
25- Version 1.8.3 released XXth January 2016
25+ Version 1.8.3 released 13th February 2016
2626
2727 New Features:
2828 Generalized Stepping Stone sampling for Marginal Likelihood Estimation.
@@ -38,6 +38,7 @@ Version 1.8.3 released XXth January 2016
3838 Fast, general multidimensional scaling (MDS) implemented.
3939 Clock panel in BEAUti simplified.
4040 Parameter linking available in Priors panel in BEAUti.
41+ Command line is logged into log file headers for reference.
4142
4243 Bug Fixes:
4344 Issue 779: Ancestral sequence reconstruction broken with
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public class BeastVersion implements Version {
5252
5353 // this is now being manually updated since the move to GitHub. Using date in yyyymmdd format (suffix
5454 // with b,c,d etc if multiple revisions in a day.
55- private static final String REVISION = "GitHub 20160103 " ;
55+ private static final String REVISION = "GitHub 20160213 " ;
5656
5757 public String getVersion () {
5858 return VERSION ;
You can’t perform that action at this time.
0 commit comments