1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,163 +0,0 @@ |
1 |
-2014-07-12 Qiang Kou <qkou@umail.iu.edu> |
|
2 |
- |
|
3 |
- mzid file reading |
|
4 |
- |
|
5 |
-2014-05-19 Qiang Kou <qkou@umail.iu.edu> |
|
6 |
- |
|
7 |
- Backend pwiz implemented |
|
8 |
- |
|
9 |
-2012-08-20 Steffen Neumann <sneumann@ipb-halle.de> |
|
10 |
- |
|
11 |
- * src/boost/thread/xtime.hpp: applied another patch by Alvaro Cuadros Inostroza |
|
12 |
- for gcc-4.7.1 compatibility in boost, see e.g. https://bbs.archlinux.org/viewtopic.php?pid=1126282 |
|
13 |
- and https://svn.boost.org/trac/boost/ticket/6940 |
|
14 |
- |
|
15 |
-2012-05-15 Steffen Neumann <sneumann@ipb-halle.de> |
|
16 |
- |
|
17 |
- * libstdcpp3.hpp: applied patch by Alvaro Cuadros Inostroza |
|
18 |
- for gcc-4.7 compatibility in boost |
|
19 |
- |
|
20 |
-2012-04-04 Steffen Neumann <sneumann@ipb-halle.de> |
|
21 |
- |
|
22 |
- * src/pwiz/data/msdata/RAMPAdapter.cpp (pwiz): Revert hack from 2012-03-26 |
|
23 |
- * src/pwiz/data/msdata/MSData.hpp (pwiz): Add Patch suggested by Brian Pratt, |
|
24 |
- for a better fix of problem if first spectrum if it has an index==0 |
|
25 |
- |
|
26 |
-2012-04-04 Steffen Neumann <sneumann@ipb-halle.de> |
|
27 |
- |
|
28 |
- * src/ramp.h: enable new I/O on windows |
|
29 |
- |
|
30 |
- 2012-03-31 Steffen Neumann <sneumann@ipb-halle.de> |
|
31 |
- |
|
32 |
- * src/ramp.h: disable new I/O on windows, should compile, |
|
33 |
- but will fail unit test with *.gz file |
|
34 |
- |
|
35 |
-2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
36 |
- |
|
37 |
- * Added unit tests for *.mzdata.gz |
|
38 |
- |
|
39 |
-2012-03-26 Steffen Neumann <sneumann@ipb-halle.de> |
|
40 |
- |
|
41 |
- * RAMPAdapter.cpp: fix reading the first spectrum |
|
42 |
- if it has an index==0 |
|
43 |
- |
|
44 |
-2012-03-13 Steffen Neumann <sneumann@ipb-halle.de> |
|
45 |
- |
|
46 |
- * R/ramp.R, src/rampR.cpp: back-ported the old XCMS rampR |
|
47 |
- interface, which is much faster than cramp |
|
48 |
- |
|
49 |
-2012-02-28 Steffen Neumann <sneumann@ipb-halle.de> |
|
50 |
- |
|
51 |
- * src/RcppRamp.cpp: Change the (temporary) Vectors from STL |
|
52 |
- to Rcpp::*Vector for reduced memory footprint |
|
53 |
- |
|
54 |
-2011-12-14 Steffen Neumann <sneumann@ipb-halle.de> |
|
55 |
- |
|
56 |
- * Updated to pwiz r3148 |
|
57 |
- |
|
58 |
-2011-11-24 Steffen Neumann <sneumann@ipb-halle.de> |
|
59 |
- * Fixed linking of NetCDF with previous help from |
|
60 |
- Dan Tenenbaum and Martin Morgan. |
|
61 |
- |
|
62 |
-2011-09-16 Laurent Gatto <lg390@cam.ac.uk> |
|
63 |
- * Changed é to \'e in mzR.bib. |
|
64 |
- |
|
65 |
-2011-09-07 Laurent Gatto <lg390@cam.ac.uk> |
|
66 |
- * temporary fixed the 'could not find function "getClass"' warning |
|
67 |
- adding require("methods", ... ) to .onLoad |
|
68 |
- (see http://comments.gmane.org/gmane.comp.lang.r.rcpp/2140) |
|
69 |
- but this produces a note about 'Package startup functions should |
|
70 |
- not change the search path.' But adding methods to the depends |
|
71 |
- fiels, as advertised in .onAttach, does not fix the original |
|
72 |
- warning. |
|
73 |
- * Bump version number to 0.99.2 to track changes. |
|
74 |
- |
|
75 |
-2011-08-10 Steffen Neumann <sneumann@ipb-halle.de> |
|
76 |
- * Temporary Fix for "unable to find ... for function "peaks" |
|
77 |
- by explicitely specifying mzR:: namespace |
|
78 |
- * Bump version for resubmission to BioC |
|
79 |
- |
|
80 |
-2011-08-09 Steffen Neumann <sneumann@ipb-halle.de> |
|
81 |
- * Minor fixes in documentation |
|
82 |
- * Bump version for resubmission to BioC |
|
83 |
- |
|
84 |
-2011-08-01 Steffen Neumann <sneumann@ipb-halle.de> |
|
85 |
- * Added header(), peaks(), length() |
|
86 |
- and show() for netCDF. This passes all unit tests |
|
87 |
- for a modified version of xcms, closing Issue #15 |
|
88 |
- |
|
89 |
-2011-07-22 Steffen Neumann <sneumann@ipb-halle.de> |
|
90 |
- * Non-functional support for CDF |
|
91 |
- |
|
92 |
-2011-07-11 Laurent Gatto <lg390@cam.ac.uk> |
|
93 |
- * simplified show method |
|
94 |
- * rewrote runInfo in R |
|
95 |
- * Misc changes in doc and vignette |
|
96 |
- * bumped version to 0.5.5 |
|
97 |
- |
|
98 |
-2011-07-08 Steffen Neumann <sneumann@ipb-halle.de> |
|
99 |
- * fixed Windows, checked for x64 |
|
100 |
- * bumped version to 0.5.4 |
|
101 |
- |
|
102 |
-2011-07-05 Laurent Gatto <lg390@cam.ac.uk> |
|
103 |
- * small doc and vignette updates |
|
104 |
- * peaks("mzRramp","missing") always returns a list |
|
105 |
- (possibly of length 1) of matrices. |
|
106 |
- * bumped version to 0.5.2 |
|
107 |
- |
|
108 |
-2011-06-16 Laurent Gatto <lg390@cam.ac.uk> |
|
109 |
- * updated header("mzRamp","numeric") when |
|
110 |
- length(numeric) > 1 to return 'flat' data.frame |
|
111 |
- * bumped verison to 0.5.1 |
|
112 |
- |
|
113 |
-2011-06-10 Laurent Gatto <lg390@cam.ac.uk> |
|
114 |
- * bumped version to 0.5.0 |
|
115 |
- * implementing backend design and related changes |
|
116 |
- |
|
117 |
-2011-06-09 Laurent Gatto <lg390@cam.ac.uk> |
|
118 |
- * bumped version to 0.4.4 |
|
119 |
- * created format specific classes and methods |
|
120 |
- * added (optional) format argument to openMSfile |
|
121 |
- * updated documentation |
|
122 |
- |
|
123 |
-2011-06-01 Laurent Gatto <lg390@cam.ac.uk> |
|
124 |
- * added fileName slot to mzR class (now version 0.1.3) |
|
125 |
- * updated openMSfile, fileName and mzR validity to |
|
126 |
- reflect new mzR@fileName slot. |
|
127 |
- * update get3Dmap and initializeRamp generics - added |
|
128 |
- explicit non-dispatching elements. |
|
129 |
- * added mzR.bib bibtex and Makefile files |
|
130 |
- * updated docs and vignette |
|
131 |
- |
|
132 |
-2011-06-01 Steffen Neumann <sneumann@ipb-halle.de> |
|
133 |
- * fix call to fileName() in instrumentInfo() |
|
134 |
- * added Makefile for a simple "make" in unitTests |
|
135 |
- * added man pages |
|
136 |
- |
|
137 |
-2011-05-31 Laurent Gatto <lg390@cam.ac.uk> |
|
138 |
- * file extension is checked to avoid retrieving |
|
139 |
- instrument info for mzdata files (see |
|
140 |
- https://github.com/sneumann/mzR/issues/5) |
|
141 |
- * update Rcpp version dependency |
|
142 |
- * updated unit test |
|
143 |
- |
|
144 |
-2011-05-27 Laurent Gatto <lg390@cam.ac.uk> |
|
145 |
- * bumped verssion to 0.4.3 |
|
146 |
- * added further refinements and dummy documenation |
|
147 |
- * builds, checks and installs fine |
|
148 |
- |
|
149 |
-2011-05-25 Laurent Gatto <lg390@cam.ac.uk> |
|
150 |
- * bumped verion to 0.4.1 |
|
151 |
- * cleaned up code and file names, to fit with |
|
152 |
- Bioconductor's naming schemes. |
|
153 |
- * created S4 classes and methods |
|
154 |
- |
|
155 |
-2011-05-01 Laurent Gatto <lg390@cam.ac.uk> |
|
156 |
- * added cleanup script to version 0.4 |
|
157 |
- |
|
158 |
-2010-12-16 Steffen Neumann <sneumann@ipb-halle.de> |
|
159 |
- |
|
160 |
- * push 0.3 which adds mzML support, and has (a few) |
|
161 |
- unit tests. R CMD check finishes mostly clean, with |
|
162 |
- some problems with Rcpp/methods |
|
163 |
- |