Follow-up to #499 and PR #510.
PR #510 made py_to_r() and ReticulateAnnData work with the anndata.AnnData class name used by Python anndata >= 0.13, but anndataR is still not fully compatible with it -- it currently emits a "not fully supported" warning and the TEMP(anndata<0.13.0) pins from PR #481 are still in place.
Remaining work:
Follow-up to #499 and PR #510.
PR #510 made
py_to_r()andReticulateAnnDatawork with theanndata.AnnDataclass name used by Python anndata >= 0.13, but anndataR is still not fully compatible with it -- it currently emits a "not fully supported" warning and theTEMP(anndata<0.13.0)pins from PR #481 are still in place.Remaining work:
TEMP(anndata<0.13.0)pins intests/testthat/helper-skip_if_no_anndata_py.R,vignettes/usage_python.Rmdand.github/workflows/bench-base.yamlReticulateAnnDataonce everything passes