diff --git a/DESCRIPTION b/DESCRIPTION index 5ae3fb5c..7ff6154e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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"), diff --git a/NEWS.md b/NEWS.md index 3492a2e5..b8413d3d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +# spatialLIBD 1.19.1 + +NEW FEATURES + +* Merged 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