Skip to content

Commit

Permalink
chore: bump for dev and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed May 24, 2024
1 parent 0e13f66 commit f935ef0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GiottoClass
Title: Giotto Suite object definitions and framework
Version: 0.3.1
Version: 0.3.2
Authors@R: c(
person("Ruben", "Dries", email = "rubendries@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# GiottoClass 0.3.2

## enhancements
- `verbose` param for `createNearestNetwork()`


# GiottoClass 0.3.1 (2024/05/21)

## bug fixes
Expand Down
3 changes: 2 additions & 1 deletion R/interoperability.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,11 @@ check_py_for_scanpy <- function() {
#' temp_directory <- tempdir()
#' giottoToAnnData(g, save_directory = paste0(temp_directory, "/"))
#'
#' anndataToGiotto(anndata_path = file.path(
#' g2 <- anndataToGiotto(anndata_path = file.path(
#' temp_directory,
#' "/cell_rna_converted_gobject.h5ad"
#' ))
#' force(g2)
#' @export
anndataToGiotto <- function(
anndata_path = NULL,
Expand Down
3 changes: 2 additions & 1 deletion man/anndataToGiotto.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f935ef0

Please sign in to comment.