Skip to content

v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 15:30
v3.5.0

Added

  • Support for reading from stdin in CLI (#35).
  • Flag for changing parallel computation to use Pool instead of ThreadPool (#57).
  • Better documentation of command line interface (#56).
  • Allow changing the formatter class in pyrodigal.cli.argument_parser.

Changed

  • Migrate documentation to pydata-sphinx-theme.

Fixed

  • Cython warnings with unused except * statements in MetagenomicBins.
  • Signatures of __init__ methods missing from all Cython types after the v3.0 update.
  • Small typos in documentation.