Releases: OpenProteinAI/openprotein-python
Releases · OpenProteinAI/openprotein-python
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.1
v0.8.0
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
Protein
class 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.predictor
module- 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.train
intosession.deprecated.train
- release newer
session.design
interface- allows using the newly trained
predictor
- supports syntactic sugar for quickly creating criteria
- deprecated old
session.design
interface which requires awkward construction using pydantic intosession.deprecated.design
- might still be needed to support older
train
models
- 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.