From 0e309f32bf839281011b5d5b7e6b9ed29387196c Mon Sep 17 00:00:00 2001 From: WeinaJi Date: Wed, 31 Jan 2024 16:21:18 +0100 Subject: [PATCH] ChangeLog for 3.0.0 (#116) --- CHANGES.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a716dc1a..9a34451f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,24 @@ Change Log ========== +Version 3.0.0 +============= +**31 Jan 2024** + +*New Features* + * Deprecate BlueConfig part-1: Raise errors for BlueConfig configuration files (#101) + * Read synapse parameters in a collective safe manner. (#85) + +*Bug Fixes* + * [BBPBGLIB-1115] Fix issue with summation reports and cell target in NEURON (#114) + * [BBPBGLIB-1114] Apply offset to the gids before reading node file (#113) + +*Improvements* + * [BBPBGLIB-1111] Raise a proper error when missing "--configFile=" (#115) + * Remove dependency on mvdtool (#112) + * Transform setup.py to pyproject.toml (#110) + + Version 2.17.0 ============== **22 Dec 2023**