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.