Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-tan committed Jul 9, 2024
1 parent 9f8fdf4 commit 145e138
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Most recent change on the bottom.


## Unreleased
## Unreleased - 0.7.0
### Added
- `--override` now supported as a `nequip-train` flag (similar to its use in `nequip-deploy`)
- add SoftAdapt (https://arxiv.org/abs/2403.18122) callback option

### Changed
- [Breaking] training restart behavior altered: file-wise consistency checks performed between original config and config passed to `nequip-train` on restart (instead of checking the config dicts)
- [Breaking] config format for callbacks changed (see `configs/full.yaml` for an example)

### Fixed
- fixed `wandb_watch` bug

## [0.6.1] - 2024-7-9
### Added
Expand Down

0 comments on commit 145e138

Please sign in to comment.