Skip to content

1.0.2

Latest

Choose a tag to compare

@akikuno akikuno released this 03 Feb 05:14
· 6 commits to main since this release
cbd5ae1

v1.0.2 (2026-02-03)

🐛 Bug Fixes

  • Fix inconsistent phenotype_shared_annotations types (list[dict])
    Issue: #150
    Thanks @kinari-labwork for reporting the issue!!

  • Update template paths in webapp_builder.py to reflect current directory structure.
    Issue: #154

  • Use Jaccard index in _calculate_pair_worker for pairwise similarity computation.
    Issue: #156

🔧 Maintenance

  • Rename pairwise_similarity_annotations key from "phenotype" to "mp_term_name".
    Issue: #151

  • Automate E2E tests for the TSUMUGI subcommand using GitHub Actions
    Issue: #152

  • Restrict tsumugi genes input to text files only for better maintainability.
    Issue: #153

  • Require explicit --genewise or --pairwise option for tsumugi genes and mp commands.
    Issue: #155