forked from jfnavarro/st_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
executable file
·176 lines (148 loc) · 5.15 KB
/
CHANGELOG
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
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
* Layout 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
v0.5.2
* Show total reads and total genes in selection widget
v0.5.5
* Changed UI interface
* Added option to load datasets locally
* Improved functionality in datasets view
* Improved functionality in selections view
* Selections do not get automatically saved in the cloud
* Added gene based cut-off
* Updated license terms
* Removed deprecated libraries
* General improvements and bug fixes
v0.5.6
* Fixed many bugs
* Clean up and refactored the code a bit
* Added no internet configuration trough CMake
* Added option to disable individual reads cut off
* Added option to remove multiple datasets/selections
* Users only see their datasets/selections
v0.5.7
* Fixed some bugs
* Increased speed by adding back Qt containers
* Removed VAOs and buffers in the gene renderer
v0.5.8
* Fixed small bugs
* Added an option to create selection object when the user needs
v0.6.0
* Fixed small bugs
v0.6.1
* Added network settings as a config file
* Simplified importing of datasets
v0.6.2
* Removed plotting library/functionalities
v0.6.3
* Added back plotting functionalities
* Fixed the building and packing for all the platforms