-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNEWS
196 lines (122 loc) · 5.45 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
CHANGES IN VERSION 1.48.0
-------------------------
BUG FIXES AND MINOR IMPROVEMENTS
o Updated `viableIDs.rda` file in `extdata` directory (@lshep)
o Added `rmarkdown` to `Suggests` in `DESCRIPTION` file
CHANGES IN VERSION 1.41.0
-------------------------
MODIFICATIONS
o 1.41.5 Add RUnit to Suggest
o 1.41.3 Update viableID.rda for upcoming release
o 1.41.2 Use dbExecute() instead of dbGetQuery() or dbSendQuery() to avoid warnings
ENHANCEMENT
o 1.41.4 Knoknok Optimizations and allow specification of the desired Ensembl release
o 1.41.1 James MacDonald Fixed makeOrgPackageFromNCBI to use existing downloaded files
CHANGES IN VERSION 1.39.0
-------------------------
MODIFICATIONS
o 1.39.1 Update to REST query for uniprot
o 1.39.2 Update viableID.rda for upcoming release
CHANGES IN VERSION 1.34.0
-------------------------
NEW FEATURES
o Removed UniGene from OrgDb and ChipDb packages
o Added Gene Type table to OrgDb and ChipDb packages
o Added functionality to build Orthology.eg.db package which maps NCBI Gene IDs between species
o RSQLite deprecated usage of dbGetQuery for database altering statements; updated to use dbExecute instead
CHANGES IN VERSION 1.28.0
------------------------
NEW FEATURES
o (version 1.27.1) `makeOrgPackage()` supports GO ontologies.
CHANGES IN VERSION 1.18.0
------------------------
MODIFICATIONS
o RSQLite deprecated dbGetPreparedQuery/dbSendPreparedQuery; Updated with
dbGetQuery/dbSendQuery/dbBind/dbFetch
o update for building BioC 3.5
BUG FIXES
o Resolve tmp issue, change outputDir to NCBIFilesDir
o Fixed a bug in makeOrgPackageFromNCBI when there are no GO terms
CHANGES IN VERSION 1.16.0
------------------------
NEW FEATURES
o add check that required db0 package is installed in makeDBPackage()
o add script to create viableIDs data file
MODIFICATIONS
o remove outdated unit test and deprecate MAPCOUNTS in ChipDb
package templates
o update ChipDb package templates to load DBI in unit tests
o allow build without --keep-empty-dirs flag
o misc code cleanup
- No duplicate dependencies in DESCRIPTION
- resolve symbols in name space
- re-usable unit tests (new rather than reuse of temporary files)
- avoid unnecesary paste(), e.g, message(paste())
- use of loadNamespace() rather than require()
- avoid 1:n iterations
- formatting, e.g., of SQL and if () {} else {}
o remove unused tests/runalltests.Rout.save file in
AnnDbPkg-templates
o use https: rather than http: for NCBI access
o rename R code and man page files consistent with high level functions
o bump OrgDb version for 3.4 release
o add explicit AnnotationDbi:::NCBIORG_DB_SeedGenerator()
BUG FIXES
o getFastaSpeciesDirs() trims '\r' on Windows
CHANGES IN VERSION 1.14.0
------------------------
NEW FEATURES
o build 'alias' table in OrgDbs sqlite db for frog, chimp, rhesus and
mosquito
MODIFICATIONS
o update AnnDbPkg template man to reference select() interface
o work on makeOrgPackageFromNCBI:
- error early when tax id is not found in gene_info.gz
- add 'rebuildCache' arg to control repeated downloads
- remove old code and comments
- update man page
o add PFAM and PROSITE man pages to NCBICHIP and NCBIORG package
templates
o allow passing of directory location in wrapBaseDBPackages()
o change format of licence; report current version of AnnotationDbi
o modify appendArabidopsisGenes() to check for null 'gene_id'
o add DBI to 'Suggests'; load DBI in _dbconn man page
o load SQLite in vignettes; no longer free from
AnnotationDbi::dbFileConnect()
CHANGES IN VERSION 1.8.0
------------------------
NEW FEATURES
o Adds support for making orgDb objects/databases for all NCBI
taxIDs where there is sufficient data (for adding to
AnnotationHub). This makes objects for 1100 organisms.
CHANGES IN VERSION 1.6.0
------------------------
NEW FEATURES
o Adds support for a generalized makeChipPackage() function so
that users with a probe that maps to an ID can make a chip package
providing only that they have access to an org package (no .db0
package required).
o Adds support for making new inparanoid8 databases (for loading
into AnnotationHub)
CHANGES IN VERSION 1.4.0
------------------------
NEW FEATURES
o adds more general mechanism for creating organism packages.
makeOrgPackage() will now allow users to pass in a series of
data.frames, and (provided that they are formatted correctly) will
compile those into a gene-centric organism package. The aim is to
provide a more general mechanism for people who are working on
organisms that are off the beaten path.
o updates to the documentation (new vignettes) to better clarify
how users who need to make new organism packages should do so.
CHANGES IN VERSION 1.0.0
------------------------
o All of the code that used to live in AnnotationDbi but was
primarily involved in the creation of new annotation packages
now lives here.
NEW FEATURES
o New biocViews tags have been added to the code that generates all
the new Annotation packages. These allow users to search
annotation packages by the type of annotation package that they
are. So for example you can now quickly list only the
TranscriptDb packages by using the web site.