From 86f55acfde2e2b4cfb646a1869bdf4cb9898353a Mon Sep 17 00:00:00 2001 From: hprats Date: Wed, 6 Nov 2024 16:43:30 +0000 Subject: [PATCH] Updated for v1.02 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a46d88..62a4f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.02] - 06-Nov-2024 + +### Added +- Added new parameters in `KMCModel.create_job_dir` in anticipation of a future version of Zacros. + +### Changed +- In `KMCModel.create_job_dir` method, parameter `auto_scaling_steps` has been renamed to `stiffness_scaling_steps`and +parameter `auto_scaling_tags` has been renamed to `stiffness_scaling_tags`. + +### Fixed +- Fixed bug where, if only one surface species was declared, `surf_specs_dent` would be an integer instead of a list. +- Fixed bug where the total pressure could be written as an integer, and then the simulation will crash. + +### Improved +- Now, ZacrosTools checks if the keywords provided in `stiffness_scaling_tags` are allowed. +- Improved the [ZacrosTools Documentation](https://zacrostools.readthedocs.io/en/latest/). + ## [1.01] - 13-Oct-2024 ### Added