Skip to content

Commit 61d467a

Browse files
committed
bump version number + list changes #1198
1 parent 8b5015f commit 61d467a

File tree

5 files changed

+58
-11
lines changed

5 files changed

+58
-11
lines changed

release/common/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
BEAST v2.7.7 2024
2-
Beast 2 development team 2011-2024
1+
BEAST v2.7.8 2025
2+
Beast 2 development team 2011-2025
33

4-
Last updated: June 2024
4+
Last updated: June 2025
55

66
Contents:
77
1) INTRODUCTION

release/common/VERSION HISTORY.txt

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,57 @@
1-
BEAST v2.7.7 2024
2-
Beast 2 development team 2011-2024
1+
BEAST v2.7.8 2025
2+
Beast 2 development team 2011-2025
33
Version History
4-
Last updated: June 2024
4+
Last updated: June 2025
55

66
All issues can be viewed at https://github.com/CompEvol/beast2/issues
77
================================================================================
8+
Version 2.7.8 June 2025
9+
o more robust state reconstruction in MCMC. #1201
10+
o improve tracability of XML errors (when spec has not been specified) #28
11+
o Methods for CLI repo management via packagemanager.
12+
o fix DeltaExchangeOperator, BactrianDeltaExchangeOperator, for weighted Dirichlet #1199
13+
o For initialisation & weighing for Dirichlet #1190
14+
o Substitution model RealParamter input to Function input conversions #1196
15+
o allow use of Coalescent without specifying TreeIntervals. #1192
16+
o split off Citable from BEASTInterface so it can be used independently. Facilitates BeastFX#94
17+
o enable uncertain alignments to be filtered by FilteredAlignment. #1188
18+
o fix error reporting of BactrianDeltaExchangeOperator. #1187
19+
o fix for direct simulating from integer distribution #1186
20+
o restore frequencies warning statement #1185
21+
o make BactrianOperatorSchedule ignore Uniform operators if parameter is not a RealParameter #1183
22+
o add public method to GeneralSubstitutionModel #1181
23+
o robustify tree likelihoods for possibility data is not Alignment #1174
24+
o make TreeWithMetaDataLogger produce correct nr of commas. #1177
25+
o add benchmark interface to BeagelTreeLikelihood #1172
26+
o towards renaming scaleFactor to windowSize in BactrianRandomWalkOperator #1169
27+
o fix indexing error in beagle tree likellihood #1168
28+
o set ids of trees parsed from NEXUS file. BeastFX#87
29+
o facilitate beast "-validate" option BeastFX#86
30+
o Adds CL packagemanager option to add repositories. Closes #1163
31+
o update parameter dimension on -resume #1159
32+
o improve error message for XML where the spec attribute is missing #28
33+
o deal with spaces in quoted attribute values #30
34+
o make alignments non-clonable for BEAUti link/unlink support #1150
35+
o redirect output to stderr in order to prevent it getting redirected to files (e.g. citations in TreeAnnotator) BeastFX#98
36+
o make Application validate Inputs after setting Input values. BeastFX#97
37+
o add Description to TreeAnnotator, which shows when running treeannotator -help #28
38+
o add support for citing methods in TreeAnnotator BeastFX#94
39+
o Fixing #92 GUI dropdown not closing on first selection
40+
o replace colons by dashes in IDs named by file name. #1184
41+
o add more sensible OutOfMemmoryError messages to TreeAnotator #28
42+
o fix renaming id's when cloning site model. BeastFX#91
43+
o set IDs of parsed trees in tree set BeastFX#87
44+
o improve error handling for upgrading packages missing from repositories. #1166
45+
o enhance beast "-validate" option. BeastFX#86
46+
o fix threading when running LogAnalyser with threads. BeastFX#81
47+
o fix -version_file bug #1158
48+
o add -version_file option to AppLauncher #1158
49+
o make Newick parser work for MemoryFriendlyTreeSet. BeastFX#85
50+
o add -includeEvery option to LogCombiner BeastFX#84
51+
o fix issue with link/unlink parittions in BEAUti. BeastFX#83
52+
53+
54+
855
Version 2.7.7 June 2024
956
o Add CCD to the list of recommended packages for TreeAnnotator CompEvol/beast2#1138
1057
TreeAnnotator GUI to pick up correct topology setting method CompEvol/beast2#1143

src/beast/base/core/BEASTVersion2.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ public class BEASTVersion2 extends BEASTVersion {
1111
/**
1212
* Version string: assumed to be in format x.x.x
1313
*/
14-
private static final String VERSION = "2.7.7";
14+
private static final String VERSION = "2.7.8";
1515

16-
private static final String DATE_STRING = "2002-2024";
16+
private static final String DATE_STRING = "2002-2025";
1717

1818
private static final boolean IS_PRERELEASE = true;
1919
//

src/beast/pkgmgmt/BEASTVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public class BEASTVersion extends Version {
1717
/**
1818
* Version string: assumed to be in format x.x.x
1919
*/
20-
private static final String VERSION = "2.7.7";
20+
private static final String VERSION = "2.7.8";
2121

22-
private static final String DATE_STRING = "2002-2024";
22+
private static final String DATE_STRING = "2002-2025";
2323

2424
private static final boolean IS_PRERELEASE = true;
2525

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<package name="BEAST.base" version="2.7.7">
1+
<package name="BEAST.base" version="2.7.8">
22
<!-- note version="2.7.x" must be double quotes for Mac release script release/Mac/createdmg.sh -->
33

44
<!-- data types -->

0 commit comments

Comments
 (0)