• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openvax / topiary
88%
master: 90%

Build:
Build:
LAST BUILD BRANCH: v5.16.2
DEFAULT BRANCH: master
Repo Added 05 Jan 2018 08:34PM UTC
Files 35
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH pr-b-fragment-refactor
branch: pr-b-fragment-refactor
CHANGE BRANCH
x
Reset
  • pr-b-fragment-refactor
  • add-agents-md
  • add-cache-sharding
  • add-cached-predictor
  • add-model-colon-kind-syntax
  • add-netmhc-cache-loaders
  • add-protected-tissues-scope
  • add-self-proteome-nearest
  • antigen-fragment
  • bare-ident-brackets
  • best-allele-aggregation
  • cached-predictor-cli
  • cached-predictor-vaxrank-polish
  • chore/varcode-floor-122
  • ci-caching
  • cleanup-dsl-version-syntax
  • codex/mhctools-3-7-compat
  • codex/predict-wt-peptides
  • combine-predictor-results
  • csv-fasta-inputs
  • dsl-extensions
  • dsl-polish
  • dsl-polish-v5.0.1
  • dsl-refactor-v5
  • eval-context-default-methods
  • evaluate-scores-helper
  • expression-data
  • expression-dsl-v2
  • feature/peptide-property-dsl
  • filter-auto-aggregate
  • fix-127-autowrap-test
  • fix-165-backfill-value-from-score
  • fix-biopython-dependency
  • fix-deploy-python-selection
  • improve-cli-errors
  • inline-blosum62
  • io-wide-v4.11
  • lazy-varcode-imports
  • lens-loader
  • master
  • multi-model-disambiguation
  • openvax_switch
  • peptide-provenance
  • pirlygenes-5.1-expression-accessors
  • plumb-kind-support
  • promote-kind-aliases-public
  • pvacseq-loader
  • refactor-for-protein-sequences
  • release-4.8.0
  • restore-varcode-cli-parser-delegation
  • shrink-cached-predictor-index
  • test-audit-v4.10
  • topiary-result
  • v4.10.0
  • v4.11.0
  • v4.11.1
  • v4.11.2
  • v4.12.0
  • v4.3.0
  • v4.3.1
  • v4.3.2
  • v4.4.0
  • v4.5.0
  • v4.5.1
  • v4.6.0
  • v4.8.0
  • v4.9.0
  • v5.0.0
  • v5.0.1
  • v5.1.0
  • v5.10.0
  • v5.10.1
  • v5.10.2
  • v5.10.3
  • v5.10.4
  • v5.10.5
  • v5.10.6
  • v5.10.7
  • v5.10.8
  • v5.11.0
  • v5.12.0
  • v5.13.0
  • v5.14.0
  • v5.14.1
  • v5.15.0
  • v5.16.1
  • v5.16.2
  • v5.2.0
  • v5.4.0
  • v5.5.0
  • v5.6.0
  • v5.8.0
  • v5.9.0
  • v5.9.1

14 Apr 2026 03:26PM UTC coverage: 88.127% (+0.1%) from 87.994%
24409356618

Pull #121

github

iskandr
CHANGELOG: spell out the 5.4.0 downstream migration checklist

PR #121 consumer feedback flagged that the "breaking rename" section
listed what was renamed but didn't give a migration recipe.  Add an
explicit checklist: old symbol → new symbol for imports, predictor
methods, and IO functions; TSV forward/back-compat directionality
(5.2.x→5.4.0 works, 5.4.0→5.2.x doesn't); and the unaffected public
surface (TopiaryPredictor / EvalContext / apply_filter / variant
prediction entry points).
Pull Request #121: Refactor predict_from_variants onto AntigenFragment (PR B)

96 of 100 new or added lines in 4 files covered. (96.0%)

3006 of 3411 relevant lines covered (88.13%)

2.64 hits per line

Relevant lines Covered
Build:
Build:
3411 RELEVANT LINES 3006 COVERED LINES
2.64 HITS PER LINE
Source Files on pr-b-fragment-refactor
  • Tree
  • List 31
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24409356618 pr-b-fragment-refactor CHANGELOG: spell out the 5.4.0 downstream migration checklist PR #121 consumer feedback flagged that the "breaking rename" section listed what was renamed but didn't give a migration recipe. Add an explicit checklist: old symbol → new symbol for... Pull #121 14 Apr 2026 04:06PM UTC iskandr github
88.13
24404280509 pr-b-fragment-refactor Add frameshift fragment regression tests — v5.4.0 Pin _fragment_from_effect behavior on varcode FrameShift / FrameShiftTruncation effects, addressing the PR B review concern that inframe=True would drop downstream novel 9-mers under only_novel_ep... Pull #121 14 Apr 2026 02:27PM UTC iskandr github
88.12
24376471099 pr-b-fragment-refactor Rename AntigenFragment → ProteinFragment (no back-compat alias) The new name describes what the object IS (a slice of some protein — natural, chimeric, foreign, or designed) rather than what it's FOR (antigenicity is a prediction outcome, not an ... Pull #121 14 Apr 2026 01:52AM UTC iskandr github
88.12
24374071502 pr-b-fragment-refactor Tighten predictor internals and refresh docs Code: - Fold contains_mutant_residues into overlaps_target with a single vectorized .where() — drops one redundant df.apply per fragment scan and makes the "variant-only narrowing" explicit. - Extr... Pull #121 14 Apr 2026 12:32AM UTC iskandr github
88.12
24372918168 pr-b-fragment-refactor Address PR #121 review: filter ordering, source_type vocabulary, CHANGELOG - Extract _build_antigen_rows from predict_from_antigens so the legacy variant path can rebase peptide_offset before filter/sort evaluates. Filter expressions referenc... Pull #121 13 Apr 2026 11:56PM UTC iskandr github
88.12
24372442691 pr-b-fragment-refactor Refactor predict_from_variants onto AntigenFragment (PR B) predict_from_mutation_effects now builds a list of AntigenFragments from varcode effects and delegates to predict_from_antigens, replacing the parallel per-row metadata loop. The variant ... Pull #121 13 Apr 2026 11:42PM UTC iskandr github
87.95
See All Builds (269)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc