From c65bc1e1ffa3438727e0bc699aea09aae869ec81 Mon Sep 17 00:00:00 2001 From: Nick Tolley Date: Fri, 4 Jun 2021 18:51:06 -0400 Subject: [PATCH] Update api.rst --- doc/api.rst | 2 ++ doc/whats_new.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 075bab4e1..650d19552 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -46,6 +46,8 @@ Visualization (:py:mod:`hnn_core.viz`): plot_cell_morphology plot_psd plot_tfr_morlet + plot_cell_connectivity + plot_connectivity_matrix Parallel backends (:py:mod:`hnn_core.parallel_backends`): --------------------------------------------------------- diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 9cb5ef4a2..9ad3bf26a 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -24,6 +24,8 @@ Changelog - Add probability argument to :func:`~hnn_core.Network.add_connection`. Connectivity patterns can also be visualized with :func:`~hnn_core.viz.plot_connectivity_matrix`, by `Nick Tolley`_ in `#318 `_ +- Add function to visualize connections originating from individual cells :func:`~hnn_core.viz.plot_cell_connectivity`, by `Nick Tolley`_ in `#339 `_ + Bug ~~~ @@ -43,8 +45,6 @@ API - New API for network creation. The default network is now created with ``net = default_network(params)``, by `Nick Tolley`_ in `#318 `_ -- Add API for visualizing connections originating from individual cells :func:`~hnn_core.viz.plot_cell_connectivity`, by `Nick Tolley`_ in `#339 `_ - .. _0.1: 0.1