Skip to content

PyTaxonKit 0.8

Compare
Choose a tag to compare
@standage standage released this 30 Aug 17:02
· 10 commits to master since this release
6666132

Changed

  • Updated doctest for pytaxonkit.list to include taxa that are updated in the NCBI taxonomy DB less frequently (#13, #14, #21, #24)
  • Other occasional updates to compensate for changes in the NCBI taxonomy DB (#15, #16, #17, #23, #26)
  • Updated pytaxonkit.list_ranks() to match updated taxonkit filter --list-order behavior (#20)
  • Now using Black instead of pycodestyle to check and autoformat Python code (#27)

Fixed

  • Bug with how certain functions handle empty inputs (#19)
  • Bug causing pytaxonkit.lineage to fail when only a single taxid was provided as input (#22)
  • Bug causing pytaxonkit.lca to fail when all input taxids are deleted or "unfound" (#22)
  • Bug causing pytaxonkit.name to fail on empty inputs (#26)