From 7224abe1b473924cac91036cd829ad52b305d157 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:23:37 -0400 Subject: [PATCH] docs: updated whats_new.rst --- doc/whats_new.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 2e93fad69..ee1a704d8 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -100,6 +100,12 @@ Changelog the structure of the Network object. Flat parameter and json configuration files are no longer supported by the GUI, by `George Dang`_ in :gh:`837` +- Updated the GUI load drive widget to be able to load tonic biases from a + network configuration file. `George Dang`_ in :gh:`852` + +- Added "No. Drive Cells" input widget to the GUI and changed the "Synchronous + Input" checkbox to "Cell-Specific" to align with the API `George Dang`_ in :gh:`861` + Bug ~~~ - Fix inconsistent connection mapping from drive gids to cell gids, by