Skip to content

v1.0.5

Compare
Choose a tag to compare
@sokrypton sokrypton released this 07 Sep 20:15
· 310 commits to main since this release
  • 28June2022 - v1.0.1 - Major code reorganization/refactoring to add support for callbacks (to allow integration w/ other tools during design) and to avoid clashes with existing trrosetta/alphafold installations. (eg. af → colabdesign, af.src → colabdesign.af and alphafold → colabdesign.af.alphafold).
  • 05July2022 - v1.0.2 - Major code cleanup, removing duplicate code. Adding support for custom loss functions.
  • 11July2022 - v1.0.3 - Improved homo-oligomeric support. RMSD and dgram losses have been refactored to automatically save aligned coordinates. Multimeric coordinates now saved with chain identifiers.
  • 23July2022 - v1.0.4 - Adding support for openfold weights. To enable set mk_afdesign_model(..., use_openfold=True).
  • 31July2022 - v1.0.5 - Refactoring to add support for swapping batch features without recompile. Allowing for implementation of AF2Rank!
  • 7Sept2022 - re-release with a few minor bugfixes