Skip to content

Commit 38f0bce

Browse files
lcolladotorlahuukiNick-Eagles
committed
v1.19.9 -- resolved a bug on layer_stat_cor_plot()'s internal function create_annotation_matrix().
Co-authored-by: Louise Huuki <[email protected]> Co-authored-by: Nick Eagles <[email protected]>
1 parent bb86599 commit 38f0bce

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-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.8
5-
Date: 2025-02-28
4+
Version: 1.19.9
5+
Date: 2025-03-13
66
Authors@R:
77
c(
88
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# spatialLIBD 1.19.9
2+
3+
BUG FIXES
4+
5+
* @lahuuki resolved the bug we discovered on a dataset being analyzed by
6+
@Nick-Eagles as we documented at
7+
<https://github.com/LieberInstitute/spatialLIBD/issues/98>. Basically, an
8+
internal function used by `layer_stat_cor_plot()` was having issues with cluster
9+
names that were just numbers such as "1", "2", ..., "13" where
10+
`annotate_registered_clusters()` could result in a "9/13" annotation but then
11+
that would match with "1", "3", "9", and "13" instead of just "9" and "13", thus
12+
introducing incorrect "X" annotations on `layer_stat_cor_plot()`. @lahuuki
13+
resolved this at <https://github.com/LieberInstitute/spatialLIBD/pull/99>.
14+
115
# spatialLIBD 1.19.8
216

317
NEW FEATURES

0 commit comments

Comments
 (0)