Skip to content

Releases: jwohlwend/boltz

Boltz v2.2.1: Minor bug fixes

08 Sep 16:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

Boltz v2.2.0: Contact conditioning fixes, new potentials

15 Jul 03:29

Choose a tag to compare

Highlight

  • Fixes for contact and pocket conditioning which was not fully functional for Boltz2
  • New potentials
  • Kernels are now optional to avoid installation issues on non-linux platforms
  • New security features for use of the MSA server (thanks @papagala!)

And many others!

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

Boltz v2.1.1: New CUDA kernels from NVIDIA

11 Jun 12:22

Choose a tag to compare

New Features

This release introduces two novel kernels from NVIDIA for the triangular attention and triangular multiplication layers, achieve 2x speedup and large memory savings!

Changes

The kernels are on by default for CUDA users with Ampere cards or newer, otherwise they are turned off.

Boltz v2.1.0

11 Jun 07:17

Choose a tag to compare

Boltz v2.0.3: Patch CCD affinity

07 Jun 05:01

Choose a tag to compare

Merge branch 'main' of github.com:jwohlwend/boltz

Boltz v2.0.2

06 Jun 16:13

Choose a tag to compare

Another patch, small issue with multi ligand copies and affinity.

Boltz v2.0.1: Patch

06 Jun 15:52

Choose a tag to compare

Fixes an important issue with checkpoint download. Please delete your cache to trigger re-download of the checkpoints if you encounter an issue.

Boltz v2.0.0: Boltz-2 release 

06 Jun 13:27

Choose a tag to compare

Boltz-2 is out!

Boltz-2 is our latest model and a step forward in molecular modeling with the introduction of binding affinity prediction. Boltz-2 also comes with exciting new features such as contact, method and template conditioning for extra user control. We’re excited to see the cool things you’ll build with it.

Highlights

  • Binding affinity prediction for protein-small molecules, closing the gap with free energy perturbation methods at 1000x speedup!
  • More user control via structural templates (including mutlimeric), contact and method conditioning.
  • Improved performance on antibodies and other modalities
  • Improved modeling of ensembles when using MD conditioning

Boltz v1.0.0: Boltz-1x release

26 Apr 20:40

Choose a tag to compare

We're excited to release Boltz-1x!

Boltz-1x introduces inference-time steering for much higher physical quality, CUDA kernels for faster, more memory-efficient inference and training, and more!

Highlights

  • Inference time steering to ensure quality physical poses. Amazing work by our own @Noahb930 !
  • Trifast kernel integration for the triangular attention module. Thank you @latkins !
  • A new cyclic flag for proteins in our input YAML, which tweaks the relative positional encoding for significant improvements to cyclic peptides. Thank you @ioannisa92

All changes

  • Check EMA parameter compatibility after initializing EMA by @xluo233 in #154
  • Update training.md by @Oracle16 in #156
  • add name to wandb logger by @holgerroth in #158
  • mmcif: scale qa_metric.PLDDT to [0,100] by @phue in #170
  • preprocessing bug: chain clash filter gets skipped by @pedersor in #177
  • Fix get_resolution in data preprocessing by @kkleidal in #144
  • Latkins/faster construct paired msa by @latkins in #175
  • raise error when atom name encoding is violating the expected dimension by @wckdouglas in #143
  • Small fixes to process cif files and use them in training by @lbugnon in #141
  • fix random_subset logit for MSA subsampling by @simonlevine in #186
  • bugfix in determining existing manifest records by @timodonnell in #222
  • fix: Minimum Python version update + results folder .gitignore by @dsmith111 in #224
  • Fix Boltz writing waters in mmcif format, issue #227. by @tomgoddard in #228
  • Fix the expected mask shape for AtomAttentionPairBias by @wiwnopgm in #226
  • feat: allow cache directory to be set via BOLTZ_CACHE environment variable by @ihayhurst in #215
  • fix: correctly handle chirality information by @boraml in #219
  • raise exception instead of dict in OOM handler by @TanushGoel in #237
  • Feat/cyclic offset by @ioannisa92 in #213
  • Fixes ligand pLDDTs in PDB/mmCIF b-factor column bugs. by @benf549 in #240
  • add a missing comma in defining structure_module by @LtECoD in #152
  • Add trifast. by @latkins in #147

New Contributors

Full Changelog: v0.4.1...v1.0.0

Boltz v0.4.1: Small patch release

12 Jan 10:37

Choose a tag to compare

Small patch due to an error in chucking mode