Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/suite' into suite

# Conflicts:
#	R/convenience_visiumHD.R
  • Loading branch information
josschavezf committed Nov 16, 2024
2 parents a3c7040 + 3b309ac commit 5210bf4
Show file tree
Hide file tree
Showing 96 changed files with 5,095 additions and 4,660 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Giotto
Title: Spatial Single-Cell Transcriptomics Toolbox
Version: 4.1.4
Version: 4.1.5
Authors@R: c(
person("Ruben", "Dries", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")),
Expand Down Expand Up @@ -28,7 +28,7 @@ RoxygenNote: 7.3.2
Depends:
R (>= 4.4.1),
methods,
GiottoClass (>= 0.3.3)
GiottoClass (>= 0.4.1)
Imports:
BiocParallel,
BiocSingular,
Expand All @@ -37,8 +37,8 @@ Imports:
dbscan (>= 1.1-3),
ggraph,
ggplot2 (>= 3.1.1),
GiottoUtils (>= 0.1.12),
GiottoVisuals (>= 0.2.5),
GiottoUtils (>= 0.2.0),
GiottoVisuals (>= 0.2.6),
igraph (>= 1.2.4.1),
Matrix (>= 1.6-2),
MatrixGenerics,
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

# Giotto 4.1.5 (2024/11/08)

## Enhancements
* `createGiottoXeniumObject()` auto loading for morphology focus images, image directory loading, auto centroid calculation, allow skipping transcript loading

## Website changes
* New Analysis mini tutorials for showing common processing functions independently of the spatial technology.
* New Slide-seq and OpenST examples.
* New Contributing tab with guidelines for contributing to the package and the website.
* New Visualizations tutorials.
* New Giotto workflow and Core Functions tutorials under Get Started tab.
* New Create and change Giotto instructions tutorial.
* New Spatial Patterns tutorials section.
* New tutorials under Interactivity for regions selection with vitessceR.
* New Multi-samples tutorials section.
* Updated technologies examples.
* Updated tutorials for using Docker and Singularity Giotto containers.
* Homogenized variable names across examples and tutorials.

# Giotto 4.1.4 (2024/10/30)

## Changes
Expand Down
Loading

0 comments on commit 5210bf4

Please sign in to comment.