Skip to content

Releases: moshi4/ANIclustermap

v2.0.1

02 May 14:09
Compare
Choose a tag to compare

Fixed

  • Fixed unexpected fastani, skani mode enum value

v2.0.0

02 May 13:45
74c4047
Compare
Choose a tag to compare

Changed

  • Changed colorbar position to avoid overlap with dendrogram by default
  • Changed CLI parser built-in argparse to typer
  • Refactored code from a throwaway code into a module
  • Drop python3.8 support
  • Switched package manager poetry to rye

v1.4.0

13 Jul 03:44
538e7da
Compare
Choose a tag to compare

Change Log

Improvement

  • Added --annotation_fmt option to adjust the number of digits displayed (#14)

Bug Fix

  • Fixed a bug that ANI values are truncated to two decimal places (#14)

v1.3.0

07 Nov 14:19
Compare
Choose a tag to compare

Change Log

Improvement

  • Added --cbar_pos CLI argument option
  • Changed docstrings style google to numpy
  • Changed linter flake8 to ruff

v1.2.0

17 Feb 15:24
2aa02fb
Compare
Choose a tag to compare

Change Log

Improvement

  • Added support for ANI calculation with skani
  • Added --mode CLI argument option for selecting ANI calculation tool
  • Added --overwrite CLI argument option

Bug Fix

  • Fixed bug that removed end of certain filenames (#6)

v1.1.0

27 Apr 09:29
Compare
Choose a tag to compare
  • Add --cmap_ranges option (#1)
    Improvements to allow users to specify colorbar range by ANI value
  • Fix annotation value to be shown in figure
    Before: Rounded ANI values are shown (e.g. 99.99... -> 100)
    After: Rounded down ANI values are shown (e.g. 99.99... -> 99.9)

v1.0.0

04 Apr 14:24
Compare
Choose a tag to compare

First Official Release