From add412e8c356d3f0a32de1add6be7df2f7fb28a5 Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Fri, 2 Jul 2021 14:56:12 -0400 Subject: [PATCH] DOC: update whats new --- doc/whats_new.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 435feed8ae..38c457006a 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -18,7 +18,7 @@ Changelog - Add new function :func:`~hnn_core.viz.plot_cell_morphology` to visualize cell morphology, by `Mainak Jas`_ in `#319 `_ -- Compute dipole component in z-direction automatically from cell morphology instead of hard coding, by `Mainak Jas`_ in `#327 `_ +- Compute dipole component in z-direction automatically from cell morphology instead of hard coding, by `Mainak Jas`_ in `#327 `_ - Store :class:`~hnn_core.Cell` instances in :class:`~hnn_core.Network`'s :attr:`~/hnn_core.Network.cells` attribute by `Ryan Thorpe`_ in `#321 `_ @@ -30,6 +30,8 @@ Changelog - Add function to visualize extracellular potentials from laminar array simulations, by `Christopher Bailey`_ in `#329 `_ +- Add ability to interactivity explore connections in :func:`~hnn_core.viz.plot_cell_connectivity` by `Mainak Jas`_ in `#376 `_ + Bug ~~~