Skip to content

Releases: michellab/a3fe

0.3.1

09 Jan 09:40
fd77bf2
Compare
Choose a tag to compare

What's Changed

  • Ensure SimulationRunnerIterator saves states when tearing down by @fjclark in #24

Full Changelog: 0.3.0...0.3.1

0.3.0 Improve CalcSet

03 Jan 12:27
2b1479d
Compare
Choose a tag to compare

What's Changed

This:

  • Improved CalcSet so that 1) get_optimal_lam_vals can be called directly on the CalcSet object, and 2) analyse can be called directly without requiring experimental results (by specifying compare_to_exp=False).
  • Documentation on PME vs RF slightly improved.

Full Changelog: 0.2.1...0.3.0

0.2.1

06 Dec 13:35
95f61d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0 Support for Charged Ligands

22 Nov 16:18
4cbfe4a
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://a3fe.readthedocs.io/en/latest/CHANGELOG.html

0.1.3

20 Sep 14:36
8aee7b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

v0.1.2 Patch Release

16 Sep 17:43
Compare
Choose a tag to compare
  • Fix bug in get_slurm_file_base so "=" is correctly handled as a separator, as well as spaces.

v0.1.1 Patch Release

04 Jul 11:09
76916ef
Compare
Choose a tag to compare
  • Fix added to prevent simulation_runner objects getting pickled before they've been fully initialised (4a1493d) . This avoids issues where an error occurs during initialisation and the object is pickled in an incomplete state (see #1).

What's Changed

  • Avoid pickling simulation_runners before complete initialisation by @fjclark in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0 Initial Release

17 Jun 14:36
Compare
Choose a tag to compare
Update README installation instructions [ci skip]