Releases: OpenProteinAI/openprotein-python
Releases · OpenProteinAI/openprotein-python
v0.7.0
- Added PoET 2 extra functionality around usage of query with the prompt. Refer to the example on inverse folding.
- Introduction of a
Proteinclass for more consistent manipulation of protein objects. - Deprecated old PoET interfaces in favour of unified access through the embedding module.
- Usage throws an exception with info on where to access the function
v0.6.1
v0.6.0
- release
session.predictormodule- allows training gaussian process models on different types of embeddings
- can also use fitted svds for high fidelity custom sized embeddings to fit GPs
- predictors can then be used for design
- deprecated
session.trainintosession.deprecated.train
- release newer
session.designinterface- allows using the newly trained
predictor - supports syntactic sugar for quickly creating criteria
- deprecated old
session.designinterface which requires awkward construction using pydantic intosession.deprecated.design- might still be needed to support older
trainmodels
- might still be needed to support older
- allows using the newly trained
- migration is planned for all old models and design into the new interface so that they can be listed, fetched and used for prediction.
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0 Release
- support new predictor train API
- updated notebooks
- more consistent usage of futures
- fixed svd fit future
- handle fetching svd embed directly
- consistent usage of prompt and msa and assay data as objects to apis
- new PoET interface with embeddings api
- old PoET still available under session.embedding.poet.deprecated.
v0.5.0 Development Release Fix 1
Fixes
- Prevents unnecessary reload