Skip to content

0.5.0

Compare
Choose a tag to compare
@althonos althonos released this 15 Jun 20:12
· 614 commits to main since this release

Added

  • pyrodigal.TrainingInfo class exposing variables obtained during training as an attribute to Pyrodigal, Gene and Genes instance.
  • Support for passing objects implementing the buffer protocol to Pyrodigal.find_genes and Pyrodigal.train instead of requiring str sequences.

Fixed

  • Potential data race on training info in case a Gene.translate with a non-default translation table was being translated at the same time as a Pyrodigal.find_genes call.
  • Spurious handling of Unicode strings causing potential issues on platform using a different base encoding.