Skip to content

Releases: AG-Walz/immunotype

1.0.4

09 Jun 14:26

Choose a tag to compare

Changed

Fixed

  • Gradio app showed both light and dark logos at once when not launched via the CLI (e.g. on HF Space) (#19)

1.0.3

04 May 14:42
6604519

Choose a tag to compare

Fixed

  • Gradio app probability output kept running and could not be accessed

1.0.2

01 Apr 04:37
b7c2a09

Choose a tag to compare

Changed

  • Bump gradio dependency to >=6.0.0

1.0.1

26 Mar 14:43
74d8a42

Choose a tag to compare

  • Added matplotlib to app dependencies (required by pandas background_gradient)

1.0.0

26 Mar 10:34
484b7e5

Choose a tag to compare

Initial Release:

  • Three prediction modes: ensemble (default), GNN, and lookup
  • CLI interface via immunotype
  • Interactive Gradio web app via immunotype-app with light/dark theme support
  • GPU acceleration support
  • Configurable batching for large-scale peptide inputs
  • Python >= 3.10