Skip to content

Commit 1aec602

Browse files
committed
Updating version to 2.2.7.
Updating the version number in __init__ and the CHANGES.txt file accordingly.
1 parent 419340c commit 1aec602

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

doc/CHANGES.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release 2.2.7
2+
=============
3+
- [BUG FIX] More intuitive behavior for the maximum subproblem option from
4+
the GUI. There are two controls for the maximum subproblem
5+
used during tree decomposition, frac and size. Both of these
6+
have default values, and the larger of the two is used to
7+
determine the maximum subset size during decomposition. This
8+
caused confusion when using the GUI, because the selected
9+
option was ignored if it was smaller than the default for
10+
the alternative option. The GUI now explicitly configures
11+
BOTH options as per the user's radio-button selection, so
12+
that what the user sees is what they get. In short, always
13+
check the configuration file reported by SATe! This will
14+
tell you exactly what SATe is doing.
15+
116
Release 2.2.6
217
=============
318
- [CHANGES] RNA sequence data is now fully supported. There was some

sate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PROGRAM_NAME = "SATe"
1313
PROGRAM_AUTHOR = ["Jiaye Yu", "Mark T. Holder", "Jeet Sukumaran", "Siavash Mirarab", "Jamie Oaks"]
1414
PROGRAM_LICENSE = "GNU General Public License, version 3"
15-
PROGRAM_VERSION = "2.2.6"
15+
PROGRAM_VERSION = "2.2.7"
1616
PROGRAM_YEAR = "2009-2013"
1717
PROGRAM_DESCRIPTION = "Simultaneous Alignment and Tree Estimation"
1818
PROGRAM_WEBSITE = "http://phylo.bio.ku.edu/software/sate/sate.html"

0 commit comments

Comments
 (0)