From 145e138b8b41101f04782af5f1b0b459aa2aba2b Mon Sep 17 00:00:00 2001 From: cw-tan Date: Tue, 2 Jul 2024 16:41:29 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c228d0..556e70ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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