-
Notifications
You must be signed in to change notification settings - Fork 14
/
releasenotes.txt
61 lines (52 loc) · 2.8 KB
/
releasenotes.txt
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
MOG 1.8.1 Release date: 02/20/2020
Convert to maven project
Remove unwanted packages
Removed arrayexpress projects
Fix bug; showed incorrect number of metadata file rows.
Fix import metadata freeze on systems using java 13
Refactor
MOG 1.8.0 Release date: 10/28/2019
Fixed bug to remember colors after chart is updated
Added support for exporting SVG graphics
Multiple refactors
MOG 1.7.9 Release date: 8/21/2019
Added checks to validate metadata headers and raise error if duplicate headers are found.
Fixed reading MOG projects created without metadata.
Added permutation test for differential correlation.
Added permutation test for differential expression analysis.
Added permutation test for differential expression analysis with paired samples.
Added option to plot histogram of any column in the differential expression or differential correlation results table.
Refractor differential expression and correlation classes to save data with MOG project.
Added Holm method for p-value correction.
Added option to correct correlation p-values.
Fixed bug in meta-analysis which computed incorrect p-values with REM.
Removed the contact developer option under help.
MOG 1.7.8b Release date: 7/14/2019
Fixed problems with executing R files on MAC
Added support to load list of R files directly from menu
MOG 1.7.8 Release date: 7/13/2019
Added differential correlation interface
Added bar charts
Fixed "External Web Applications" function in line charts
Added option to show/hide legends in all charts
Fixed bug which caused crash when saving differential expression analysis
MOG 1.7.7 Release date: 4/6/2019
Added option to show outliers/mean in boxplots
Save differenential expression analysis results with MOG project.
Adjust line width in line charts.
Fixed search function bug which gave wrong results with multiple queries contains "All field" and "Any field".
Added more exception handling while reading projects.
MOG 1.7.6 Release date: 3/25/2019
Fixed bug which crashed MOG when there were special characters in info columns.
Changed get tooltip function for scatter and line charts to handle null metadata exception and prevent crashing.
Changed get tooltip function for StripedTable class to handle tables with no metadata.
Changed table to treemap function to allow datacolumns at any level of the tree. Before the level had to be 3 or more (Root is level 1).
Added AlphanumericComparator class to sort all columns in main and metadata table.
Removed "set info cols type" option.
Added option to resize scatter plot points
MOG 1.7.5 Release date: 3/15/2019
Fixed various bugs and added more exception handling.
Added support to search Genecards database.
Added volcano plots.
Added interface for differential expression analysis.
Updated existing documentation (not complete).