Skip to content

v1.1.2

Choose a tag to compare

@SebieF SebieF released this 18 Mar 11:31
· 42 commits to main since this release

Key Changes:

  1. Python:

    • Added merge functionality to EmbeddingsResult for simpler merging of batched results.
    • Enabled FASTA file input support for the embed endpoint.
    • Refactored batching functionality and updated examples (amylase and exotox_reproduction).
    • Refactored embed endpoint to enforce sequence limits.
    • Updated tests to cover more models, excluding VespaG due to model size constraints.
    • Adapted API following removal of plm_eval module.
  2. Dart:

    • Added a new research and service stats API.
    • Improved support for research and service stats API, including updates for biotrainer features.
    • Refactored API to align with updates related to plm_eval module removal.

Bug Fixes:

  • Adjusted Python API tests to align with data models and metrics.
  • Resolved issues with al_simulation API test and local_only_default handling in tests.