Skip to content

Tags: kr-colab/mkado

Tags

v0.5.0

Toggle v0.5.0's commit message
v0.5.0: round-1 revision feature release for G3 (MS G3-2026-406681)

v0.4.0

Toggle v0.4.0's commit message
bump version to 0.4.0

v0.3.0

Toggle v0.3.0's commit message
bump version to 0.3.0

v0.2.0

Toggle v0.2.0's commit message
bump version to 0.2.0

v0.1.2

Toggle v0.1.2's commit message
bump version to 0.1.2 and add PyPI publish workflow

Add trusted publishing workflow via GitHub Actions for automated
PyPI releases on version tags.

v0.1.1

Toggle v0.1.1's commit message
feat: add Direction of Selection (DoS) statistic

Add the DoS statistic from Stoletzki & Eyre-Walker (2011) to MK test
results. DoS provides a symmetric, bounded measure of selection that
complements alpha and NI.

Formula: DoS = Dn/(Dn+Ds) - Pn/(Pn+Ps)
- DoS = 0: Neutral evolution
- DoS > 0: Positive selection
- DoS < 0: Slightly deleterious polymorphisms

Included in all output formats (pretty, TSV, JSON) for both standard
and polarized MK tests.

v0.1.0

Toggle v0.1.0's commit message
Release v0.1.0 - First release