Skip to content

Commit

Permalink
v1.19.1 -- bump version and update NEWS after merging and processing #91
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Dec 12, 2024
1 parent 64d99df commit 9eda069
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: spatialLIBD
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
transcriptomics data
Version: 1.19.0
Date: 2024-10-22
Version: 1.19.1
Date: 2024-12-12
Authors@R:
c(
person("Leonardo", "Collado-Torres", role = c("aut", "cre"),
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# spatialLIBD 1.19.1

NEW FEATURES

* Merged <https://github.com/LieberInstitute/spatialLIBD/pull/91> by @lahuuki.
This pull request fully re-implemented `layer_stat_cor_plot()` with a version
that uses `ComplexHeatmap::Heatmap()` internally. It also adds support for
incorporating the automatic annotation results from
`annotate_registered_clusters()`. NOTE that the `max` argument was renamed to
`color_max`, as well as `min` to `color_min`. Also, the default for `min` used
to be `-max` and now for `color_min` the default is the `min()` correlation
observed. The default for `max` was 0.81 and the default for `color_max()` is
the `max()` observed correlation.
* `run_app()` was also updated to match the updated in `layer_stat_cor_plot()`
and now has 2 new inputs for controlling the annotation process with
`annotate_registered_clusters()`. It also allows downloading a CSV file with
the annotation results.


# spatialLIBD 1.17.10

BUG FIXES
Expand Down

0 comments on commit 9eda069

Please sign in to comment.