Release notes#
Future features#
Status |
Feature Description |
Priority |
Target Version |
|---|---|---|---|
Planned |
Comprehensive metadata of human populational genome resources |
P1 |
v0.4 |
Planned |
Downstream analysis module for |
P1 |
v0.5 |
Discussed |
Disease-associated expansion quantification |
P3 |
v0.5-0.6 |
Discussed |
TR catalog generation pipeline |
P3 |
v0.5-0.6 |
Versions#
[Latest] — v0.4.2 (2026-06-22)#
Bug Fixes#
Fixed a bug in
src/vampire/_anno.py.
New Features#
Added GitHub Actions workflow (
.github/workflows/docker.yml) to build and push Docker images to Docker Hub (zikunyang/vampire-tr) on everyv*tag push.Added
Dockerfileat repository root.
v0.4.1 (2026-06-22)#
Bug Fixes#
Added missing runtime dependencies discovered during v0.4.0 usage:
parasail>=1.3(required byvampire.anno.tl.motif_msa)nbformat>=4.2.0(required by Plotly for Jupyter rendering)ipywidgets>=7.0(required bytqdmfor Jupyter progress bar widgets)
v0.4.0 (2026-06-22)#
New Features#
Improvements#
We update
annowith length-restrained loop searching method to resolve more complex tandem repeats.We add the parameter
--use-rawtoanno. This can preserve all different motifs without compression.
Bug Fixes#
Fixed Issue #5
[Initial] — v0.3.0 (2025-06-02)#
New Features#
Added CLI framework (
anno, …)