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_workerfor 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