Skip to content

Releases: choderalab/perses

0.8.1

28 Aug 14:45
a93fe4f
Compare
Choose a tag to compare

Adding yaml file options to remove constraints
Testing for FAH generator

Fix protein mutations

11 Aug 13:38
b9190df
Compare
Choose a tag to compare
  • Update protein mutations API
  • Add protein mutations to fah generator

bug fix with atom mapping strategies

10 Jul 11:31
d6cccbf
Compare
Choose a tag to compare

Minor bug-fix release for atom mapping strategies

Adding Geometry-based single topology mapping

29 Jun 11:35
f7947e4
Compare
Choose a tag to compare

This release allows for the 'geometry' keyword criteria which fixes the bug whereby ligands were being modelled into the site with the incorrect binding mode. Solves issue #688

FAH pipeline

04 Jun 08:08
88a9897
Compare
Choose a tag to compare

Major change in this release is the addition of the fah_perses_generator.py, which prepares files necessary for deployment on FAH.

The repo is now pinned to the newest version of openmm, 7.4.2.

Protein mutations and atom mapping

14 Apr 16:27
f9402d6
Compare
Choose a tag to compare

Added protein mutation functionality

Better and faster validation checks with CUDA-double precision

Improved analysis code

Functional simulation start

11 Mar 18:43
2f3c337
Compare
Choose a tag to compare

bugfix release to allow setup_relative_simulation.py to be run programmatically

More flexible atom mapping

21 Feb 20:27
0ad2930
Compare
Choose a tag to compare

Adding yaml options for atom and bond mappings for more flexibility

Separating AtomMapper function from SmallMoleculeSetProposal engine to allow for faster testing of ideas, demonstrated in atom-mapping example

Added perses-relative entry point for setup_relative_calculation.py

Perses-lite and sMC

21 Dec 08:43
Compare
Choose a tag to compare
Perses-lite and sMC Pre-release
Pre-release

This release:

  • Restructuring of package
  • Improvements to pairwise relative free energy calculations using REPEX
  • New SequentialMonteCarlo class and algorithms for performing non-equilibrium switching
  • Parallelisms for dask, trailblazing, and resampling capabilities

perses-0.4.0.zip
perses-0.4.0.tar.gz

New examples and fixes to hybrid factory

14 Jan 23:25
bc355fb
Compare
Choose a tag to compare

This release includes:

  • New examples involving transdimensional nonequilibrium switching
  • Fixes to the CDK2 example
  • A new PremappedSmallMoleculeSetProposalEngine
  • Fixes and updates to other parts of the code