chore(deps): bump seqpro to 0.11.0 and genoray to 2.3.0#157
Merged
Conversation
- seqpro: DTYPE → DTYPE_co, RDTYPE → RDTYPE_co (imported with alias for zero-diff at call sites) - genoray: SparseGenotypes/SparseDosages removed; replaced with Ragged[V_IDX_TYPE]/Ragged[DOSAGE_TYPE] throughout - Pin dev env to py310 and add python<3.14 guard to prevent resolver picking 3.14 (no pyarrow wheel) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5cf6457 to
0930bbe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
seqprofrom0.9.0→0.11.0andgenorayfrom2.2.1→2.3.0DTYPE/RDTYPE→DTYPE_co/RDTYPE_co; genoraySparseGenotypes/SparseDosagesremoved, replaced withRagged[V_IDX_TYPE]/Ragged[DOSAGE_TYPE])devenv topy310and addpython<3.14guard to prevent solver from picking Python 3.14 (no pyarrow wheel)debug-statementspre-commit hook to exclude_impl.py(uses Python 3.10+matchsyntax, which the hook's Python 3.9 AST can't parse)Test plan
pixi run -e dev gen— test fixtures regenerated cleanlypixi run -e dev test— 373 passed, 5 skipped, 2 xfailed, 0 failurespixi run -e dev ruff check python/— no errors🤖 Generated with Claude Code