From 9dd1ef6543c67cf75bcd0a66c14c1a107a96ed8b Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 5 Mar 2024 14:37:29 +0000 Subject: [PATCH] chore: update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 079a5b1..afdfeeb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,15 @@ See https://docs.neuroml.org/ for an overview of the various NeuroML libraries. ## Changelog +### version 0.5.8 + +- extend `get_segment_groups_from_substring` to also include an `unbranched` filter +- more type hint/doc fixes + +### version 0.5.7 + +- more documentation for writes/loaders + ### version 0.5.6 - documentation fixes to writer modules