-
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.
-
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.
-
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.
- Initial release