scverse / scverse/scanpy

`io` submodule from `anndata`

Open
#3,245 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.6k
Forks
779
Avg merge
1d 4h
Merged PRs (30d)
27

Description

What kind of feature would you like to request?

Other?

Please describe your wishes

We need to handle https://github.com/scverse/anndata/pull/1682 here so that warnings are not thrown on import.

  • remove all references to anndata._io from inside the codebase if there are any
  • move all anndata.read_xxxx usages to anndata.io.read_xxxx https://github.com/scverse/scanpy/pull/3289
  • Remove deprecated anndata.read function

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by searching the codebase for references to anndata._io and the deprecated anndata.read function. Review the migration noted in scverse/scanpy#3289 and the linked anndata pull request for context. Done means no internal anndata._io references remain and deprecated anndata.read usage has been removed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
bioinformatics
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.