From 5c838ef73081fad577c187c0376266fa3b969c03 Mon Sep 17 00:00:00 2001 From: Dima Molodenskiy Date: Mon, 15 Jun 2026 14:48:57 +0200 Subject: [PATCH] Release 2.5.0: AlphaFold3 v3.0.3 with RTX/Blackwell Tokamax stack Update alphafold3 submodule to official AF3 v3.0.3 (KosinskiLab fork main 86b9ea3) and alphafold submodule to 5bf5b9f. This brings the JAX 0.9.1 / tokamax 0.0.11 stack required for RTX PRO 6000 (Blackwell, CC 12.0) GPUs, resolving the silent ptxas failures on gpu50-53. Preserves gapped/discontinuous residue ID support and keeps the AF2 backend on numpy<2 / jax 0.5.3. Validated: full unit/integration suites, RTX PRO 6000 GPU smoke (alphafold3==3.0.3, jax 0.9.1, tokamax 0.0.11), and AF2 monomer GPU inference. Co-Authored-By: Claude Opus 4.8 --- alphapulldown/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alphapulldown/__init__.py b/alphapulldown/__init__.py index 54499df3..50062f87 100755 --- a/alphapulldown/__init__.py +++ b/alphapulldown/__init__.py @@ -1 +1 @@ -__version__ = "2.4.1" +__version__ = "2.5.0"