Skip to content

Implemented R's split() utility to split a sequence by a grouping factor.#36

Merged
jkanche merged 8 commits intomasterfrom
splittify
Apr 17, 2026
Merged

Implemented R's split() utility to split a sequence by a grouping factor.#36
jkanche merged 8 commits intomasterfrom
splittify

Conversation

@LTLA
Copy link
Copy Markdown
Member

@LTLA LTLA commented Jan 7, 2026

…tor.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 7, 2026

Codecov Report

❌ Patch coverage is 96.07843% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.01%. Comparing base (e1acbfe) to head (a633982).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/biocutils/split.py 96.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
+ Coverage   90.87%   91.01%   +0.14%     
==========================================
  Files          42       43       +1     
  Lines        1786     1837      +51     
  Branches      359      375      +16     
==========================================
+ Hits         1623     1672      +49     
- Misses        112      113       +1     
- Partials       51       52       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LTLA
Copy link
Copy Markdown
Member Author

LTLA commented Jan 7, 2026

Best leave compressed_list out of this: (i) avoid cyclic dependency on compressed-lists, (ii) compressed-lists already has split_as_compressed_list(), and (iii) split() and splitAsList() are separate functions in R anyway.

@jkanche jkanche self-assigned this Apr 16, 2026
@jkanche jkanche merged commit f242e80 into master Apr 17, 2026
21 checks passed
@jkanche jkanche deleted the splittify branch April 17, 2026 15:53
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.

2 participants