Skip to content

PyPop 1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 20:50
· 222 commits to main since this release

PyPop 1.0.0 is the first official release of PyPop using Python 3, and the first release to be made as a PyPI package!

Highlights of PyPop 1.0.0

  • PyPop now fully ported to Python 3
  • Supports a new asymmetric linkage disequilibrium (ALD) calculations
  • Improved tab-separated values (TSV) output file handling
  • Preliminary support for Genotype List (GL) String (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3715123/)
  • Unit tests, new documentation system and continuous integration framework
  • And whole lot more minor features and bug fixes... (see NEWS.rst)

Install via PyPI

pip install -U pypop-genomics

Changes

A full history of changes is available in NEWS.rst.

Full Changelog since last official release: PYPOP_SRC-0_7_0...v1.0.0