|
1 | | -# Unreleased |
| 1 | +# Seurat 5.3.1 |
2 | 2 |
|
3 | 3 | ## Changes |
4 | | -- Added `label.size.cutoff` parameter to `DimPlot` to allow users to label only clusters above a certain size |
| 4 | + |
| 5 | +### Additions |
5 | 6 | - Added option to use `cluster_leiden` from `igraph` when running Leiden clustering ([#9931](https://github.com/satijalab/seurat/pull/9931)) |
6 | 7 | - Added option to use `umap2` from `uwot` when running UMAP ([#9918](https://github.com/satijalab/seurat/pull/9918)) |
7 | | -- Updated `PseudobulkExpression` to acccount for the case that a category passed to `group.by` has only one value |
8 | | -- Updated `VlnPlot` to use assay passed to the function if specified |
9 | | -- Updated `FeatureScatter` to allow gene names with parentheses to be plotted |
10 | | -- Updated `SingleRasterMap` to store object metadata correctly |
11 | | -- Made minor edit to description of section running `DoHeatmap` in PBMC3K guided tutorial vignette |
12 | | -- Updated `FindClusters` to order cluster factor levels correctly when assigning a custom cluster name |
13 | | -- Updated `FindConservedMarkers` to remove NA values |
14 | | -- Updated visualization functions to avoid `ggplot2::guides()` deprecation warnings |
| 8 | +- Added option to use `approx_pow` parameter from `uwot` when running UMAP ([#9449](https://github.com/satijalab/seurat/pull/9449)) |
| 9 | +- Updated `LoadXenium` to add support for Xenium protein data ([#10024](https://github.com/satijalab/seurat/pull/10024)) |
| 10 | +- Added option to specify stroke size in `FeaturePlot` ([#10053](https://github.com/satijalab/seurat/pull/10053)) |
| 11 | +- Added `label.size.cutoff` parameter to `DimPlot` to allow users to label only clusters above a certain size ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 12 | + |
| 13 | +### Fixes |
| 14 | + |
| 15 | +- Fixed deprecated calls to Seurat functions `GetAssayData` and `PackageCheck` ([#9924](https://github.com/satijalab/seurat/pull/9924)), ([#10102](https://github.com/satijalab/seurat/pull/10102)) |
| 16 | +- Fixed errors in `RunAzimuth` relating to `FindTransferAnchors` ([#9924](https://github.com/satijalab/seurat/pull/9924)) |
| 17 | +- Fixed errors in `LeverageScore` relating to handling of (variable) features ([#9924](https://github.com/satijalab/seurat/pull/9924)) |
| 18 | +- Updated `PseudobulkExpression` to acccount for the case that a category passed to `group.by` has only one value ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 19 | +- Updated `VlnPlot` to use assay passed to the function if specified ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 20 | +- Updated `FeatureScatter` to allow gene names with parentheses to be plotted ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 21 | +- Updated `SingleRasterMap` to store object metadata correctly ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 22 | +- Updated `FindClusters` to order cluster factor levels correctly when assigning a custom cluster name ([#10092](https://github.com/satijalab/seurat/pull/10092)) |
| 23 | +- Updated `FindConservedMarkers` to remove NA values ([#9917](https://github.com/satijalab/seurat/pull/9917)) |
| 24 | +- Updated visualization functions to avoid ggplot2 `guides`, `aes_string`, and `facet_grid` deprecation warnings ([#9409](https://github.com/satijalab/seurat/pull/9409), [#10116](https://github.com/satijalab/seurat/pull/10116)) |
15 | 25 | - Fixed `DimPlot` bug where metadata columns named 'PC_1', 'UMAP_1' etc override reduction embeddings ([#10062](https://github.com/satijalab/seurat/pull/10062)) |
16 | 26 |
|
17 | | -# Seurat 5.3.0 |
| 27 | + |
| 28 | +# Seurat 5.3.0 (2025-04-23) |
18 | 29 |
|
19 | 30 | ## Changes |
20 | 31 | - Fixed `PseudobulkExpression` to forward relevant arguments to `NormalizeData` ([#9840](https://github.com/satijalab/seurat/pull/9840)) |
|
0 commit comments