forked from jfnavarro/st_viewer
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLOG
More file actions
executable file
·128 lines (110 loc) · 4.07 KB
/
LOG
File metadata and controls
executable file
·128 lines (110 loc) · 4.07 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
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
v0.1.1
* first stable version
v0.2.0
* improvements on data proxy
* improvements on error manager
* improvements on network manager
* improvements in security (ssl, https)
* general improvements
* improve installers
* lay out improvements
* created encryption component (images encrypted)
* created new log in component (no authorization needed)
* bug fixes
* new visual features (selection, composite genes, export selection and heat map)
v0.3.1
* Improved log in component
* Added new ST logo
* Added options to dataset page (edit, remove, open)
* New data model
* Major refactor of main components
* New data adquisition component
* New rendering component
* Many bug fixes
* Many speed optimizations
* New rendering options and new color modes
* Cell view now has the selections table
* Options to store and export selections
* New mechanism to show and change color of genes
* Many new graphical options in cell view
* New Analysis Page (edit, remove, export)
* First version of DDA in analysis page
v0.3.2 (TODO)
v0.3.3 (TODO)
v0.3.4
* Made dots default size smaller
* Force color dialog for genes to be always on top
v0.3.5
* Fixed a bug that caused the viewer to crash when
a user with deprecated old selections-datasets
entered the datasets view.
v0.3.6
* Added an option to export features in the cell view for a selection
* Fixed a bug that would case the DEA Dialog to be un-stable sometimes
* Ensure the dot size is 0.5 by default
v0.4.0
* New UI design
* Improved speed and performance
* Improve memmory loading
* New color computation options (log, exp and normal)
* New pooled modes (reads, genes and TPMs)
* Improved windows and mac installers
* Many bug fixes
* Streaming JSON parsing
* Async Network downloads
* Improved error management
* Improved error messages
v0.4.1
* Fixed a bug with the selection rubberband
* Fixed a bug with the log in dialog in windows
* Fixed a bug causing a segmentation fault when exiting
* Fixed a bug with the caching of usernames
v0.4.2
* Added a threshold for genes
* Improved rendering code
* Adjust legend so it changes numbers with gene/reads threshold
* Some improvemends in the DEA
v0.4.3
* Fixed some bugs with the thresholds
* Removed async rendering data computation
* Restored OpenGLFunctions for compatibility reasons
v0.4.4
* Replaced table in DEA to fix some bugs
* Fixed a bug in selections table in the sorting of columns
* Added search box for DEA table
* Fixed a bug in the DEA threholds
* Fixed a bug in the minimum value for genes threshold
v0.4.5
* Some updates in DEA layout
* Scatter plot in DEA now scales
* Scatter plot will highlight the selected gene in the table
* Reg Exp now allows to turn visible genes that are not
* Partially removed use of Qt3D (GeneRendereGL uses Qt OpenGL)
* Faster rendering
* Fixed bug that would cause the app to crash when turning cell tissue off
v0.4.6
* Fixed a small bug in the genes threshold
v0.4.7
* Added support to store and view a snapshot of the tissue when saving selections
* Fixed a bug in the reg-exp with the string matching
* Fixed a bug with the reg-ex not selecting all genes in feature
v0.4.8
* Added option to toggle legend values by genes or reads
* Fixed some artifacts bugs in the rendering
* Improved init-reset of graphical elements
* Changed text in reg-exp widget
* Removed dependency with Qt3D
v0.4.9
* Made some general clean up and optimization
* Fixed a bug in the computation of TPM correlation values in DEA
v0.5.0
* Replaced QOpenGLWindows for QOpenGLWidgets
* Introduced QOpenGLFunctions for compatibility
* Fix some cppcheck warnings
* Added total reads per feature threshold
* Fixed some errors in the computation of correlation in DEA
v0.5.1
* Perform total genes/reads filter for total genes/reads in each feature
regardless of how many genes are selected
* Fix a bug when doing reg-exp selection on genes that should not appear
in some features due to threshold restraints