Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 1079 (100.0%) | 44.9 |
alexei.drummond | 3 (12.5%) | 643 (59.6%) | 214.3 |
rambaut | 12 (50.0%) | 236 (21.9%) | 19.6 |
dong.w.xie | 3 (12.5%) | 110 (10.2%) | 36.6 |
jheled | 4 (16.7%) | 68 (6.3%) | 17.0 |
msuchard | 2 (8.3%) | 22 (2.0%) | 11.0 |
Working towards Tracer 1.6. Switched trace 'types' (in the GUI) to 'real', 'integer' and 'categorical' as the previous ones were in programmers' jargon. These buttons also are now disabled when no trace is selected. Also disabled the confirmation box for setting types - if you press the button, then you probably intended to do it (this is a static switch at the top of the TracerFrame.java).
Cleaned up some issues with the generification of 'Variate' - in particular some methods in the plotting were not being overridden.
In 'distribution' tab, for real traces, KDEs are now the default. Histogram estimates can also be shown.
Options for plotting are now stored for specific traces (for example, if you set a manual range for a trace it is now remembered and used for this trace only).
Cleaned up some odd code in Skyline plotting (causing an erroneous warning box to appear).
Removed a few exclamation marks from dialog box messages and cleaned up the text.
3 lines of code changed in 4 files:
Trunk new Trace: 1) Try to replace Double[] as List<Double>, which save some memory, but it still crashes after loading a big log; 2) use traceType to detemine type, instead of prime type (T) of List<T> in Trace, and integer is stored as List<Double> currently for simlple solution of plotting.
7 lines of code changed in 1 file:
Trunk: big change of new Tracer, and this check-in starts using List instead array in Variate.
103 lines of code changed in 2 files:
Experimenting with Path-O-Gen
10 lines of code changed in 1 file:
Fixed an issue with root optimization for some trees in PathOGen.
6 lines of code changed in 1 file:
Added mean square error estimator to traceAnalysis; could build this feature into Tracer for users doing simulations
22 lines of code changed in 2 files:
New version of Path-O-Gen v1.2 released.
10 lines of code changed in 1 file:
code police and spelling
1 lines of code changed in 1 file:
code police
8 lines of code changed in 1 file:
Refactoring tidy up. Reducing interdependencies between top-level packages. Will upload dependency guidelines to wiki soon.
438 lines of code changed in 2 files:
Pathogen improvements
1 lines of code changed in 1 file:
Pathogen work.
4 lines of code changed in 1 file:
Started work on a TreesPanel. Moved tree prior stuff here. Allow selection of user tree (from those loaded). Other features to be added soon is the ability to do a root to tip plot to check temporal signal. Other tweaks and fixes.
174 lines of code changed in 1 file:
Some fixes to Tracer: checked reading scientific format. Cleaned up the formating of numbers in the tables and in the plots. Added a yellow colour for 100<ESS<200. Fixed an issue about NaN in trace files - possibly not required.
27 lines of code changed in 1 file:
added geometric mean summary statistic to tracer for traces with all values positive. Should be better point estimate for scale parameters.
205 lines of code changed in 1 file:
comment addition
1 lines of code changed in 1 file:
Tracer tweaks
1 lines of code changed in 1 file:
move HPDInterval here. Create a median(values,indices) version (same as for other statistics in this file)
58 lines of code changed in 1 file: