From ce73094b493c2fb12e113f1f729f7c876c447715 Mon Sep 17 00:00:00 2001 From: Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:57:44 -0500 Subject: Refactor and bump version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3