From 2ed48f42644b3ea2853bb122cf3a4a66f07126f9 Mon Sep 17 00:00:00 2001 From: Weina Ji Date: Wed, 24 Jul 2024 19:19:17 +0800 Subject: [PATCH] Change log 3.5.0 (#184) --- CHANGES.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5a6dd6da..f9e1886b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,23 @@ Change Log ========== +Version 3.5.0 +============= +**24 July 2024** + +*New Features* + * [BBPBGLIB-854] Implement a CLI option to run coreneuron in direct mode without writing model data to disk (#100) + +*Bug Fixes* + * [BBPBGLIB-1175] Handle deleted sections correctly (#182) + +*Improvements* + * Allow API configuration to preserve the axons during setup (#155) + * Update ngv test to use V10 emodels (#183) + * [BBPBGLIB-1167] Automatic balance loading and on-the-fly rebalance (#178) + * Replay with NetCons in CoreNEURON as in NEURON (#173) + + Version 3.4.0 ============= **21 June 2024**