Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 01:36
c61fa81

PopGen v0.6.0

✨✨ New Features

  • Hudson pairwise FST & Permutation
    • adds the Hudson et al. 1992 method
  • isbiallelic
    • adds boolean test if a PopData object has only biallelic loci
    • adds boolean test if a GenoArray is biallelic
  • drop_multiallelic
    • mutating and non-mutating methods to remove non-biallelic loci from a PopData object

⚡⚡ Improvements

  • drop_monomorphic now uses the same logic as drop_multiallelic, which should make it faster and leaner

🐛🐛 Bug fixes

  • vcf and bcf kwarg rename_loci now consistent in functions and docstrings
  • generate_meta now uses a comprehension rather than deprecated map(fn, groupeddataframe) method

Breaking Changes

  • none

Diff since v0.5.2

Merged pull requests: