Skip to content

Commit 9eda069

Browse files
committed
v1.19.1 -- bump version and update NEWS after merging and processing #91 by @lahuuki
1 parent 64d99df commit 9eda069

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: spatialLIBD
22
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
33
transcriptomics data
4-
Version: 1.19.0
5-
Date: 2024-10-22
4+
Version: 1.19.1
5+
Date: 2024-12-12
66
Authors@R:
77
c(
88
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# spatialLIBD 1.19.1
2+
3+
NEW FEATURES
4+
5+
* Merged <https://github.com/LieberInstitute/spatialLIBD/pull/91> by @lahuuki.
6+
This pull request fully re-implemented `layer_stat_cor_plot()` with a version
7+
that uses `ComplexHeatmap::Heatmap()` internally. It also adds support for
8+
incorporating the automatic annotation results from
9+
`annotate_registered_clusters()`. NOTE that the `max` argument was renamed to
10+
`color_max`, as well as `min` to `color_min`. Also, the default for `min` used
11+
to be `-max` and now for `color_min` the default is the `min()` correlation
12+
observed. The default for `max` was 0.81 and the default for `color_max()` is
13+
the `max()` observed correlation.
14+
* `run_app()` was also updated to match the updated in `layer_stat_cor_plot()`
15+
and now has 2 new inputs for controlling the annotation process with
16+
`annotate_registered_clusters()`. It also allows downloading a CSV file with
17+
the annotation results.
18+
19+
120
# spatialLIBD 1.17.10
221

322
BUG FIXES

0 commit comments

Comments
 (0)