-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
64 lines (34 loc) · 1.97 KB
/
Copy pathNEWS
File metadata and controls
64 lines (34 loc) · 1.97 KB
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
NEWS FILE FOR RMAEXPRESS
CHANGES IN 1.2.0
-----------------
WINDOWS Specific
----------------
- Now also building 64 bit binaries
RMAExpress
----------
- Fix a bug that resulted in crash when reading some types of CEL files
- Improve memory overhead in Compute Expression Measure
- In PLM Summarization falls back to median polish for probesets which have more than 100 probes (for speed). Was previosuly 500.
- Somewhat better handling od progress dialog boxes during expression summary computation
- On Windows a warning is given when buffer setting is greater than 1 array
RMADataConv
------------
- Remove strict checking of lib_set_version between pgf and clf files when using MPS/PS files.
- additional probeset types now supported in pgf/clf/MPS conversion
CHANGES IN 1.1.0
----------------
General
-------
- Unified source code between windows, liunx and mac osx builds. Previously mac osx source code changes were not merged into the main code base.
- Now building binaries against wxWidgets-3.0-rc1 for all platforms
RMAExpress
----------
- default format for saving residual images is now jpg
- improved redraw speed when changing between arrays in residual images window
- improved screen redraw speed when scrolling or resizing residual images window
- residuals window supports zooming from 10%-200%
RMADataConv
------------
- Remove strict checking of lib_set_version between pgf and clf files. It appears that there are a number of released pgf/clf file combinations that don't properly match (notably HuGene 2.0, MoGene 2.0)
- clf file parser now forces order=row_major (which is consistent with file format documentation). Note that there do exist released versions of clf files for some array types which contain "order=col_major", but these are incorrect (ie are actually row_major). The effect of this change is that the parser now assumes order=row_major irrespective of what is in the clf file.
- Better support for WTGene 2.0/2.1 and HTA array pgf/clf processing