-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit the NEWS.md for the initial BioC submission
- Loading branch information
1 parent
66398bd
commit 91683c4
Showing
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# visiumStitched 0.99.1 | ||
|
||
BUG FIXES | ||
|
||
* `spot_plot()` correctly receives `colors` parameter when `is_discrete` is `FALSE`, and documentation describing this was fixed | ||
|
||
# visiumStitched 0.99.0 | ||
|
||
NEW FEATURES | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
|
||
SIGNIFICANT USER-VISIBLE CHANGES | ||
|
||
* Your main changes to a function `foo()` or parameter `param`. | ||
* Initial version of the `visiumStiched` package that provides utilities for | ||
stitching together Visium capture areas and enables seamless downstream | ||
spatially-aware clustering methods to identify clusters on the stitched data. | ||
An example postmortem human brain dataset composed of 3 Visium capture areas | ||
was generated to demonstrate the utility of `visiumStitched`. The dataset is | ||
available from `spatiaLIBD::fetch_data()` version 1.17.8 or newer. The example | ||
data is described at <https://research.libd.org/visiumStitched_brain/>. |