... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 4.1.3 (2023-02-20): |
|
2 |
+ - no need to specify CXX_STD = CXX14 (the default since |
|
3 |
+ R-4.1.0). |
|
4 |
+ |
|
1 | 5 |
Changes in version 4.1.2 (2023-02-20): |
2 | 6 |
- NAMESPACE: do not import .rbind.data.table (no longer exported |
3 | 7 |
from data.table 1.14.8, and not needed with R >= 4.0.0). |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 4.1.1 (2023-02-20): |
|
2 |
+ - NAMESPACE: do not import .rbind.data.table (no longer exported |
|
3 |
+ from data.table 1.14.8, and not needed with R >= 4.0.0). |
|
4 |
+ |
|
1 | 5 |
Changes in version 4.1 (2022-11-24): |
2 | 6 |
- Faster, cleaner, and better tests of interventions. |
3 | 7 |
|
... | ... |
@@ -1,3 +1,6 @@ |
1 |
+Changes in version 4.1 (2022-11-24): |
|
2 |
+ - Faster, cleaner, and better tests of interventions. |
|
3 |
+ |
|
1 | 4 |
Changes in version 4.0 (for BioC 3.16): |
2 | 5 |
- MAJOR change: users can simulate interventions and adaptive therapy, |
3 | 6 |
as well as define, track, and use in fitness-dependent specifications |
... | ... |
@@ -1,3 +1,23 @@ |
1 |
+Changes in version 4.0 (for BioC 3.16): |
|
2 |
+ - MAJOR change: users can simulate interventions and adaptive therapy, |
|
3 |
+ as well as define, track, and use in fitness-dependent specifications |
|
4 |
+ user-defined variables. |
|
5 |
+ - MAJOR change: users can specify birth and death rates as they want, |
|
6 |
+ including making both or just one frequency-dependent. |
|
7 |
+ - onlyCancer = FALSE by default in all calls to oncoSimul*. |
|
8 |
+ This is a possible BRAEKING CHANGE. |
|
9 |
+ - Plot fails with a meaningful error if simulations |
|
10 |
+ had unrecoverable exception or hit max wall time |
|
11 |
+ or max num tries. |
|
12 |
+ - Improvements in vignette speed. |
|
13 |
+ - Improvements in compilation speed. |
|
14 |
+ |
|
15 |
+Changes in version 3.99.12 (2022-10-19): |
|
16 |
+ - Try to allow vignette to build successfully in the ARM64 Mac build: |
|
17 |
+ use a try(plot) in chunk fdfmutex2. |
|
18 |
+ - Use apa style citation and a few fixes to bib. |
|
19 |
+ - Minor additions to vignette. |
|
20 |
+ |
|
1 | 21 |
Changes in version 3.99.11 (2022-10-13): |
2 | 22 |
- Increase max.wall.time of two tests, as in very slow Windoze machines |
3 | 23 |
they can hit max wall time. |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 3.99.11 (2022-10-13): |
|
2 |
+ - Increase max.wall.time of two tests, as in very slow Windoze machines |
|
3 |
+ they can hit max wall time. |
|
4 |
+ |
|
1 | 5 |
Changes in version 3.99.10 (2022-10-13): |
2 | 6 |
- onlyCancer = FALSE by default in all calls to oncoSimul*. |
3 | 7 |
This is a possible BRAEKING CHANGE. |
... | ... |
@@ -1,3 +1,11 @@ |
1 |
+Changes in version 3.99.10 (2022-10-13): |
|
2 |
+ - onlyCancer = FALSE by default in all calls to oncoSimul*. |
|
3 |
+ This is a possible BRAEKING CHANGE. |
|
4 |
+ - Plot fails with a meaningful error if simulations |
|
5 |
+ had unrecoverable exception or hit max wall time |
|
6 |
+ or max num tries. |
|
7 |
+ - Faster vignette. |
|
8 |
+ |
|
1 | 9 |
Changes in version 3.99.9 (2022-09-30): |
2 | 10 |
- Minor vignette split of code, to try to detect |
3 | 11 |
location of problem with ARM64 Mac build. |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 3.99.9 (2022-09-30): |
|
2 |
+ - Minor vignette split of code, to try to detect |
|
3 |
+ location of problem with ARM64 Mac build. |
|
4 |
+ |
|
1 | 5 |
Changes in version 3.99.8 (2022-09-15): |
2 | 6 |
- Using "Unity builds" to decrease build (compilation) time; |
3 | 7 |
see file inst/miscell/README_Unity_compilation. |
... | ... |
@@ -1,3 +1,8 @@ |
1 |
+Changes in version 3.99.8 (2022-09-15): |
|
2 |
+ - Using "Unity builds" to decrease build (compilation) time; |
|
3 |
+ see file inst/miscell/README_Unity_compilation. |
|
4 |
+ |
|
5 |
+ |
|
1 | 6 |
Changes in version 3.99.7 (2022-09-13): |
2 | 7 |
- Use c++14 and, in windows, do not use -O3: try to minimize |
3 | 8 |
build time. |
... | ... |
@@ -1,3 +1,14 @@ |
1 |
+Changes in version 3.99.1 (2022-06-25): |
|
2 |
+ - Users can specify birth and death rates as they want, including |
|
3 |
+ making both or just one frequency-dependent (thanks to Alberto |
|
4 |
+ González Klein). |
|
5 |
+ - Interventions (thanks to Javier Muñoz Haro). |
|
6 |
+ - User-defined variables and adaptive therapy (thanks to Javier López |
|
7 |
+ Cano). |
|
8 |
+ |
|
9 |
+Changes in version 3.3.0 (2021-10-27): |
|
10 |
+ - Bump version number for BioC |
|
11 |
+ |
|
1 | 12 |
Changes in version 3.1.2 (2021-10-06): |
2 | 13 |
- Better test of poset transformation |
3 | 14 |
|
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 3.1.1 (2021-10-06): |
|
2 |
+ - XOR, AND, OR dependencies: plots of DAGs honor all possible values. |
|
3 |
+ - Few miscell minor changes. |
|
4 |
+ |
|
1 | 5 |
Changes in version 3.0 (for BioC 3.13): |
2 | 6 |
- MAJOR change: frequency dependent fitness available. |
3 | 7 |
- Removed v.1 functionality. |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+Changes in version 3.0 (for BioC 3.13): |
|
2 |
+ - MAJOR change: frequency dependent fitness available. |
|
3 |
+ - Removed v.1 functionality. |
|
4 |
+ - Multiple initMutants. |
|
5 |
+ - Added MAGELLAN's sources and functionality from MAGELLAN. |
|
6 |
+ |
|
1 | 7 |
Changes in version 2.99.93 (2021-04-30): |
2 | 8 |
- Fixed bugs and improved testing of rfitness with |
3 | 9 |
three-element scale vector. |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 2.99.93 (2021-04-30): |
|
2 |
+ - Fixed bugs and improved testing of rfitness with |
|
3 |
+ three-element scale vector. |
|
4 |
+ |
|
1 | 5 |
Changes in version 2.99.92 (2021-04-27): |
2 | 6 |
- rfitness: scale can take a three-element vector. |
3 | 7 |
- Vignette: examples (not run) for deviations from SSWM. |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 2.99.92 (2021-04-27): |
|
2 |
+ - rfitness: scale can take a three-element vector. |
|
3 |
+ - Vignette: examples (not run) for deviations from SSWM. |
|
4 |
+ |
|
1 | 5 |
Changes in version 2.99.9 (2021-04-22): |
2 | 6 |
- Fixed date typo in one citation. |
3 | 7 |
- We were inconsistent, allowing some examples of one gene. |
... | ... |
@@ -1,3 +1,12 @@ |
1 |
+Changes in version 2.99.9 (2021-04-22): |
|
2 |
+ - Fixed date typo in one citation. |
|
3 |
+ - We were inconsistent, allowing some examples of one gene. |
|
4 |
+ - Readme: nem. |
|
5 |
+ |
|
6 |
+Changes in version 2.99.8 (2021-01-01): |
|
7 |
+ - Removing unused code. |
|
8 |
+ - Long tests: no longer using v.1. |
|
9 |
+ |
|
1 | 10 |
Changes in version 2.99.7 (2020-12-30): |
2 | 11 |
- Vignette: fixed two missing refs and add seed in two examples. |
3 | 12 |
|
... | ... |
@@ -1,9 +1,15 @@ |
1 |
+Changes in version 2.99.5 (2020-12-18): |
|
2 |
+ - Random timeouts when building in tokay2 (Windows, BioC); fixing |
|
3 |
+ seed in vignette. |
|
4 |
+ |
|
1 | 5 |
Changes in version 2.99.4 (2020-12-17): |
6 |
+ - Clean up of C++ code. |
|
7 |
+ |
|
8 |
+Changes in version 2.99.3 (2020-12-13): |
|
2 | 9 |
- Remove unnecessary (and cluttering) output and irrelevant |
3 | 10 |
warnings when running tests. |
4 | 11 |
- Decrease execution time of longer running examples in man (Rd) files. |
5 | 12 |
- Decrease time of vignette. |
6 |
- - Clean up of C++ code. |
|
7 | 13 |
|
8 | 14 |
Changes in version 2.99.2 (2020-12-11): |
9 | 15 |
- Failed on test on Mac. |
... | ... |
@@ -1,8 +1,9 @@ |
1 |
-Changes in version 2.99.3 (2020-12-13): |
|
1 |
+Changes in version 2.99.4 (2020-12-17): |
|
2 | 2 |
- Remove unnecessary (and cluttering) output and irrelevant |
3 | 3 |
warnings when running tests. |
4 | 4 |
- Decrease execution time of longer running examples in man (Rd) files. |
5 | 5 |
- Decrease time of vignette. |
6 |
+ - Clean up of C++ code. |
|
6 | 7 |
|
7 | 8 |
Changes in version 2.99.2 (2020-12-11): |
8 | 9 |
- Failed on test on Mac. |
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+Changes in version 2.99.3 (2020-12-13): |
|
2 |
+ - Remove unnecessary (and cluttering) output and irrelevant |
|
3 |
+ warnings when running tests. |
|
4 |
+ - Decrease execution time of longer running examples in man (Rd) files. |
|
5 |
+ - Decrease time of vignette. |
|
6 |
+ |
|
1 | 7 |
Changes in version 2.99.2 (2020-12-11): |
2 | 8 |
- Failed on test on Mac. |
3 | 9 |
|
... | ... |
@@ -1,69 +1,165 @@ |
1 |
-Changes in version 2.19.2 (2020-06-03): |
|
1 |
+Changes in version 2.99.1 (2020-12-10): |
|
2 |
+ - Bump version number for BioC, so it will become version 3.0.0 in |
|
3 |
+ next release. |
|
4 |
+ - Latest version of exprtk. |
|
5 |
+ |
|
6 |
+Changes in version 2.21.995 (2020-12-09): |
|
7 |
+ - Vignette: rewrote most FDF examples using names (not numbers) |
|
8 |
+ for fitness specification. |
|
9 |
+ |
|
10 |
+Changes in version 2.21.994 (2020-12-08): |
|
11 |
+ - Can start simulation from arbitrary configuration: multiple init |
|
12 |
+ mutants (and multispecies functionality). |
|
13 |
+ - Freq-dep-fitness does not need to have a WT in fitness tables. |
|
14 |
+ - Bumped version (to 2.21.xyz) for new BioC devel. |
|
15 |
+ |
|
16 |
+Changes in version 2.19.993 (2020-12-01): |
|
17 |
+ - Added tests of mutator functionality with freq-dep-fitness. |
|
18 |
+ |
|
19 |
+Changes in version 2.19.992 (2020-09-23): |
|
20 |
+ - currentTime can be used in freq-dep-fitness expressions |
|
21 |
+ - popSizes is passed to evalGenotypes (not genotypeFitness) |
|
22 |
+ - for freq-dep-fitness, type of freq. dep. argument can be guessed |
|
23 |
+ automatically |
|
24 |
+ |
|
25 |
+Changes in version 2.19.991 (2020-06-03): |
|
2 | 26 |
- Updated ctb: added Magellan and exprTk and clarified contributions. |
27 |
+ - Updated version (to 2.19.xyz) for new BioC devel. |
|
3 | 28 |
|
4 |
-Changes in version 2.19.1 (2020-05-05): |
|
29 |
+Changes in version 2.17.998 (2020-05-20): |
|
30 |
+ - Fixed test.Z-magellan failure in Mac. |
|
5 | 31 |
- Occasional failures of @test.sample-prob.R#42 |
6 | 32 |
in Windows 386 |
7 |
- |
|
8 |
-Changes in version 2.19.0 (2020-05-05): |
|
9 |
- - Bumped version to match current Biocdevel. |
|
10 |
- |
|
11 |
-Changes in version 2.17.92 (2020-04-27): |
|
12 |
- - Fixed test.Z-magellan failure in Mac. |
|
13 |
- |
|
14 |
-Changes in version 2.17.91 (2020-04-24): |
|
15 | 33 |
- Fixed Wrestrict warnings in Windows from MAGELLAN's sources. |
16 |
- |
|
17 |
-Changes in version 2.17.9 (2020-03-16): |
|
34 |
+ - Cherry picked from master, as of 2020-05-20: |
|
35 |
+ - from: [13a4061] |
|
36 |
+ - to: [e1ef78a] |
|
37 |
+ - Already added: [519c8a7] to [f716534] |
|
38 |
+ |
|
39 |
+Changes in version 2.17.997 (2020-04-27): |
|
18 | 40 |
- With R-devel, stringsAsFactors = FALSE by default. Fix |
19 | 41 |
tests |
20 | 42 |
- POM documentation. |
21 |
- |
|
22 |
-Changes in version 2.17.8 (2020-02-02): |
|
23 | 43 |
- With newest R-devel (01-28) getting |
24 | 44 |
"the condition has length > 1": fixed. |
45 |
+ |
|
46 |
+ - Cherry picked from master, as of 2020-03-17: |
|
47 |
+ - [6645512] : OK |
|
48 |
+ - [a273ac2] : OK |
|
49 |
+ - [307dc97] : already added [5436d80] |
|
50 |
+ - [bcb8543] : not needed (just version date/number) |
|
51 |
+ - [5f42713] : already added [3b488a0] |
|
52 |
+ - [eb2766b] : already added [3aba92d] |
|
53 |
+ |
|
54 |
+Changes in version 2.17.996 (2020-01-28): |
|
55 |
+ - More freq-dep-fitness examples. |
|
56 |
+ |
|
57 |
+Changes in version 2.17.995 (2020-01-25): |
|
58 |
+ - Reverted modifications to plot (see committ d182fbb) |
|
25 | 59 |
|
26 |
-Changes in version 2.17.7 (2020-01-30): |
|
60 |
+Changes in version 2.17.994 (2020-01-25): |
|
61 |
+ - plot: allow legend to be outside |
|
62 |
+ |
|
63 |
+Changes in version 2.17.993 (2020-01-23): |
|
27 | 64 |
- Removed dependency on nem, to be deprecated. Adding nem's |
28 | 65 |
code (file nem_transitive_reduction.R). |
29 |
- |
|
30 |
-Changes in version 2.17.6 (2020-01-22): |
|
31 | 66 |
- Further additions of MAGELLAN's functionality and Additive |
32 |
- model to rfitness |
|
33 |
- |
|
34 |
-Changes in version 2.17.5 (2019-12-19): |
|
67 |
+ model to rfitness. Merging from master. |
|
68 |
+ |
|
69 |
+ - These is from cherry-picking commits to master, as of 2020-01-22: |
|
70 |
+ - [eda2e75] |
|
71 |
+ - [4ab7e90] |
|
72 |
+ - [8e35201] |
|
73 |
+ - [832945b] |
|
74 |
+ - [aafb84e] |
|
75 |
+ - [fe0891e] |
|
76 |
+ - [286bf57] |
|
77 |
+ - [e221a8e] |
|
78 |
+ - [941df3d] |
|
79 |
+ - [59b9662] |
|
80 |
+ - [39c4d55] |
|
81 |
+ - [a245e44] |
|
82 |
+ - [114a930] |
|
83 |
+ - [49e8d40] |
|
84 |
+ - [df6d0cd] |
|
85 |
+ - [5a0be19] |
|
86 |
+ - [734bf76] |
|
87 |
+ |
|
88 |
+Changes in version 2.17.992 (2019-12-19): |
|
35 | 89 |
- Oooops: forgot Makevars.win |
36 |
- |
|
37 |
-Changes in version 2.17.4 (2019-12-19): |
|
38 | 90 |
- fno-common: better way of dealing with verbose in magellan. |
91 |
+ [from commit 912503a and e7b549e in master ] |
|
92 |
+ - the equivalente of commit 9efd3ad is also included. |
|
39 | 93 |
|
40 |
-Changes in version 2.17.3 (2019-12-17): |
|
94 |
+Changes in version 2.17.991 (2019-12-18): |
|
41 | 95 |
- Compiles with fno-common (for gcc 10). |
42 |
- |
|
43 |
-Changes in version 2.17.2 (2019-12-17): |
|
44 | 96 |
- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'" |
45 |
- |
|
46 |
-Changes in version 2.17.1 (2019-11-24): |
|
47 | 97 |
- rfitness: clarified log=TRUE and truncate_at_0 after log. |
48 | 98 |
- Magellan_stats: really return a vector. |
49 |
- |
|
50 |
-Changes in version 2.17.0 (2019-10-25): |
|
51 |
- - Bumped version for BioC-3.11 |
|
52 |
- |
|
53 |
-Changes in version 2.15.2 (2019-08-14): |
|
54 | 99 |
- Trying to prevent fscanf warning in FitnessLandscape/input.c |
55 | 100 |
|
56 |
-Changes in version 2.15.1 (2019-06-06): |
|
101 |
+ - These is from cherry-picking commits to master, as of 2019-12-17: |
|
102 |
+ - [60533ab] |
|
103 |
+ - 2.17.3: (here is where fno-common should be) |
|
104 |
+ [though nothing needed to merge here] |
|
105 |
+ |
|
106 |
+ - [2dbc895] |
|
107 |
+ - link to Magellan_stats help |
|
108 |
+ |
|
109 |
+ - [73854e0] |
|
110 |
+ - fno-common |
|
111 |
+ |
|
112 |
+ - [92b7f4b] |
|
113 |
+ - renamed verbose [in one of MAGELLAN's C files] |
|
114 |
+ |
|
115 |
+ - [a6c95a3] |
|
116 |
+ - install-dir.sh |
|
117 |
+ |
|
118 |
+ - [ec15dbf] |
|
119 |
+ - Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'" |
|
120 |
+ |
|
121 |
+ - [8a06478] |
|
122 |
+ - Ochs and Desai: fixed typo |
|
123 |
+ |
|
124 |
+ - [94c9df7] |
|
125 |
+ - do not default to log when using Magellan_stats |
|
126 |
+ |
|
127 |
+ - [a8b5dae] |
|
128 |
+ - appveyor |
|
129 |
+ |
|
130 |
+ - [2e80c74] |
|
131 |
+ - rfitness: clarified log=TRUE and truncate_at_0 after log. |
|
132 |
+ - Magellan_stats: really return a vector. |
|
133 |
+ |
|
134 |
+ - [3e67e80] |
|
135 |
+ - Trying to prevent fscanf warning in FitnessLandscape/input.c |
|
136 |
+ |
|
137 |
+ - [b89a135] |
|
138 |
+ - appveyor file |
|
139 |
+ |
|
140 |
+Changes in version 2.15.996 (2019-06-12): |
|
141 |
+ - Numerical issues in one test in i386 (Windows) |
|
142 |
+ |
|
143 |
+Changes in version 2.15.995 (2019-06-12): |
|
57 | 144 |
- Added MAGELLAN's sources and functionality from MAGELLAN. |
58 |
- |
|
59 |
-Changes in version 2.15.0 (2019-06-06): |
|
145 |
+ |
|
146 |
+Changes in version 2.15.994 (2019-05-25): |
|
147 |
+ - Windoze: giving up on current Rtools35, but working with Rtools40 |
|
148 |
+ (see Makevars.win) |
|
149 |
+ - Cleaned up a few compiler warnings. |
|
150 |
+ |
|
151 |
+Changes in version 2.15.99 (2019-05-14): |
|
60 | 152 |
- Bumped version to match current Biocdevel. |
61 |
- |
|
153 |
+ |
|
154 |
+Changes in version 2.13.99 (1970-01-01): |
|
155 |
+ - frequency dependent fitness. This is a MAJOR addition. |
|
156 |
+ - (the date is bogus, of course) |
|
157 |
+ |
|
62 | 158 |
Changes in version 2.13.2 (2019-03-18): |
63 | 159 |
- changes in behavior of sample |
64 | 160 |
(see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were |
65 | 161 |
leading to failures of some tests. Using RNGversion in some tests. |
66 |
- |
|
162 |
+ |
|
67 | 163 |
Changes in version 2.13.1 (2019-02-07): |
68 | 164 |
- bumped to one over the BioC-3.9 version |
69 | 165 |
|
... | ... |
@@ -1,3 +1,10 @@ |
1 |
+Changes in version 2.19.1 (2020-05-05): |
|
2 |
+ - Occasional failures of @test.sample-prob.R#42 |
|
3 |
+ in Windows 386 |
|
4 |
+ |
|
5 |
+Changes in version 2.19.0 (2020-05-05): |
|
6 |
+ - Bumped version to match current Biocdevel. |
|
7 |
+ |
|
1 | 8 |
Changes in version 2.17.92 (2020-04-27): |
2 | 9 |
- Fixed test.Z-magellan failure in Mac. |
3 | 10 |
|
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 2.17.8 (2020-02-02): |
|
2 |
+ - With newest R-devel (01-28) getting |
|
3 |
+ "the condition has length > 1": fixed. |
|
4 |
+ |
|
1 | 5 |
Changes in version 2.17.7 (2020-01-30): |
2 | 6 |
- Removed dependency on nem, to be deprecated. Adding nem's |
3 | 7 |
code (file nem_transitive_reduction.R). |
... | ... |
@@ -1,3 +1,11 @@ |
1 |
+Changes in version 2.17.7 (2020-01-30): |
|
2 |
+ - Removed dependency on nem, to be deprecated. Adding nem's |
|
3 |
+ code (file nem_transitive_reduction.R). |
|
4 |
+ |
|
5 |
+Changes in version 2.17.6 (2020-01-22): |
|
6 |
+ - Further additions of MAGELLAN's functionality and Additive |
|
7 |
+ model to rfitness |
|
8 |
+ |
|
1 | 9 |
Changes in version 2.17.5 (2019-12-19): |
2 | 10 |
- Oooops: forgot Makevars.win |
3 | 11 |
|
... | ... |
@@ -1,6 +1,8 @@ |
1 |
+Changes in version 2.17.3 (2019-12-17): |
|
2 |
+ - Compiles with fno-common (for gcc 10). |
|
3 |
+ |
|
1 | 4 |
Changes in version 2.17.2 (2019-12-17): |
2 | 5 |
- Fixed error "length(x) = 5 > 1' in coercion to 'logical(1)'" |
3 |
- - Compiles with fno-common (for gcc 10). |
|
4 | 6 |
|
5 | 7 |
Changes in version 2.17.1 (2019-11-24): |
6 | 8 |
- rfitness: clarified log=TRUE and truncate_at_0 after log. |
... | ... |
@@ -1,3 +1,10 @@ |
1 |
+Changes in version 2.17.1 (2019-11-24): |
|
2 |
+ - rfitness: clarified log=TRUE and truncate_at_0 after log. |
|
3 |
+ - Magellan_stats: really return a vector. |
|
4 |
+ |
|
5 |
+Changes in version 2.17.0 (2019-10-25): |
|
6 |
+ - Bumped version for BioC-3.11 |
|
7 |
+ |
|
1 | 8 |
Changes in version 2.15.2 (2019-08-14): |
2 | 9 |
- Trying to prevent fscanf warning in FitnessLandscape/input.c |
3 | 10 |
|
... | ... |
@@ -1,3 +1,9 @@ |
1 |
+Changes in version 2.15.1 (2019-06-06): |
|
2 |
+ - Added MAGELLAN's sources and functionality from MAGELLAN. |
|
3 |
+ |
|
4 |
+Changes in version 2.15.0 (2019-06-06): |
|
5 |
+ - Bumped version to match current Biocdevel. |
|
6 |
+ |
|
1 | 7 |
Changes in version 2.13.2 (2019-03-18): |
2 | 8 |
- changes in behavior of sample |
3 | 9 |
(see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were |
... | ... |
@@ -1,3 +1,8 @@ |
1 |
+Changes in version 2.13.2 (2019-03-18): |
|
2 |
+ - changes in behavior of sample |
|
3 |
+ (see NEWS and https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17494) were |
|
4 |
+ leading to failures of some tests. Using RNGversion in some tests. |
|
5 |
+ |
|
1 | 6 |
Changes in version 2.13.1 (2019-02-07): |
2 | 7 |
- bumped to one over the BioC-3.9 version |
3 | 8 |
|
... | ... |
@@ -1,3 +1,19 @@ |
1 |
+Changes in version 2.10.0 (for BioC 3.7): |
|
2 |
+ - probDetect mechanism changed. This could be a BREAKING CHANGE. |
|
3 |
+ The expression divides by the baseline. For fixed initSize, this |
|
4 |
+ is simply a matter of changing the cPDetect. |
|
5 |
+ - fixation allows exact genotypes, includes tolerance, |
|
6 |
+ and checks for a successive number of specified periods |
|
7 |
+ - LOD: using only the strict Szendro et al. meaning. |
|
8 |
+ - POM: computed in C++. |
|
9 |
+ - Using fitness landscape directly when given as input (no |
|
10 |
+ conversion to epistasis) and several improvements in speed when |
|
11 |
+ using fitness landscapes as input. |
|
12 |
+ |
|
13 |
+Changes in version 2.9.10 (2018-04-19): |
|
14 |
+ - test.Z-fixation: some tests only on Linux because rng is done in |
|
15 |
+ C++. |
|
16 |
+ |
|
1 | 17 |
Changes in version 2.9.9 (2018-04-10): |
2 | 18 |
- probDetect mechanism changed. This could be a BREAKING CHANGE. |
3 | 19 |
The expression divides by the baseline. For fixed initSize, this |
... | ... |
@@ -1,3 +1,16 @@ |
1 |
+Changes in version 2.9.9 (2018-04-10): |
|
2 |
+ - probDetect mechanism changed. This could be a BREAKING CHANGE. |
|
3 |
+ The expression divides by the baseline. For fixed initSize, this |
|
4 |
+ is simply a matter of changing the cPDetect. |
|
5 |
+ |
|
6 |
+Changes in version 2.9.8 (2018-03-26): |
|
7 |
+ - fixation allows exact genotypes, includes tolerance, |
|
8 |
+ and checks for a successive number of specified periods |
|
9 |
+ |
|
10 |
+Changes in version 2.9.7 (2018-02-20): |
|
11 |
+ - fixed crash in some conditions when run with |
|
12 |
+ stringsAsFactors = FALSE as global option |
|
13 |
+ |
|
1 | 14 |
Changes in version 2.9.6 (2017-12-27): |
2 | 15 |
- Updated citation. |
3 | 16 |
- An example (in miscell-files) about using and stopping with |
Changes in version 2.9.6 (2017-12-27):
- Updated citation.
- An example (in miscell-files) about using and stopping with
modules.
- Prototype for sampling the single larges pop at last period
(function largest_last_pop, commented out for now).
Changes in version 2.9.5 (2017-12-7):
- samplePop: new option "single-nowt"
Changes in version 2.9.4 (2017-11-30):
- Deal with the very rare NULL simulations in summary.
... | ... |
@@ -1,3 +1,16 @@ |
1 |
+Changes in version 2.9.6 (2017-12-27): |
|
2 |
+ - Updated citation. |
|
3 |
+ - An example (in miscell-files) about using and stopping with |
|
4 |
+ modules. |
|
5 |
+ - Prototype for sampling the single larges pop at last period |
|
6 |
+ (function largest_last_pop, commented out for now). |
|
7 |
+ |
|
8 |
+Changes in version 2.9.5 (2017-12-7): |
|
9 |
+ - samplePop: new option "single-nowt" |
|
10 |
+ |
|
11 |
+Changes in version 2.9.4 (2017-11-30): |
|
12 |
+ - Deal with the very rare NULL simulations in summary. |
|
13 |
+ |
|
1 | 14 |
Changes in version 2.9.3 (2017-11-27): |
2 | 15 |
- Make clang happy (do not use flandscape as DataFrame) |
3 | 16 |
|
... | ... |
@@ -1,3 +1,11 @@ |
1 |
+Changes in version 2.9.2 (2017-11-24): |
|
2 |
+ - LOD: using only the strict Szendro et al. meaning. |
|
3 |
+ - POM: computed in C++. |
|
4 |
+ |
|
5 |
+Changes in version 2.9.1 (2017-11-10): |
|
6 |
+ - Using fitness landscape directly when given as input (no |
|
7 |
+ conversion to epistasis) |
|
8 |
+ |
|
1 | 9 |
Changes in version 2.7.2 (2017-09-27): |
2 | 10 |
- genot_to_adj_mat in C++. |
3 | 11 |
- fast_peaks (for no backmutation cases). |
... | ... |
@@ -1,3 +1,14 @@ |
1 |
+Changes in version 2.7.2 (2017-09-27): |
|
2 |
+ - genot_to_adj_mat in C++. |
|
3 |
+ - fast_peaks (for no backmutation cases). |
|
4 |
+ - Better explanation and testing of peaks and valleys. |
|
5 |
+ - Clarified simOGraph transitive reduction. |
|
6 |
+ - Better handling of ti corner cases. |
|
7 |
+ - Magellan reading fuctions adapted to output of newer (as of |
|
8 |
+ 2017-07) version of Magellan. |
|
9 |
+ - sorting gene names in allGenotypes_to_matrix. |
|
10 |
+ - sampledGenotypes: genotype names with sorted gene names. |
|
11 |
+ |
|
1 | 12 |
Changes in version 2.6.0 (for BioC 3.5): |
2 | 13 |
- Many additions to the vignette and documentation. |
3 | 14 |
- LOD and POM (lines of descent, path of maximum, sensu Szendro et |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@128264 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -4,22 +4,23 @@ Changes in version 2.6.0 (for BioC 3.5): |
4 | 4 |
al.). |
5 | 5 |
- Diversity of sampled genotypes. |
6 | 6 |
- Genotyping error can be added in samplePop. |
7 |
+ - fixation of a genotype/gene as stopping mechanism. |
|
7 | 8 |
- rfitness: shifting by subtraction and mu of normal distribution. |
8 | 9 |
- simOGraph: using proper transitive reduction. |
9 |
- - Citation shows Bioinformatics paper. |
|
10 |
+ - simOGraph can also output rT data frames. |
|
11 |
+ - accessible genotypes now done in C++. |
|
10 | 12 |
- Handling of trivial cases in genotFitness. |
11 | 13 |
- Clarified McFarland parameterization. |
12 | 14 |
- Better (and better explained) estimates of simulation error for McFL. |
13 | 15 |
- AND of detectedSizeP and lastMaxDr. |
14 |
- - fixation of a genotype/gene as stopping mechanism. |
|
15 | 16 |
- sampledGenotypes in user code. |
16 | 17 |
- clonePhylog et al: deal with never any descendant. |
17 | 18 |
- samplePop can handle failed simulations graciously. |
18 |
- - accessible genotypes now done in C++. |
|
19 |
- - simOGraph can also output rT data frames. |
|
20 |
- - clonePhylog et al: deal with never any descendant. |
|
21 |
- - samplePop can handle failed simulations graciously. |
|
22 | 19 |
- summary.oncosimulpop can handle failed simulations graciously. |
20 |
+ - Citation shows Bioinformatics paper. |
|
21 |
+ |
|
22 |
+Changes in version 2.5.14 (2017-04-07): |
|
23 |
+ - Fixed repeated entries in NEWS for BioC 3.5. |
|
23 | 24 |
|
24 | 25 |
Changes in version 2.5.13 (2017-04-07): |
25 | 26 |
- Updated NEWS for BioC 3.5. |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@128263 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,29 @@ |
1 |
+Changes in version 2.6.0 (for BioC 3.5): |
|
2 |
+ - Many additions to the vignette and documentation. |
|
3 |
+ - LOD and POM (lines of descent, path of maximum, sensu Szendro et |
|
4 |
+ al.). |
|
5 |
+ - Diversity of sampled genotypes. |
|
6 |
+ - Genotyping error can be added in samplePop. |
|
7 |
+ - rfitness: shifting by subtraction and mu of normal distribution. |
|
8 |
+ - simOGraph: using proper transitive reduction. |
|
9 |
+ - Citation shows Bioinformatics paper. |
|
10 |
+ - Handling of trivial cases in genotFitness. |
|
11 |
+ - Clarified McFarland parameterization. |
|
12 |
+ - Better (and better explained) estimates of simulation error for McFL. |
|
13 |
+ - AND of detectedSizeP and lastMaxDr. |
|
14 |
+ - fixation of a genotype/gene as stopping mechanism. |
|
15 |
+ - sampledGenotypes in user code. |
|
16 |
+ - clonePhylog et al: deal with never any descendant. |
|
17 |
+ - samplePop can handle failed simulations graciously. |
|
18 |
+ - accessible genotypes now done in C++. |
|
19 |
+ - simOGraph can also output rT data frames. |
|
20 |
+ - clonePhylog et al: deal with never any descendant. |
|
21 |
+ - samplePop can handle failed simulations graciously. |
|
22 |
+ - summary.oncosimulpop can handle failed simulations graciously. |
|
23 |
+ |
|
24 |
+Changes in version 2.5.13 (2017-04-07): |
|
25 |
+ - Updated NEWS for BioC 3.5. |
|
26 |
+ |
|
1 | 27 |
Changes in version 2.5.12 (2017-02-18): |
2 | 28 |
- rfitness: allow simple forcing of wt to 1, shifting by |
3 | 29 |
subtraction, and specifying mu of normal distribution. |
- Several improvements to rfitness.
- simOGraph using transitive reduction properly.
- Miscell documentation improvements.
- Updated citation to Bioinformatics paper.
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@126818 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,15 @@ |
1 |
+Changes in version 2.5.12 (2017-02-18): |
|
2 |
+ - rfitness: allow simple forcing of wt to 1, shifting by |
|
3 |
+ subtraction, and specifying mu of normal distribution. |
|
4 |
+ - simOGraph: proper trm comparison. |
|
5 |
+ - Citation now shows Bioinformatics reference. |
|
6 |
+ |
|
7 |
+Changes in version 2.5.11 (2017-01-27): |
|
8 |
+ - Transitive reduction: must call transitive.closure first. |
|
9 |
+ |
|
10 |
+Changes in version 2.5.10 (2017-01-27): |
|
11 |
+ - Transitive reduction: calling nem in simOGraph |
|
12 |
+ |
|
1 | 13 |
Changes in version 2.5.9 (2017-01-09): |
2 | 14 |
- Added code coverage comments to vignette. |
3 | 15 |
|
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125820 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125769 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,5 +1,8 @@ |
1 |
+Changes in version 2.5.8 (2017-01-09): |
|
2 |
+ - Added code coverage comments to vignette. |
|
3 |
+ |
|
1 | 4 |
Changes in version 2.5.8 (2016-12-17): |
2 |
- - Handle trivial cases in genotFitness |
|
5 |
+ - Handle trivial cases in genotFitness. |
|
3 | 6 |
|
4 | 7 |
Changes in version 2.5.7 (2016-12-15): |
5 | 8 |
- Clarified McFarland parameterization. |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125266 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125222 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125148 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/OncoSimulR@125127 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,3 +1,6 @@ |
1 |