Skip to content

Commit

Permalink
version bump to 1.3.3 and update News page.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicTott committed Dec 24, 2024
1 parent f0df01e commit d39575f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", ,"[email protected]", role = c("aut", "cre"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d39575f

Please sign in to comment.