Package: python-anndata / 0.12.0~rc1-1

Metadata

Package Version Patches format
python-anndata 0.12.0~rc1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
32bit_test_fail_skip | (download)

tests/test_layers.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove assert failing the builds for 32bit archs
ignore_test_importing_scanpy.patch | (download)

src/anndata/experimental/multi_files/_anncollection.py | 23 0 + 23 - 0 !
1 file changed, 23 deletions(-)

 the example doc tries to import some data from scanpy which is not yet packaged
 Thus the test would fail and the test is removed here


scanpy_not_finished_yet.patch | (download)

src/anndata/experimental/merge.py | 31 1 + 30 - 0 !
1 file changed, 1 insertion(+), 30 deletions(-)

 this example which should enrich the doc needs scanpy.
  While the packaging for scanpy has started it is not finished yet.
  Thus the example is excluded here.
FIXME: Just drop this patch once python3-scanpy might be available


skip cupy tests.patch | (download)

tests/test_concatenate.py | 1 1 + 0 - 0 !
tests/test_gpu.py | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 skip tests for cupy which we don't have in debian
loadgroup.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
skip_awkward.patch | (download)

tests/test_awkward.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip tests that depend on pyarrow which is not available in debian