From 197f1f0ecc1103617a88153849a4a8860cbc59af Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Wed, 15 Feb 2023 12:55:08 +0100 Subject: [PATCH] update release notes --- docs/about/release_notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/about/release_notes.md b/docs/about/release_notes.md index 2c83ae5e..ddbd7eef 100644 --- a/docs/about/release_notes.md +++ b/docs/about/release_notes.md @@ -1,5 +1,8 @@ # Release notes +## v1.2.0 (15/02/2023) +Included the SNNAnalyzer module to collect model statistics such as number of synops or neurons automatically. + ## v1.0.1 (26/08/2022) Mostly making v0.3.x stable, with a revamped documentation that includes a gallery and how-tos!