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.3.0 - 2026-01-08#

Added#

  • threshold_scale configuration option in RNAFinder (#2, by @apcamargo).

  • __repr__ implementation to TRNAGene and TMRNAGene (by @apcamargo).

  • Various properties to RNAFinder allowing to access the options given in __init__.

Changed#

  • Distribute wheels in Limited API mode for Python 3.11 and later.

v0.2.0 - 2025-06-02#

Added#

  • permuted property to check whether a TMRNAGene is permuted.

  • MyPy type hints for the pyaragorn.lib module.

Changed#

  • Rename TRNAGene and TMRNAGene to be more consistent.

  • Rename cds method of TMRNAGene to orf.

v0.1.0 - 2025-05-27#

Initial release.