Skip to content

Commit

Permalink
Updated for v1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
hprats committed Nov 6, 2024
1 parent 53accc2 commit 86f55ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 86f55ac

Please sign in to comment.