Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 525 (100.0%) | 17616 (100.0%) | 33.5 |
msuchard | 134 (25.5%) | 6669 (37.9%) | 49.7 |
alexei.drummond | 89 (17.0%) | 4451 (25.3%) | 50.0 |
rambaut | 104 (19.8%) | 2803 (15.9%) | 26.9 |
jheled | 126 (24.0%) | 2349 (13.3%) | 18.6 |
dong.w.xie | 53 (10.1%) | 486 (2.8%) | 9.1 |
alexander.alekseyenko | 4 (0.8%) | 386 (2.2%) | 96.5 |
mtolkoff@gmail.com | 4 (0.8%) | 175 (1.0%) | 43.7 |
akaruiws | 6 (1.1%) | 100 (0.6%) | 16.6 |
baele.guy@gmail.com | 3 (0.6%) | 95 (0.5%) | 31.6 |
bloomquist | 1 (0.2%) | 90 (0.5%) | 90.0 |
jheled@gmail.com | 1 (0.2%) | 12 (0.1%) | 12.0 |
Added missing CompoundParameter.fireParameterChangedEvent method, and demonstrating a nicer approach to multi-developer debugging.
5 lines of code changed in 2 files:
Stream-lining serial operations during multi-parameter updates
17 lines of code changed in 2 files:
Debugging flag to check for thread-level parallelization of likelihood evaluations
10 lines of code changed in 2 files:
Fixed memory allocation bug introduced in previous commit.
1 lines of code changed in 2 files:
Implemented a log-determinant routine for numerical stability and fixed getParameterValue in DiagonalMatrix
58 lines of code changed in 1 file:
Fix to issue 687; may need to port to 1.7 branch. RandomWalkOperator no longer reflects negative values when using default bounds.
10 lines of code changed in 2 files:
Fixed log determinate for large diagonal matrices; refactored transforms.
3 lines of code changed in 2 files:
Fixed bounds that individual parameters induce when constrained equal.
36 lines of code changed in 2 files:
Prototype Parameter.class to constraint equality among parameters; seems more consistent with usage than a Model.class
292 lines of code changed in 3 files:
Prototype Model.class to constraint equality among parameters.
142 lines of code changed in 1 file:
Drifting
182 lines of code changed in 1 file:
Added unit-IntervalLatentLiabilityLikelihood for VNTRs; plan to refactor to remove duplicated code once more fully tested.
8 lines of code changed in 1 file:
Composition parameters; should really be a Statistic with signaling ability
127 lines of code changed in 3 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.
246 lines of code changed in 2 files:
Started on a model to compute mixtures of likelihoods.
107 lines of code changed in 1 file:
Attempting a first-order MRF prior for VNTR diffusion
104 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.
29 lines of code changed in 2 files:
Implemented transposed matrix representations for multilocus branch rate models
28 lines of code changed in 3 files:
reverts to previous version
50 lines of code changed in 1 file:
Adds commented out broken code
114 lines of code changed in 2 files:
Test commit; no functionality changes
11 lines of code changed in 1 file:
Started a wrapper to provide the transpose of a MatrixParameter
74 lines of code changed in 1 file:
Ported fix for issue 664 from branch 1.7.
1 lines of code changed in 1 file:
Removing debug code...
14 lines of code changed in 1 file:
Changed compound likelihood to return the actual special values (i.e. +Inf, NaN or -Inf) up the chain. Added 'todo' comment in MarkovChain suggesting a check for +Inf and NaN. Need to review this idea.
9 lines of code changed in 1 file:
Porting changes 5131 and 5132 from 1.7 branch.
4 lines of code changed in 1 file:
Porting 'evaluateLate' interface method from 1.7 branch.
89 lines of code changed in 11 files:
Creating more consistent thread pool settings (-1 auto sizing thread pool, 0 thread pool off, >0 user-specified thread pool size).
4 lines of code changed in 1 file:
Porting fixes from 1.7.3 back into the trunk
2 lines of code changed in 1 file:
Improve report sent by BEAST when initial posterior is infinite
12 lines of code changed in 1 file:
Generifying IntegratedMixtureModel, so that one can use a mixture of DistributionLikelihood as well.
14 lines of code changed in 1 file:
Imported patch attachd to issue 430 - a PearsonCorrelation statistic.
57 lines of code changed in 1 file:
Cleaning up some of the user-info text on threading.
26 lines of code changed in 1 file:
Fix for issue with multi-threading not working. The issue was that -threads 0 was being treated as no-multithreading where as it should specify an automatic thread pool size (having no -threads option gives a thread 0 value). For best performance the default should be not to use the thread command line option (but -threads 1 should be used to turn off multithreading). This also affected -beagle_instances as these use the threadpool.
9 lines of code changed in 1 file:
Hopefully resolves issue 618. Codon-partitioned models do not throw XML errors with ancestral sequence reconstruction. There is still an issue with the "count" parameter name for non-dNdS robust counting. So, non-dNdS robust counting is temporarily disabled for CP models.
39 lines of code changed in 1 file:
Reverting dimension accessors to be consistent with getParameterValue() in MatrixParameter.
28 lines of code changed in 1 file:
Fixed issue with date parameter
11 lines of code changed in 2 files:
Added caching - 10 fold speed increase
3 lines of code changed in 1 file:
Work on AG.
18 lines of code changed in 1 file:
Implemented a "not statistics" for boolean stats (like monophylyl). NotStatistic is now deprecated.
60 lines of code changed in 1 file:
(225 more)