Skip to content

Releases: uw-ipd/tmol

v0.1.22

03 Mar 08:53
252efff

Choose a tag to compare

v0.1.22 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.21

02 Mar 07:10
252efff

Choose a tag to compare

v0.1.21 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.20

02 Mar 22:26
252efff

Choose a tag to compare

v0.1.20 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.18

02 Mar 06:21
252efff

Choose a tag to compare

v0.1.18 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.14

02 Mar 05:39
252efff

Choose a tag to compare

v0.1.14 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.13

01 Mar 23:49
252efff

Choose a tag to compare

v0.1.13 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.12

28 Feb 20:21
252efff

Choose a tag to compare

v0.1.12 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.1.2

24 Feb 02:58
252efff

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
Rotamer centric scoring (#321)

Adding rotamerized scoring to all score terms. This allows us to have multiple rotamers per residue position, and score all possible interactions between rotamers of different residues. Traditional scoring happens as a special case where each residue only has 1 rotamer with the current conformation. 

This PR also introduces the packer, which utilizes this new rotamer-centric scoring to generate an energy graph for driving the simulated annealer. 

---------

Co-authored-by: Andrew Leaver-Fay <[email protected]>
Co-authored-by: fdimaio <[email protected]>

v0.0.2.post1.dev231

14 Feb 21:51
d8a6f7f

Choose a tag to compare

v0.0.2.post1.dev231 Pre-release
Pre-release
Update for torch2.8 / CUDA 13.0 compatibility (#322)

* Update modern GPU to CUDA13 compatibility (See https://github.com/moderngpu/moderngpu/issues/56)
* Add conda/mamba-installed nvtx to search path
* Update NVidia conda channel to  torch 2.8.0 for CUDA 13 compatibility
* Add nvtx to conda packages
* Fix broken unit test enable_tensor_view that lead to a "Illegal Operation" error
* Change error-propogation command location in "linting" script until after conda activation

Sept 2021

03 Sep 16:09
b90fa0a

Choose a tag to compare

A tag for Sept 2021 when we started work on distributing via conda.