From 2d8112178d8d82b07a20f8395ec22a23a6323a6c Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 5 Dec 2023 10:59:51 +0000 Subject: [PATCH] docs(readme): update changelog [skip ci] --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index e3e24dc7..079a5b1d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,38 @@ See https://docs.neuroml.org/ for an overview of the various NeuroML libraries. ## Changelog +### version 0.5.6 + +- documentation fixes to writer modules + +### version 0.5.5 + +- update schema, changes for NML 2.3 release + +### version 0.5.4 + +- use natsort to improve sorting of segments/groups when optimising + +### version 0.5.3 + +- add links to schema documentation +- move from legacy setup.py to pyproject.toml build system + +### version 0.5.2 + +- explicitly depend on numpy + +### version 0.5.1 + +- updates to GHA + +### version 0.5.0 + +- enable CI on py3.11 +- fix to loaders +- format code with black +- add graph representation for morphology, and methods to calculate distances b/w segments + ### version 0.4.1 - add multiple cell builder utility functions