-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
50 lines (35 loc) · 1.34 KB
/
NEWS
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
Changes in version 0.1.0 (2022-11-14):
+ initial version
Changes in version 0.1.1 (2022-11-18):
+ first working version
Changes in version 0.1.2 (2022-11-28):
+ allow selecting of cell types
Changes in version 0.1.5 (2023-02-14):
+ small fixes to solve check issues
Changes in version 0.1.6 (2023-02-23):
+ public release of cytoviewer on GitHub
+ main functionality done
Changes in version 0.99.0 (2023-03-23):
+ code preparations for Bioconductor submission
Changes in version 0.99.1 (2023-04-12):
+ code adjustments after Bioconductor approval
+ included reactive image / mask reading
Changes in version 0.99.2 (2023-04-13):
+ image download fix
Changes in version 0.99.3 (2023-04-18):
+ add initial color control for cell-level
Changes in version 1.0.0 (2023-05-26):
+ version bump for bioconductor and biorxiv release
Changes in version 1.0.1 (2023-07-27):
+ added validation messages and fixes for metadata overlay
+ added more tests and validation checks
Changes in version 1.1.2 (2023-10-09):
+ vignette updates
Changes in version 1.1.3 (2023-10-19):
+ enlarged default display area and changed default color settings
Changes in version 1.3.1 (2024-01-04):
+ updated README and added citation file
Changes in version 1.3.2 (2024-01-05):
+ added pixel resolution option
Changes in version 1.3.3 (2024-01-05):
+ updated README and added tests