Changelog#

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased#

v0.2.1 - 2026-06-04#

Fixed#

  • Missing import in igua.cli.inputs module (#3).

Changed#

  • Update pyo3 to v0.28.3.

  • Relax gb-io dependency to support v0.4.

v0.2.0 - 2026-02-17#

Added#

  • Public API to configure and run IGUA from Python code.

  • Support for antiSMASH GenBank and Zip files.

  • Option to disable weighing by protein length in distance matrix creation.

  • Linear clustering method inspired by mmseqs linclust as an alternative to hierarchical clustering.

Changed#

  • Rename flags in CLI to select the dataset type.

  • Improve handling of temporary directory in CLI and pipeline code.

v0.1.0 - 2025-05-06#

Initial release.