[root]/src/dr/app/beauti/priorsPanel
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 191 (100.0%) | 6552 (100.0%) | 34.3 |
dong.w.xie | 73 (38.2%) | 2121 (32.4%) | 29.0 |
rambaut | 74 (38.7%) | 1533 (23.4%) | 20.7 |
msuchard | 18 (9.4%) | 1344 (20.5%) | 74.6 |
alexei.drummond | 11 (5.8%) | 1324 (20.2%) | 120.3 |
dong.w.xie@gmail.com | 15 (7.9%) | 230 (3.5%) | 15.3 |
Merging a couple of changes from 1.7 branch
11 lines of code changed in 4 files:
trunk: merge prior dialog and distribution changes to trunk
140 lines of code changed in 6 files:
Merged changes from 1.7
5 lines of code changed in 1 file:
Few more fixes to truncation of prior distributions
4 lines of code changed in 1 file:
Don't use a truncated distribution unless this option is selected.
2 lines of code changed in 1 file:
trunk: add a new constructor to exclude the lower bound or upper bound during validation, but this is not available in branch 1.7 at moment
10 lines of code changed in 1 file:
trunk: merge
8 lines of code changed in 1 file:
trunk:solve Issue 589: BEAUti lost Uniform bound validation, and Issue 590: BEAUti prior dialog GUI logic bug
7 lines of code changed in 2 files:
I think PriorDialog validation is now working as one might expect.
31 lines of code changed in 2 files:
trunk: merge Issue 587: BEAUti prior dialog ignores validation in the text field if pressing Enter key
1 lines of code changed in 1 file:
trunk: merge Issue 584:BEAUti prior dialog validation bugs, and Issue 586: BEAUti prior dialog Cancel not working
30 lines of code changed in 3 files:
trunk: merge Issue 583: BEAUti prior dialog text field validation should give sensible error message
34 lines of code changed in 1 file:
Hidden 'Create Hierarchical Prior' button in the 'Default Prior' dialog that appears when you try to generate - that is not the place to create hierarchical models.
1 lines of code changed in 1 file:
Altered how the prior dialog box that appears when you try to generate works. Now, if a prior is undefined the 'Continue' button is disabled. Selecting a valid prior enables it and allows you to generate the file.
64 lines of code changed in 3 files:
Fixed Issue 519, http://code.google.com/p/beast-mcmc/issues/detail?id=519 where changing values in for uniform in prior dialog would cause a hang. The issue was that the dialog was wrapping the uniformDistribution in a TruncatedDistribution which then cause terrible problems with the numerical inverse PDF estimator. Now obeys the isTruncatable flag.
1 lines of code changed in 1 file:
trunk:solve Issue 502: BEAUti prior panel: the lognormal prior chart cannot accept negative numbers for M=log(mean), but it should
4 lines of code changed in 1 file:
Refactoring of the robust counting and sequence error model into a new tab ('States') which allows these options to be specified on a per partition basis. These options are still not finished yet but the panel can be hidden using the constant at the top of BeautiFrame.
1 lines of code changed in 1 file:
trunk: more on BEAUti calibrated Yule.
1 lines of code changed in 1 file:
trunk: solve Issue 538: move tree prior panel to the left of table, and Issue 539: use the same background in citation text area in Tree panel, and some more code for calibrated Yule
5 lines of code changed in 2 files:
Cleaning up bugs in XML generation...
22 lines of code changed in 2 files:
More cleaning up and adjusting of uniform priors.
27 lines of code changed in 2 files:
Trying to fix up the confusion with uniform bounds. The parameter object in beauti now has 'uniformUpper' and 'uniformLower' rather than using the truncationUpper/Lower (uniform prior cannot be truncated now). Changed the logPDF function of UniformDistribution to take the log before the reciprocal to reduce chance of underflow (note however that taking the log of Double.MAX_VALUE (or twice that if the lower bound is -MAX_VALUE) may still fail). Testing now being undertaken...
5 lines of code changed in 3 files:
trunk: update Species Set panel GUI part to take Taxa object instead, and ready to implement XML generator next time.
22 lines of code changed in 1 file:
trunk: Issue 514: NullPointerException when setting prior to tree model in BEAUti Prior panel
1 lines of code changed in 1 file:
Fixed an issue with repeatedly added listeners for Prior Dialog components.
7 lines of code changed in 2 files:
Fixes to HPM specification in BEAUti
59 lines of code changed in 3 files:
Fixed prior graphs in BEAUti, inverse gamma cdf and started stochastic Dollo
16 lines of code changed in 2 files:
Removed CTMC reference prior checkbox from clock model table (you select this in the improved prior dialog). Also moved note about this in tooltip for this checkbox to a text area that appears in the PriorDialog when this prior is selected.
13 lines of code changed in 2 files:
Cleaned up the hierarchical prior button (disabled until a parameter is selected etc).
27 lines of code changed in 1 file:
Simplified the special buttons down to just -Inf and +Inf for the lower and upper bounds respectively.
40 lines of code changed in 1 file:
Continuing to fix things back up...
46 lines of code changed in 2 files:
Continuing to fix things back up...
4 lines of code changed in 1 file:
Some major refactoring of PriorDialog. Probably horribly broken but at least it compiles.
548 lines of code changed in 5 files:
Some serious cleaning up of how priors are specified. This allows appropriate prior choices for different 'flavours' of parameters (non-negative, zero-one interval, discrete, HPM, CMTC rates). Truncation of the the prior is now a switch and bounds so can be applied to any prior (although the UI is not in place for this yet).
96 lines of code changed in 4 files:
Enabling basic hierarchical phylogenetics models by default
12 lines of code changed in 2 files:
Mostly working hierarchical phylogenetic models
222 lines of code changed in 2 files:
Merged with latest bug fixed. Also implemented Component insertion points inside of the operatior schedule for specially formated operations.
37 lines of code changed in 2 files:
Cleaned up PriorDialog to better render distributions if possible.
82 lines of code changed in 3 files:
Intermediate work on implementing Hierarchical Phylogenetics Models in BEAUti
167 lines of code changed in 4 files:
Initial work on implementing hierarchical priors into BEAUti
513 lines of code changed in 2 files:
(62 more)