-
Notifications
You must be signed in to change notification settings - Fork 26
/
NEWS
197 lines (155 loc) · 6.32 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
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.