forked from YuLab-SMU/GOSemSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
397 lines (313 loc) · 12.3 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<<<<<<< HEAD
CHANGES IN VERSION 2.3.1
------------------------
o new project site using blogdown <2017-09-28, Thu>
o speed up by pre-calculating GO similarities <2017-05-22, Mon>
+ contributed by Lluís Revilla Sancho
+ https://github.com/GuangchuangYu/GOSemSim/pull/13
CHANGES IN VERSION 2.2.0
------------------------
o BioC 3.5 release <2017-04-26, Wed>
CHANGES IN VERSION 2.1.3
------------------------
o friendly error message for using IC method without IC computed <2017-02-17, Fri>
+ https://github.com/GuangchuangYu/GOSemSim/issues/11
o fixed https://github.com/GuangchuangYu/GOSemSim/issues/9 <2016-12-20, Tue>
CHANGES IN VERSION 2.1.2
------------------------
o use prettydoc for vignette <2016-11-30, Wed>
o remove using BiocStyle <2016-11-23, Wed>
CHANGES IN VERSION 2.1.1
------------------------
o update startup message <2016-11-09, Wed>
CHANGES IN VERSION 2.0.0
------------------------
o BioC 3.4 released <2016-10-18, Tue>
CHANGES IN VERSION 1.99.4
------------------------
o fixed NOTE in R check <2016-08-12, Fri>
o add unit test using testthat <2016-08-11, Thu>
CHANGES IN VERSION 1.99.3
------------------------
o changes to satisfy meshes package <2016-08-05, Fri>
CHANGES IN VERSION 1.99.2
------------------------
o fixed Rcpp issue <2016-07-19, Tue>
+ https://github.com/GuangchuangYu/GOSemSim/issues/6
CHANGES IN VERSION 1.99.1
------------------------
o update vignette <2016-07-14, Thu>
CHANGES IN VERSION 1.99.0
------------------------
o support all organisms that have OrgDb object <2016-07-05, Tue>
o optimize Wang method <2016-07-04, Mon>
CHANGES IN VERSION 1.31.2
------------------------
o use byte compiler <2016-05-18, Wed>
o https://github.com/Bioconductor-mirror/GOSemSim/commit/71c29280c560e0293569121aeeecb0ed7b37055a
CHANGES IN VERSION 1.31.1
------------------------
o https://github.com/Bioconductor-mirror/GOSemSim/commit/a829a50a017b90f08c41b5955df176dfad333d06
CHANGES IN VERSION 1.30.0
------------------------
o BioC 3.3 released <2016-05-05, Thu>
CHANGES IN VERSION 1.29.2
------------------------
o update IC data <2016-04-21, Mon>
CHANGES IN VERSION 1.29.1
------------------------
o fixed R check <2016-03-05, Sat>
CHANGES IN VERSION 1.27.4
------------------------
o update information content data <2015-10-08, Thu>
o convert vignette from Rnw to Rmd <2015-06-23, Tue>
CHANGES IN VERSION 1.27.3
------------------------
o bug fixed in getSupported_Org <2015-05-31, Sun>
CHANGES IN VERSION 1.27.2
------------------------
o deprecate 'worm' and use 'celegans' instead.
CHANGES IN VERSION 1.27.1
------------------------
o add external documents <2015-05-07, Thu>
CHANGES IN VERSION 1.25.5
------------------------
o update information content files <2015-03-12, Thu>
CHANGES IN VERSION 1.25.4
------------------------
o update vignette and add DOSE citation <2015-02-13, Fri>
CHANGES IN VERSION 1.25.3
------------------------
o add doi in CITATION <2015-01-28, Wed>
o update vignette using BiocStyle <2015-01-26, Mon>
CHANGES IN VERSION 1.25.2
------------------------
o add BugReports URL <2014-12-17, Wed>
CHANGES IN VERSION 1.25.1
------------------------
o import Rcpp <2014-10-23, Thu>
CHANGES IN VERSION 1.23.2
------------------------
o fast IC-method implemented, contributed by Alexey Stukalov <2014-09-27, Sat>
CHANGES IN VERSION 1.23.1
------------------------
o add support of species coelicolor and gondii <2014-09-03, Wed>
CHANGES IN VERSION 1.21.3
------------------------
o fixed minor bug in combineMethods <2013-12-16, Mon>
CHANGES IN VERSION 1.19.3
------------------------
o add getSupported_Org function for accessing all the names of supported organisms <2013-07-09, Mon>
CHANGES IN VERSION 1.19.2
------------------------
o export getDb and loadGOMap <2013-07-09, Mon>
o update vignettes <2013-07-9, Mon>
CHANGES IN VERSION 1.19.1
------------------------
o update vignettes <2013-06-13, Thu>
CHANGES IN VERSION 1.17.1
------------------------
o update IC data for next release <2013-03-08, Fri>
o after removing NA row/col of similarity matrix, if only one row/col remains,
R will turn it to be a vector, and combineScore function will not work properly. This bug was fixed <2013-01-11, Fri>
o bug fixed of infoContentMethod, now return NA when ID is not belong to the ontology <2012-10-11, Thu>
CHANGES IN VERSION 1.15.3
------------------------
o remove all the S4 classes and methods <2012-09-12, Wed>
o add progress bar for mgeneSim <2012-09-12, Wed>
o re-implement calculating semantic values in Wang's method <2012-09-12, Wed>
o update IC data for next release <2012-09-12, Wed>
o bug fixed in getSV <2012-09-13, Thu>
CHANGES IN VERSION 1.15.2
------------------------
o re-implement gene2GO <2012-09-7, Fri>
o information content based methods implemented in c++ <2012-09-5, Wed>
CHANGES IN VERSION 1.15.1
------------------------
o export termSim, which can be used in
other ontological semantic similarity measurement <2012-06-14, Thu>
o update vignette. <2012-06-14, Thu>
CHANGES IN VERSION 1.13.6
------------------------
o remove dependency of organism annotation packages. <2012-03-09, Fri>
User not need to install all these annotation packages for using GOSemSim.
User only need to install the specific organism annotation package they want to calculate.
o update IC data sets for 1.14 release. <2012-03-30, Fri>
CHANGES IN VERSION 1.13.5
------------------------
o fixed BibTeX database file .bib.
month = , must be month = someMonth,
leave it blank will cause texi2dvi failed. <2012-03-01, Thu>
CHANGES IN VERSION 1.13.4
------------------------
o update vignette. <2012-02-28, Tue>
CHANGES IN VERSION 1.13.3
------------------------
o bug fixed for multiple annotation. <2012-02-01, Fri>
CHANGES IN VERSION 1.13.2
------------------------
o update infoContentMethod to make it consistent between DOSE and GOSemSim. <2011-12-31, Sat>
CHANGES IN VERSION 1.13.1
------------------------
o remove dependency of DOSE
o remove Streptomyces coelicolor support, as the genome wide annotation package contributor no longer supports it.
CHANGES IN VERSION 1.11.2
------------------------
o Using methods implemented in DOSE for semantic similarity calculation.
=======
CHANGES IN VERSION 2.3.1
------------------------
o new project site using blogdown <2017-09-28, Thu>
o speed up by pre-calculating GO similarities <2017-05-22, Mon>
+ contributed by Lluís Revilla Sancho
+ https://github.com/GuangchuangYu/GOSemSim/pull/13
CHANGES IN VERSION 2.2.0
------------------------
o BioC 3.5 release <2017-04-26, Wed>
CHANGES IN VERSION 2.1.3
------------------------
o friendly error message for using IC method without IC computed <2017-02-17, Fri>
+ https://github.com/GuangchuangYu/GOSemSim/issues/11
o fixed https://github.com/GuangchuangYu/GOSemSim/issues/9 <2016-12-20, Tue>
CHANGES IN VERSION 2.1.2
------------------------
o use prettydoc for vignette <2016-11-30, Wed>
o remove using BiocStyle <2016-11-23, Wed>
CHANGES IN VERSION 2.1.1
------------------------
o update startup message <2016-11-09, Wed>
CHANGES IN VERSION 2.0.0
------------------------
o BioC 3.4 released <2016-10-18, Tue>
CHANGES IN VERSION 1.99.4
------------------------
o fixed NOTE in R check <2016-08-12, Fri>
o add unit test using testthat <2016-08-11, Thu>
CHANGES IN VERSION 1.99.3
------------------------
o changes to satisfy meshes package <2016-08-05, Fri>
CHANGES IN VERSION 1.99.2
------------------------
o fixed Rcpp issue <2016-07-19, Tue>
+ https://github.com/GuangchuangYu/GOSemSim/issues/6
CHANGES IN VERSION 1.99.1
------------------------
o update vignette <2016-07-14, Thu>
CHANGES IN VERSION 1.99.0
------------------------
o support all organisms that have OrgDb object <2016-07-05, Tue>
o optimize Wang method <2016-07-04, Mon>
CHANGES IN VERSION 1.31.2
------------------------
o use byte compiler <2016-05-18, Wed>
o https://github.com/Bioconductor-mirror/GOSemSim/commit/71c29280c560e0293569121aeeecb0ed7b37055a
CHANGES IN VERSION 1.31.1
------------------------
o https://github.com/Bioconductor-mirror/GOSemSim/commit/a829a50a017b90f08c41b5955df176dfad333d06
CHANGES IN VERSION 1.30.0
------------------------
o BioC 3.3 released <2016-05-05, Thu>
CHANGES IN VERSION 1.29.2
------------------------
o update IC data <2016-04-21, Mon>
CHANGES IN VERSION 1.29.1
------------------------
o fixed R check <2016-03-05, Sat>
CHANGES IN VERSION 1.27.4
------------------------
o update information content data <2015-10-08, Thu>
o convert vignette from Rnw to Rmd <2015-06-23, Tue>
CHANGES IN VERSION 1.27.3
------------------------
o bug fixed in getSupported_Org <2015-05-31, Sun>
CHANGES IN VERSION 1.27.2
------------------------
o deprecate 'worm' and use 'celegans' instead.
CHANGES IN VERSION 1.27.1
------------------------
o add external documents <2015-05-07, Thu>
CHANGES IN VERSION 1.25.5
------------------------
o update information content files <2015-03-12, Thu>
CHANGES IN VERSION 1.25.4
------------------------
o update vignette and add DOSE citation <2015-02-13, Fri>
CHANGES IN VERSION 1.25.3
------------------------
o add doi in CITATION <2015-01-28, Wed>
o update vignette using BiocStyle <2015-01-26, Mon>
CHANGES IN VERSION 1.25.2
------------------------
o add BugReports URL <2014-12-17, Wed>
CHANGES IN VERSION 1.25.1
------------------------
o import Rcpp <2014-10-23, Thu>
CHANGES IN VERSION 1.23.2
------------------------
o fast IC-method implemented, contributed by Alexey Stukalov <2014-09-27, Sat>
CHANGES IN VERSION 1.23.1
------------------------
o add support of species coelicolor and gondii <2014-09-03, Wed>
CHANGES IN VERSION 1.21.3
------------------------
o fixed minor bug in combineMethods <2013-12-16, Mon>
CHANGES IN VERSION 1.19.3
------------------------
o add getSupported_Org function for accessing all the names of supported organisms <2013-07-09, Mon>
CHANGES IN VERSION 1.19.2
------------------------
o export getDb and loadGOMap <2013-07-09, Mon>
o update vignettes <2013-07-9, Mon>
CHANGES IN VERSION 1.19.1
------------------------
o update vignettes <2013-06-13, Thu>
CHANGES IN VERSION 1.17.1
------------------------
o update IC data for next release <2013-03-08, Fri>
o after removing NA row/col of similarity matrix, if only one row/col remains,
R will turn it to be a vector, and combineScore function will not work properly. This bug was fixed <2013-01-11, Fri>
o bug fixed of infoContentMethod, now return NA when ID is not belong to the ontology <2012-10-11, Thu>
CHANGES IN VERSION 1.15.3
------------------------
o remove all the S4 classes and methods <2012-09-12, Wed>
o add progress bar for mgeneSim <2012-09-12, Wed>
o re-implement calculating semantic values in Wang's method <2012-09-12, Wed>
o update IC data for next release <2012-09-12, Wed>
o bug fixed in getSV <2012-09-13, Thu>
CHANGES IN VERSION 1.15.2
------------------------
o re-implement gene2GO <2012-09-7, Fri>
o information content based methods implemented in c++ <2012-09-5, Wed>
CHANGES IN VERSION 1.15.1
------------------------
o export termSim, which can be used in
other ontological semantic similarity measurement <2012-06-14, Thu>
o update vignette. <2012-06-14, Thu>
CHANGES IN VERSION 1.13.6
------------------------
o remove dependency of organism annotation packages. <2012-03-09, Fri>
User not need to install all these annotation packages for using GOSemSim.
User only need to install the specific organism annotation package they want to calculate.
o update IC data sets for 1.14 release. <2012-03-30, Fri>
CHANGES IN VERSION 1.13.5
------------------------
o fixed BibTeX database file .bib.
month = , must be month = someMonth,
leave it blank will cause texi2dvi failed. <2012-03-01, Thu>
CHANGES IN VERSION 1.13.4
------------------------
o update vignette. <2012-02-28, Tue>
CHANGES IN VERSION 1.13.3
------------------------
o bug fixed for multiple annotation. <2012-02-01, Fri>
CHANGES IN VERSION 1.13.2
------------------------
o update infoContentMethod to make it consistent between DOSE and GOSemSim. <2011-12-31, Sat>
CHANGES IN VERSION 1.13.1
------------------------
o remove dependency of DOSE
o remove Streptomyces coelicolor support, as the genome wide annotation package contributor no longer supports it.
CHANGES IN VERSION 1.11.2
------------------------
o Using methods implemented in DOSE for semantic similarity calculation.
>>>>>>> c009b642cc7dbbcdcff13844be7f1658e1102682