Releases: YoshitakaMo/localcolabfold
Releases · YoshitakaMo/localcolabfold
v1.5.5
What's Changed
- Use Mamba for installation by @apcamargo in #178
- Update to work with ColabFold >= 1.5.5 by @milot-mirdita in #205
- Use JAX/jaxlib 0.4.xx compatible with CUDA 11.8 or later
New Contributors
- @apcamargo made their first contribution in #178
- @memgonzales made their first contribution in #189
- @GUOSHU-COOL made their first contribution in #193
- @milot-mirdita made their first contribution in #205
Full Changelog: v1.5.2...v1.5.5
v1.5.2
v1.5.1
- The base directory has been changed to
localcolabfold
fromcolabfold_batch
to distinguish it from the execution command. - Use Python 3.9 to be compatible with Google Colab.
v1.5.0
- Compatible with AlphaFold 2.3.1 and ColabFold 1.5.0
- Use Python3.8 by default.
- Use
jax == 0.3.25
andjaxlib==0.3.25
with cuda. bin
directory has been removed. Please add an environment variable PATHcolabfold-conda/bin
to usecolabfold_batch
command instead (e.g.export PATH=/path/to/colabfold-conda/bin:$PATH
).- AlphaFold2 weight parameters for monomers and multimer-v2.3 will be downloaded at the installation.
v1.4.0
- Update to be compatible with jax == 0.3.13 and jaxlib==0.3.10(+cuda).
v1.3.0
v.1.2.1
v1.2.0
- Compatible with the latest pip installable colabfold that runs locally.
- Add update scripts.
v1.2.0-alpha
- Compatible with the latest pip installable colabfold that runs locally.
v.1.0.0
LocalColabFold compatible with AlphaFold2_advanced on Nov.5, 2021.