google-deepmind/alphafold v2.2.4
google-deepmind/alphafold
Captured source
source ↗published Sep 21, 2022seen 5dcaptured 9hhttp 200method plain
AlphaFold v2.2.4
Repository: google-deepmind/alphafold
Tag: v2.2.4
Published: 2022-09-21T16:56:55Z
Prerelease: no
Release notes: Version v2.2.4 is a bug fix release
Change log
- Bump versions of third party libraries: jax 0.3.17, absl-py 1.0.0, haiku 0.0.7, numpy 1.21.6, tensorflow 2.9.0
- Adapt
jnp.taketo account for behaviour with the new jax version, see https://github.com/deepmind/alphafold/issues/513 (thanks @sokrypton). - Reduce size of docker image by removing package caches, see https://github.com/deepmind/alphafold/pull/526 (thanks @TheDen).
- Fix incorrect argument in
backbone_loss, see https://github.com/deepmind/alphafold/issues/570 (thanks @sokrypton).