[WIP] Patch for anndata 0.7 (#1132)

* Fix JSON encoding bug introduced by anndata 0.7

* Add anndata csr and csc classes to allowed matrix proxy inputs
This commit is contained in:
Sidney Bell
2020-01-28 16:12:43 -08:00
committed by GitHub
parent 3dd50e5676
commit a927d733c2
4 changed files with 22 additions and 19 deletions
+2
View File
@@ -38,6 +38,8 @@ class MatrixProxy_anndata_h5py(MatrixProxyView):
"anndata.h5py.h5sparse.backed_csc_matrix",
"anndata.h5py.h5sparse.backed_csr_matrix",
"h5py._hl.dataset.Dataset",
"anndata._core.sparse_dataset.backed_csr_matrix",
"anndata._core.sparse_dataset.backed_csc_matrix",
)
@classmethod