Skip to content

Commit

Permalink
Update api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley authored and jasmainak committed Jun 5, 2021
1 parent fe96a80 commit c65bc1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/api.rst
Expand Up @@ -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`):
---------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/whats_new.rst
Expand Up @@ -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 <https://github.com/jonescompneurolab/hnn-core/pull/318>`_

- Add function to visualize connections originating from individual cells :func:`~hnn_core.viz.plot_cell_connectivity`, by `Nick Tolley`_ in `#339 <https://github.com/jonescompneurolab/hnn-core/pull/339>`_

Bug
~~~

Expand All @@ -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 <https://github.com/jonescompneurolab/hnn-core/pull/318>`_

- Add API for visualizing connections originating from individual cells :func:`~hnn_core.viz.plot_cell_connectivity`, by `Nick Tolley`_ in `#339 <https://github.com/jonescompneurolab/hnn-core/pull/339>`_

.. _0.1:

0.1
Expand Down

0 comments on commit c65bc1e

Please sign in to comment.