Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
araghukas committed Jan 8, 2024
1 parent ea97c09 commit 640bc96
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## Added
### Added

- export `COVALENT_CONFIG_DIR=/tmp` inside sbatch script to enable filelock
- add a new `variables` parameter for environment variables
- add a new error-catching python execution script (add new module)
- add checks inside submit script for `covalent` and `cloudpickle` versions
- clean up job script creation (add new module)

## Changed
### Changed

- update plugin defaults to use `BaseModel` instead of `dict`
- change to actually get errors from these checks
- use `Path` everywhere instead of `os.path` operations
- allow `poll_freq >= 10` seconds, instead of 60 seconds
- misc. cleanups and refactoring
- Aesthetics and string formatting
- Removed the `sshproxy` interface.
- Updates __init__ signature kwargs replaced with parent for better documentation.
Expand Down

0 comments on commit 640bc96

Please sign in to comment.