v1.1.2
Key Changes:
-
Python:
- Added
mergefunctionality toEmbeddingsResultfor simpler merging of batched results. - Enabled FASTA file input support for the
embedendpoint. - Refactored batching functionality and updated examples (
amylaseandexotox_reproduction). - Refactored
embedendpoint to enforce sequence limits. - Updated tests to cover more models, excluding VespaG due to model size constraints.
- Adapted API following removal of
plm_evalmodule.
- Added
-
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_evalmodule removal.
Bug Fixes:
- Adjusted Python API tests to align with data models and metrics.
- Resolved issues with
al_simulationAPI test andlocal_only_defaulthandling in tests.