Skip to content

Releases: OpenProteinAI/openprotein-python

v0.8.3

08 Aug 00:17

Choose a tag to compare

  • Release Rfdiffusion interface
  • Fixes refactor of fitting umap/svd/predictor
  • Lots of docstring updates

NOTE v0.8.2 release got botched so we are skipping a number. please do not use if you find it

v0.8.1

29 Jul 17:34

Choose a tag to compare

  • make single sequence mode be used on a per-protein bases
    • use protein.msa = Protein.single.sequence.mode

v0.8.0

25 Jul 23:06

Choose a tag to compare

  • refactored into domain based layout
    • rewrote unit tests
  • added more docstrings and audited a lot of it
  • removed all deprecated workflows that used the old train and predict
  • added boltz support for structure prediction
  • added decoder type parameter on poet2

v0.7.0

08 May 07:22

Choose a tag to compare

  • 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

09 Dec 14:42

Choose a tag to compare

  • Fixed issue with predictor train due to traingraph being null when starting train
  • Added shortcuts for DesignConstraints

v0.6.0

03 Dec 14:17

Choose a tag to compare

  • 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 into session.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 into session.deprecated.design
      • might still be needed to support older train models
  • 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

03 Dec 14:12

Choose a tag to compare

  • fixed wait on old predict jobs returning job_id = None

v0.5.4

03 Dec 14:11

Choose a tag to compare

Release v0.5.4

v0.5.3

03 Dec 14:10

Choose a tag to compare

  • fixed issues with load_job
  • fixed issues listing jobs with alignment type of jobs

v0.5.2

29 Nov 11:05

Choose a tag to compare

  • fixed workflow predict handling of None job_id when the job is cached
  • fixed handling of single site too