-
Notifications
You must be signed in to change notification settings - Fork 14
/
NEWS
58 lines (45 loc) · 1.76 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
51
52
53
54
55
56
57
58
Changes in version 0.0.1 (2019-02-01)
+ Added direct support for `seurat` and other object classes
+ Updated readme and tutorial pages
+ Moved some larger reference data to `clustifyrdata`
Changes in version 0.0.2 (2019-05-29)
+ Updated discussions, benchmark, and visualization example pages
+ Reorganized `clustifyrdata` data package
Changes in version 0.0.3 (2019-09-06)
+ Support of SingleCellExperiment objects and more
+ Bug fixes
Changes in version 0.99.0 (2019-11-06)
+ Update to tutorials
+ Refactor arguments
+ Bug fixes
+ Cleanup for Bioconductor submission
Changes in version 1.1.0 (2020-05-21)
+ Bioc release
+ Bug fixes
Changes in version 1.1.2 (2020-09-21)
+ USCS cell browser reference building
+ Tutorial update
+ Bug fixes
Changes in version 1.3.1 (2020-12-26)
+ Q&A section
+ Now defaults to top 1000 variable genes in Seurat (including v4)
+ Bug fixes
Changes in version 1.3.2 (2021-02-25)
+ `build_atlas()` for combining references
+ More Q&A
Changes in version 1.3.3 (2021-02-28)
+ Launch shiny app with `run_clustifyr_app()`
+ Plot and GO for most divergent ranks in correlation of query vs reference
Changes in version 1.5.1 (2021-08-04)
+ `clustify_lists()` support for uneven number of markers
+ Deprecated SeuratV2 support
Changes in version 1.5.2 (2021-10-04)
+ `clustify_lists()` support for output of overlapping genes (`details_out = TRUE`)
+ Added truncated mean and trimean modes to `average_clusters()`
Changes in version 1.7.3 (2022-03-09)
+ `vec_out` option for directly getting classification results as a vector, to be inserted into other metadata/workflow
+ Maintainer change
Changes in version 1.15.1 (2023-10-31)
+ Replace `Seurat` dependency with `SeuratObject`
Changes in version 1.15.2 (2024-04-03)
+ Add support for `Seurat` version 5 objects