Skip to content

0.5.1

Compare
Choose a tag to compare
@althonos althonos released this 04 Sep 11:35
· 605 commits to main since this release

Added

  • Additional Gene properties to access the score

Changed

  • Use more efficient PyUnicode macros when reading or creating a string containing a nucleotide or a protein sequence.
  • Release the GIL when creating a bitmap for an str given as input to Pyrodigal.find_genes.
  • Release the GIL when creating the protein sequence returned by Gene.translate.

Fixed

  • Pyrodigal.find_genes and Gene.translate not behaving like Prodigal when handling sequences with unknown nucleotides.