What this package is like to depend on
Last release 1 months ago
13 Jul 2026
Ships on a steady schedule
a new release about every 2 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
5 releases · first in 2025
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Nov 2025 to Jul 2026
2026
Releases
latest 5-
1.2.113 Jul 2026 -
1.2.013 May 2026Release notes
Open source →- Adding support for UdonPred model (python, dart)
- Adding specialized test for half precision mode and the UdonPred predictor (python)
- Improving active learning API integration and enum handling (dart)
-
1.1.218 Mar 2026Release notes
Open source →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.
-
-
1.1.022 Jan 2026Release notes
Open source →-
Fixes:
- Added missing serializers for the prediction task in the Dart API.
- Adapted to the refactored
biocentral_serviceAPI name. - Preferred local URLs over remote URLs in the Python client.
-
Features:
- Added warnings about sequence lengths if they exceed the recommended limit.
- Introduced versioning checks to the Python API for remote and local servers.
- Added a retry mechanism for handling rate-limiting scenarios.
- Added an active learning simulation API.
- Added automatic
git addto the generation script after client generation. - Implemented pruning of outdated code files after generation.
- Added basic test of python API
-
Refactors:
- Improved the Dart and Python APIs to align with the new protocol enums.
- Removed unnecessary protocol endpoints in both Dart and Python APIs.
- Made updates to the
SequenceTrainingDataand simulation result models, improving model tracking and embedding progress. - Transitioned to a common embedder naming system with the
CommonEmbedderenum. - Updated the usage of the active learning module and changed from
bay_optto the updated module. - Enhanced the handling of
iteration resultsusing iteration numbers for better tracking.
-
-
1.0.014 Nov 2025Release notes
Open source →Initial API release
Contains API packages for python and dart.
Main Features
- Embedding: Embed protein sequences into a vector space using a protein language model.
- Predict: Predict protein properties using pre-defined prediction models.
- Train: Train your own custom prediction models (using biotrainer)
- Inference: Run inference on new data using your own custom prediction models.