Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] Ingest somacore classes #3307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[python] Ingest somacore classes #3307

wants to merge 2 commits into from

Conversation

ryan-williams
Copy link
Member

@ryan-williams ryan-williams commented Nov 7, 2024

Accompanying SOMA "core" changes: single-cell-data/SOMA#244

It can be awkward having some implementations in that repo:

  • I'm experimenting with a dask kwarg to ExperimentAxisQuery.to_anndata; EAQ impl has lived in the core repo, to date, but arguably should not
  • @bkmartinjr has been working on improved "fast CSR" algorithms, which were previously implemented and used in the SOMA core repo, but arguably belong in an implementation repo like this one.

Changes:
Move files and classes from single-cell-data/SOMA to this repo:

  • _query.py:
    • Axis
    • AxisIndexer
    • AxisQueryResult
    • ExperimentAxisQuery
    • MatrixAxisQuery
    • JoinIDCache
  • _fast_csr.py
  • _eager_iter.py

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 88.33333% with 56 lines in your changes missing coverage. Please review.

Project coverage is 85.73%. Comparing base (33b104c) to head (9b5366f).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3307      +/-   ##
==========================================
+ Coverage   85.29%   85.73%   +0.43%     
==========================================
  Files          52       55       +3     
  Lines        5517     5980     +463     
==========================================
+ Hits         4706     5127     +421     
- Misses        811      853      +42     
Flag Coverage Δ
python 85.73% <88.33%> (+0.43%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 85.73% <88.23%> (+0.43%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@ryan-williams ryan-williams marked this pull request as ready for review November 8, 2024 14:00
@johnkerl johnkerl changed the title Ingest somacore classes [python] Ingest somacore classes Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant