-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
145 lines (123 loc) · 2.87 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
### Version 1.13.1
BUG FIXES:
- ported from cgdsr to cBioportalData
- various typos corrected
### Version 1.3.2
BUG FIXES:
- cbioportal update query field
### Version 1.3.1
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- scale_fill_gradient2 throws a need at least two non-NA values to interpolate error.
Leaving the default colors resolve the issue
### Version 1.1.1
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- cgdsr new caseList naming was bringing to no mutational data. now fixed
- If _tcga_pan_can_atlas_2018 data are requested, _tcga and _tcga_pub are removed
### Version 0.99.18
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- hg19 biomart version changed from feb2014.archive.ensembl.org to grch37.ensembl.org
### Version 0.99.17
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- cgdsr URL changed
### Version 0.99.16
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- removed toc_float in the vignette
- chromosomes accepted only in the format 1:22,X,Y,MT
### Version 0.99.15
No changes. Just a rebump
### Version 0.99.14
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- some lines shortened
- dependency to R 3.6 instead of 3.5
### Version 0.99.13
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- removed figure size in the vignette
### Version 0.99.12
ADDITIONAL FUNCTIONS:
- Add Luca Mazarella as author
- add matrixStats function to improve apply speed
***
BUG FIXES:
- remove mclapply
- remove environment calls
- NEWS file moved to the main folder
- %+% and %++% removed
- accessors functions used in the code
- code lines reduced to 80 characters
- general cleanup
### Version 0.99.11
No changes. Just a rebump
### Version 0.99.10
No changes. Just a rebump
### Version 0.99.9
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- No tests and less examples
### Version 0.99.8
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- Faster vignette, faster examples
### Version 0.99.7
ADDITIONAL FUNCTIONS:
- Add a designed panel example
- Even shorter example dataset
***
BUG FIXES:
- Error in transforming aminoacid sequence to genomic
### Version 0.99.6
ADDITIONAL FUNCTIONS:
- Smaller example dataset
***
BUG FIXES:
### Version 0.99.5
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- reference to cgdsr code back into the manual
### Version 0.99.4
ADDITIONAL FUNCTIONS:
- add smaller datasets for examples
***
BUG FIXES:
- faster and shorter examples
- better error handling for empty data
- tiny typo
- bug fix in panelOptimizer
- some code cleanup
### Version 0.99.3
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- Minor style improvements (warnings and notes from BioCheck)
- Bug in PrecisionTrialDrawer-package.Rd example
### Version 0.99.2
ADDITIONAL FUNCTIONS:
- More informative show method for CancerPanel object
- Add NEWS and CITATION files
***
BUG FIXES:
- Minor bug fixes (warnings and notes from BioCheck)
- Faster examples
### Version 0.99.1
ADDITIONAL FUNCTIONS:
***
BUG FIXES:
- major bug fix in protein to genomic coordinates transformation
### Version 0.99.0
First Bioconductor submission