From d39575fee1577cfeca3359b4306007688baa65b6 Mon Sep 17 00:00:00 2001 From: Michael Totty Date: Tue, 24 Dec 2024 09:00:07 -0600 Subject: [PATCH] version bump to 1.3.3 and update News page. --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 821af6b..47e4340 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: SpotSweeper Title: Spatially-aware quality control for spatial transcriptomics -Version: 1.3.2 +Version: 1.3.3 Date: 2024-11-08 Authors@R: c( person("Michael", "Totty", ,"mictott@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 969e541..73f2297 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,11 @@ # Verison 1.3.2 +## Minor Changes +- **Broadened Compatibility**: Updated all functions to use `inherits(spe, "SpatialExperiment")` instead of checking `class(spe)` directly. This change ensures that derived classes (e.g., `SpatialFeatureExperiment`) are also supported, improving flexibility and ease of use. + +# Verison 1.3.2 + ## New Features - **Added** the 'flagVisiumOutliers()' function to identify and flag systematic outlier spots in Visium datasets. This feature enhances data quality by allowing users to efficiently detect and exclude problematic spots from downstream analyses.