From c93ed1c7ed3bcb8d0c63b85911421e3cc43dd4b2 Mon Sep 17 00:00:00 2001 From: George Dang <53052793+gtdang@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:53:13 -0400 Subject: [PATCH] docs: update whats_new.rst --- doc/whats_new.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index f43c556802..166a5bf299 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -30,9 +30,6 @@ Changelog - Add ability to specify number of cells in :class:`~hnn_core.Network`, by `Nick Tolley`_ in :gh:`705` -- Add feature to read/write :class:`~hnn_core.Network` from/to HDF5 format, - by `Rajat Partani`_ and `George Dang`_ in :gh:`704` - - Add feature to convert param and json files to HDF5 format, by `George Dang`_ in :gh:`723` @@ -55,6 +52,9 @@ Changelog - Added gui widget to enable/disable synchronous input in simulations, by `Camilo Diaz`_ in :gh:`750` +- Added feature to read/write :class:`~hnn_core.Network` configurations to + json, by `George Dang`_ and `Rajat Partani`_ in :gh:`757` + Bug ~~~ - Fix inconsistent connection mapping from drive gids to cell gids, by @@ -479,4 +479,4 @@ People who contributed to this release (in alphabetical order): .. _Kaisu Lankinen: https://github.com/klankinen .. _George Dang: https://github.com/gtdang .. _Camilo Diaz: https://github.com/kmilo9999 -.. _Abdul Samad Siddiqui: https://github.com/samadpls \ No newline at end of file +.. _Abdul Samad Siddiqui: https://github.com/samadpls