From 9cb541f7063a1697ec86147a5fca1591596a4414 Mon Sep 17 00:00:00 2001 From: kozistr Date: Sat, 2 Mar 2024 17:38:11 +0900 Subject: [PATCH] docs: v3.0.0 changelog --- docs/changelogs/v3.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelogs/v3.0.0.md b/docs/changelogs/v3.0.0.md index 32bfa1e6f..0cd67716c 100644 --- a/docs/changelogs/v3.0.0.md +++ b/docs/changelogs/v3.0.0.md @@ -2,12 +2,12 @@ ### Feature -* Implement `Aida` optimizer. (#222) +* Implement `Aida` optimizer. (#220, #221) * [A DNN Optimizer that Improves over AdaBelief by Suppression of the Adaptive Stepsize Range](https://arxiv.org/abs/2203.13273) ## Dependency -* Drop `Python 3.7` support officially. (#222) +* Drop `Python 3.7` support officially. (#221) * Please check the [README](https://github.com/kozistr/pytorch_optimizer?tab=readme-ov-file#getting-started). ### Diff