Skip to content

Commit 26fe43e

Browse files
committed
v1.19.7 -- document recent bug fixes. A big one is that now HDF5Array objects are quickly rendered using the shiny apps, unlike before.
1 parent 786a889 commit 26fe43e

File tree

2 files changed

+17
-2
lines changed

2 files changed

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

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# spatialLIBD 1.19.7
2+
3+
BUG FIXES
4+
5+
* Removed code that made the app very slow to load using `HDF5Array` objects.
6+
See
7+
<https://github.com/LieberInstitute/spatialLIBD/commit/b80d92c3271a6ad92859f79a3bc343f77bad9bf2>
8+
for details.
9+
* Fixed a bug on the Z-score calculation in `multi_gene_z_score()`. See
10+
<https://github.com/LieberInstitute/spatialLIBD/commit/2d17ea2c3d1b73b38fbd50503765052c8487b9b1>
11+
for details. Implemented by @Nick-Eagles.
12+
* Fix a bug in the documentation of `run_app()` for the example stitched data.
13+
* No longer point to Twitter, instead point to Bluesky. This is for the package
14+
main README file as well as the default app documentation files.
15+
116
# spatialLIBD 1.19.5
217

318
BUG FIXES

0 commit comments

Comments
 (0)