Skip to content

Commit

Permalink
Merge pull request #7 from dynverse/devel
Browse files Browse the repository at this point in the history
anndata 0.7.5.2
  • Loading branch information
rcannood authored Mar 28, 2021
2 parents 0f25bf6 + 22b6694 commit 455eeeb
Show file tree
Hide file tree
Showing 28 changed files with 542 additions and 766 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^vignettes/dataset.h5$
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown", type = "binary")
install.packages("reticulate")
reticulate::install_miniconda()
reticulate::py_install(c("anndata", "scanpy"), pip = TRUE)
shell: Rscript {0}

- name: Install package
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.RData
.Ruserdata
docs
inst/doc
12 changes: 11 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,17 @@ Imports:
reticulate
Suggests:
Matrix,
testthat
stats,
testthat,
knitr,
rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Config/reticulate:
list(
packages = list(
list(package = "anndata")
)
)
VignetteBuilder: knitr
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# anndata 0.7.5.2

* MINOR CHANGE: Add getters and setters to the LayersR6 class.
* MINOR CHANGE: Add getters and setter for the internal python objects.

* MINOR CHANGE: Alter how and when Python objects get converted to R and vice versa.

* DOCUMENTATION: Documentation site is available at https://anndata.dynverse.org!

* DOCUMENTATION: Added two basic vignettes.

# anndata 0.7.5.1

Expand Down
Loading

0 comments on commit 455eeeb

Please sign in to comment.