diff options
author | Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> | 2021-11-17 15:57:44 -0500 |
---|---|---|
committer | Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> | 2021-11-17 15:57:44 -0500 |
commit | ce73094b493c2fb12e113f1f729f7c876c447715 (patch) | |
tree | 2792a0826767fcdc5da3c48162c8379382dd0480 /CHANGELOG.md | |
parent | f658af9055647685c7713c36de4905f34e4d8508 (diff) |
Refactor and bump version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c398f59..03402f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Most recent change on the bottom. ## [Unreleased] +## [0.3.0] - 2021-11-17 +### Added +- `torch_ema.__version__` + ### Changed - Parameters without `requires_grad = True` are no longer partially ignored, resolving #9; now *all* parameters passed to the EMA object have EMA run on them, regardless of whether they are trainable or not. |