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

✨ Added Groupby #16

Merged
merged 9 commits into from
Dec 21, 2024
Merged

✨ Added Groupby #16

merged 9 commits into from
Dec 21, 2024

Conversation

srivarra
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2024

Codecov Report

Attention: Patch coverage is 96.92308% with 6 lines in your changes missing coverage. Please review.

Project coverage is 96.37%. Comparing base (e5a1422) to head (4c702de).

Files with missing lines Patch % Lines
src/annsel/tl/_group_by.py 93.33% 3 Missing ⚠️
src/annsel/core/expr.py 94.44% 1 Missing ⚠️
src/annsel/core/utils.py 83.33% 1 Missing ⚠️
src/annsel/tl/_select.py 96.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   96.98%   96.37%   -0.61%     
==========================================
  Files          14       13       -1     
  Lines         365      276      -89     
==========================================
- Hits          354      266      -88     
+ Misses         11       10       -1     
Files with missing lines Coverage Δ
src/annsel/__init__.py 100.00% <100.00%> (ø)
src/annsel/core/__init__.py 100.00% <100.00%> (ø)
src/annsel/core/typing.py 100.00% <100.00%> (ø)
src/annsel/datasets/basic.py 100.00% <100.00%> (ø)
src/annsel/tl/__init__.py 100.00% <100.00%> (ø)
src/annsel/tl/_filter.py 100.00% <100.00%> (ø)
src/annsel/tl/anndata.py 100.00% <100.00%> (ø)
src/annsel/core/expr.py 95.00% <94.44%> (-5.00%) ⬇️
src/annsel/core/utils.py 94.44% <83.33%> (-2.33%) ⬇️
src/annsel/tl/_select.py 97.22% <96.66%> (+0.34%) ⬆️
... and 1 more

@srivarra srivarra marked this pull request as ready for review December 21, 2024 04:57
@srivarra srivarra merged commit af260dc into main Dec 21, 2024
9 checks passed
@srivarra srivarra deleted the ops/groupby branch December 21, 2024 04:57
@srivarra srivarra self-assigned this Dec 21, 2024
@srivarra srivarra added the enhancement New feature or request label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add groupby
2 participants