Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 679 (100.0%) | 9176 (100.0%) | 13.5 |
rambaut | 239 (35.2%) | 3086 (33.6%) | 12.9 |
msuchard | 135 (19.9%) | 1905 (20.8%) | 14.1 |
dong.w.xie | 122 (18.0%) | 1372 (15.0%) | 11.2 |
alexei.drummond | 38 (5.6%) | 949 (10.3%) | 24.9 |
alexander.alekseyenko | 13 (1.9%) | 378 (4.1%) | 29.0 |
Sebastian.Hoehna | 4 (0.6%) | 364 (4.0%) | 91.0 |
dong.w.xie@gmail.com | 3 (0.4%) | 343 (3.7%) | 114.3 |
Michael.DefoinPLatel | 3 (0.4%) | 271 (3.0%) | 90.3 |
jheled | 32 (4.7%) | 172 (1.9%) | 5.3 |
akaruiws | 14 (2.1%) | 128 (1.4%) | 9.1 |
graham853@gmail.com | 6 (0.9%) | 33 (0.4%) | 5.5 |
bloomquist | 17 (2.5%) | 31 (0.3%) | 1.8 |
graham853 | 2 (0.3%) | 20 (0.2%) | 10.0 |
mdhall272@gmail.com | 11 (1.6%) | 18 (0.2%) | 1.6 |
Sibon.Li@gmail.com | 4 (0.6%) | 18 (0.2%) | 4.5 |
tbcbedford@gmail.com | 10 (1.5%) | 13 (0.1%) | 1.3 |
mtholder | 1 (0.1%) | 13 (0.1%) | 13.0 |
fbielejec | 6 (0.9%) | 13 (0.1%) | 2.1 |
aaron.darling | 1 (0.1%) | 13 (0.1%) | 13.0 |
gcybis@yahoo.com.br | 2 (0.3%) | 8 (0.1%) | 4.0 |
philippe.lemey@gmail.com | 3 (0.4%) | 7 (0.1%) | 2.3 |
julia.pal.r@gmail.com | 4 (0.6%) | 5 (0.1%) | 1.2 |
higgs.ml | 1 (0.1%) | 4 (0.0%) | 4.0 |
baele.guy@gmail.com | 3 (0.4%) | 4 (0.0%) | 1.3 |
gerton.lunter | 3 (0.4%) | 3 (0.0%) | 1.0 |
benjamin.redelings | 1 (0.1%) | 3 (0.0%) | 3.0 |
danny.wilson@gmail.com | 1 (0.1%) | 2 (0.0%) | 2.0 |
Latest version with new operator for joint--TODO: let Parameters.restore for vectors with different sizes. Tracer analysis doesn't read log files with {num,num,..}
2 lines of code changed in 2 files:
efficiency improvements & other misc small fixes
1 lines of code changed in 1 file:
Fixed log determine of a matrix and positive-definite check in WishartDistribution; there is still an error in LUPDecomposition.isPD()
1 lines of code changed in 2 files:
A couple of minor fixes to the main(). -version now works. -beagle_info on the command line doesn't throw up the options dialog but prints the info and quits.
2 lines of code changed in 2 files:
Implemented a scaled mixture of Wishart distribution for precision matrix inference.
2 lines of code changed in 1 file:
Fixed Jacobian for log-transforms under new adaptive multivariate transition kernel for mixture models.
1 lines of code changed in 1 file:
Finished combining the classes.
0 lines of code changed in 1 file:
Nomenclature change
1 lines of code changed in 1 file:
Made the case class an inner class of the case set class, which is much neater.
0 lines of code changed in 1 file:
added the "tracer" analysis similar to EBSP
1 lines of code changed in 1 file:
Fixed log determinate for large diagonal matrices; refactored transforms.
1 lines of code changed in 1 file:
Created an 'AttributeBranchRateModel' which exposes an attribute embedded in a tree as a branch rate model.
1 lines of code changed in 1 file:
EmpiricalTreeDistributionModel can now read a rate attribute and expose it as a branchRateModel (it now implements that interface).
1 lines of code changed in 1 file:
Prototype Parameter.class to constraint equality among parameters; seems more consistent with usage than a Model.class
1 lines of code changed in 1 file:
Prototype Model.class to constraint equality among parameters.
4 lines of code changed in 1 file:
Cleaning up
1 lines of code changed in 1 file:
Merging version stuff and copyright dates with 1.7 branch.
7 lines of code changed in 1 file:
Updating parser list to match.
2 lines of code changed in 1 file:
First version of an independent sampler from a gamma distribution.
1 lines of code changed in 1 file:
Porting fixes for issue http://code.google.com/p/beast-mcmc/issues/detail?id=671 to trunk.
5 lines of code changed in 2 files:
Change AntigenicDistancePrior to take new Offsets parameter (rather than Dates parameter) and remove deprecated AntigenicJumpPrior.
1 lines of code changed in 1 file:
Un-mothballing the label-switching version (Felsenstein very slow) and renaming to reflect this.
1 lines of code changed in 1 file:
Added parser to list.
1 lines of code changed in 1 file:
Began work on new version using modified Felsenstein pruning algorithm rather than sampling the network simultaneously.
1 lines of code changed in 1 file:
Renaming a class that doesn't conform to Java naming (camel case starting with a capital). Also general aversion to arbitrary acronyms in class names as this makes finding them and browsing code difficult. Added authors to comments.
1 lines of code changed in 1 file:
Include drifted traits logger in dev parsers.
1 lines of code changed in 1 file:
Include DriftedLocationStatistic in dev parsers.
1 lines of code changed in 1 file:
Added unit-IntervalLatentLiabilityLikelihood for VNTRs; plan to refactor to remove duplicated code once more fully tested.
3 lines of code changed in 1 file:
Added transition kernel for disjoint geographic regions
1 lines of code changed in 1 file:
Extra level of indirection to stay off NoClassDefinition errors for MPI
79 lines of code changed in 2 files:
Added MPI ranking of output for embarrassingly parallel use on Keeneland.
30 lines of code changed in 1 file:
Composition parameters; should really be a Statistic with signaling ability
1 lines of code changed in 1 file:
Old TL/ASTL/MJTL in parser list.
2 lines of code changed in 2 files:
renamed integratedMixtureModel to MixtureModelLikelihood. Preserved an alias parser <integratedMixtureModel> per Marc's request. Updated the class, such that the mixtures are always normalized internally when likelihood is calculated.
1 lines of code changed in 1 file:
Final swapping of the parser names
1 lines of code changed in 1 file:
Renamed NewTreeLikelihood to BeagleTreeLikelihood
1 lines of code changed in 1 file:
Branch specific substitution models now working. NewTreeLikelihood will replace BeagleTreeLikelihood in a future commit. AncestralStateTL and MarkovJumpsTL now descend from NewTreeLikelihood. EpochBranchModel uses a different XML format from EpochBranchSubstitutionModel (now depreciated). Also implemented a branch-specific substitution model.
2 lines of code changed in 1 file:
Parsers for the new epoch implementations.
2 lines of code changed in 1 file:
Attempting a first-order MRF prior for VNTR diffusion
1 lines of code changed in 1 file:
Added missing multivariate distribution likelihood model; opens up so many possibilities for rate models. Caution: may have broken Brownian diffusion precision Gibbs sampler.
1 lines of code changed in 1 file:
(527 more)