Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored May 20, 2024
1 parent 40bdec1 commit 07fba2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [0.9.0]

### Added

- The `RESULTS_DIR` and `SCRATCH_DIR` settings can now be relative paths, if desired

### Changed

- The default `RESULTS_DIR` is now `Path()` (relative) instead of `Path.cwd()` (absolute)
- Failed calculations are now stored in a `failed-quacc-12345-` directory to distinguish these tasks from the running tasks in `tmp-quacc-12345-`
- The output schema is now written to a serialized JSON file instead of pickle for security and ease-of-use reasons. It can be rehydrated via `loadfn("quacc_results.json.gz")` where `loadfn` is from `monty.serialization import loadfn`
- The `fmax` attribute was move from the base level to the `parameters_opt` section since it is an input parameter
Expand Down

0 comments on commit 07fba2b

Please sign in to comment.