Skip to content

Releases: cole-group/FEgrow

2.0.1

04 Aug 19:52
add3b29
Compare
Choose a tag to compare
  • a fix to conformer generation including R atom during position generation (#75)

2.0.0

16 Jun 15:47
Compare
Choose a tag to compare

The major release 2.0.0 contains two major features: Active Learning and Parallelisation Acceleration.

The best way to familiarise yourself is going to be via using the Jupiter notebooks. Please get in touch if you spot any errors, or if you'd like to see any improvements.

Active learning is carried out with scipy and supports multiple models and querying strategies. This is further parallelised with Dask, which can split the work across CPUs, different PCs (over -ssh), cluster (PBS, SLURM, etc), and more.

The major changes have been encoded in the new class called ChemSpace. However, some of the previous minute functions were modified to simplify the interactions between Dask and them. This means that not all previous functions have the same interface.

This release also contains a number of small fixes.

What's Changed

Minor

Full Changelog: v1.3.0...v2.0.0

1.3.0

05 May 08:42
bec8db2
Compare
Choose a tag to compare

1.2.1

21 Mar 14:07
Compare
Choose a tag to compare
  • library dataset has better coordinates (Ben)
  • visualisations with pandas work better
  • error handling

1.2.0

28 Feb 14:39
c22d23d
Compare
Choose a tag to compare

See the log for more.

1.0.2

22 Jun 14:31
73b8c58
Compare
Choose a tag to compare
  • conda ready release

1.0.1

17 Jun 15:41
c257fe6
Compare
Choose a tag to compare

Updates:

  • embeds the openmm-ml plugin
  • optimisation now allows you to specify whether to use the cpu or gpu (which also fixes the bug due to both being deployed as the same time)

1.0.0

20 May 14:51
75d1a5e
Compare
Choose a tag to compare

An Open-Source Molecular Builder and Free Energy Preparation Workflow by Mateusz K. Bieniek, Ben Cree, Rachael Pirie, Joshua T. Horton, Natalie J. Tatum, and Daniel J. Cole.

Further Information
Please see cole-group.github.io/fegrow for full installation instructions, documentation and acknowledgements.

And see the tutorial to get started.