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] Create Group base class for Collection #3024

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

jp-dark
Copy link
Collaborator

@jp-dark jp-dark commented Sep 20, 2024

Issue: #3023

Changes: This change moves functionality from the python Collection class into a new Group class. This is a precursor for the new MultiscaleImage class that is a TileDB group, but not a SOMA Collection

Notes for Reviewer: This change is primarily code movement.

@johnkerl johnkerl changed the title Create python Group base class for Collection [pyth0n] Create Group base class for Collection Sep 20, 2024
@jp-dark jp-dark changed the title [pyth0n] Create Group base class for Collection [python] Create Group base class for Collection Sep 20, 2024
This change moves functionality from the python `Collection` class into
a `Group` class. This is a precursor for the new `MultiscaleImage` class
that is a TileDB group, but not a SOMA `Collection`
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 94.35484% with 7 lines in your changes missing coverage. Please review.

Project coverage is 89.85%. Comparing base (11d5396) to head (1c02253).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3024      +/-   ##
==========================================
+ Coverage   89.64%   89.85%   +0.20%     
==========================================
  Files          40       41       +1     
  Lines        4096     4111      +15     
==========================================
+ Hits         3672     3694      +22     
+ Misses        424      417       -7     
Flag Coverage Δ
python 89.85% <94.35%> (+0.20%) ⬆️

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

Components Coverage Δ
python_api 89.85% <94.35%> (+0.20%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@jp-dark jp-dark merged commit 7a67820 into main Sep 23, 2024
11 checks passed
@jp-dark jp-dark deleted the dark/refactor-group branch September 23, 2024 17:45
@jp-dark
Copy link
Collaborator Author

jp-dark commented Sep 26, 2024

[sc-55580]

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.

3 participants