Changelog
Source:NEWS.md
anndata 0.8.0
FUNCTIONALITY: Added support for
read_zarr()
andwrite_zarr()
(PR #33).BUG FIX: Use the right interface for the
all.equal()
function (PR #32).BUG FIX: Add
py_to_r
converter foranndata.abc._AbstractCSDataset
(PR #34).MINOR CHANGES: Ignore python warnings when running tests (PR #34).
anndata 0.7.5.5
CRAN release: 2022-09-23
- FUNCTIONALITY: Added initial support for loading AnnData with
backed=TRUE
.
anndata 0.7.5.4
CRAN release: 2022-08-23
BUG FIX: Set dimnames on layer views as well (#16).
BUG FIX: Fix Github Actions for R CMD Check, test-coverage and pkgdown.
DOCUMENTATION: Fix pkgdown config structure by adding missing topics.
DOCUMENTATION: Regenerate the Rd files using the current CRAN version of roxygen2.
anndata 0.7.5.2
CRAN release: 2021-03-28
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
CRAN release: 2021-02-02
MINOR CHANGE: Add wrapper classes for Raw and Layers objects.
MAJOR CHANGE: Calling
ad[..., ...]
now correctly returns a view ofad
instead of returning a matrix.TESTING: Extend tests based on
theislab/anndata
repository.
anndata 0.7.5 (2020-11-19)
CRAN release: 2020-11-19
MINOR CHANGES: Updated Python requirements to anndata 0.7.5.
NEW FEATURE
AnnData()
: Addedobsp
,varp
, andraw
objects to parameters.TESTING: Added more tests based on
theislab/anndata
repository.