Closed alam-shahul closed 1 month ago
Attention: Patch coverage is 50.00000%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 68.68%. Comparing base (
4a632d6
) to head (70e9bb2
). Report is 17 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/squidpy/gr/_utils.py | 50.00% | 3 Missing and 1 partial :warning: |
@timtreis @giovp Can we merge and make a release?
Hi, just wondering if the release/PyPI update will be made soon?
Made to be compatible with new
anndata
release.IMPORTANT: Please search among the Pull requests before creating one.
Description
In
sq.gr.utils
, we change mentions ofSparseCSRView
andSparseCSCView
toSparseCSRMatrixView
andSparseCSCMatrixView
, respectively. We also updatepyproject.toml
to useanndata>=0.11.0rc1
. I suppose that the latter is still under development, but I feel it will soon be part of the main release.How has this been tested?
Unfortunately I ran into an error when trying to test this locally:
but this should be a drop-in fix...
Closes
This closes #890 .