Releases: michellab/a3fe
Releases · michellab/a3fe
0.4.2
What's Changed
- Add alchemlyb=1.0.1 to dev environment by @Roy-Haolin-Du in #78
- bugfix-ncycles-computed by @Roy-Haolin-Du in #80
Full Changelog: 0.4.1...0.4.2
0.4.1
Release 0.4.1 version:
What's Changed
- Fixed the statistical inefficiency timestep units from femtoseconds to nanoseconds.
- Fix import order and formatting by ruff.
Full Changelog: 0.4.0...0.4.1
0.4.0
Release 0.4.0 version: SOMD engine Decoupling Support
What's Changed
- Decoupled SOMD engine from a3fe calculation and removed run_somd.sh and template_config.cfg, replacing them with a3fe.configuration.slurm_config.SlurmConfig and a3fe.configuration.engine_config.SomdConfig.
- SystemPreparationConfigs saved as readable yaml file, rather than as a pickle.
- Separated system preparation configuration from system preparation and configured SOMD with a3fe.configuration.system_prep_config.SomdSystemPreparationConfig.
- Streamlined the installation process with a Makefile.
Full Changelog: 0.3.5...0.4.0
0.3.5
0.3.4
Issue fixed by making loguru explicit
0.3.3
What's Changed
Fixed bug in water analysis by @Roy-Haolin-Du in #43.
0.3.2
What's Changed
- Bugfix rename equil files by @fjclark in #36
- bugfix replace-output-directory by @Roy-Haolin-Du in #37
- Ensure all matplotlib resources get closed after analysis by @fjclark in #39
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0 Improve CalcSet
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