Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Jun 19, 2021
1 parent 3912037 commit dacbaf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Simulation (:py:mod:`hnn_core`):

simulate_dipole
default_network
jones_2009_model
law_model
Network
Cell
CellResponse
Expand Down
4 changes: 4 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Changelog

- Add function to visualize extracellular potentials from laminar array simulations, by `Christopher Bailey`_ in `#329 <https://github.com/jonescompneurolab/hnn-core/pull/329>`_

- Add example demonstrating beta event modulation of ERPs from Law et al. 2021, by `Nick Tolley`_ in `#348 <https://github.com/jonescompneurolab/hnn-core/pull/348>`_

Bug
~~~

Expand All @@ -55,6 +57,8 @@ API

- Replace parameter `T` with `tstop` in :func:`~hnn_core.Network.add_tonic_bias` and :func:`~hnn_core.Cell.create_tonic_bias` to be more consistent with other functions and improve readability, by `Kenneth Loi`_ in `#354 <https://github.com/jonescompneurolab/hnn-core/pull/354>`_

- Previously published models can now be loaded via ``net=law_model()`` and ``jones_2009_model()``, by `Nick Tolley`_ in `#348 <https://github.com/jonescompneurolab/hnn-core/pull/348>`_

.. _0.1:

0.1
Expand Down
2 changes: 1 addition & 1 deletion examples/plot_simulate_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
# By inspecting the activity during the beta event, we can see that spiking
# occurs exclusively at 50 ms, the peak of the gaussian distributed proximal
# and distal inputs. This spiking activity leads to sustained GABAb mediated
# inhibition of the L5 pyrmaidal cells.
# inhibition of the L2 and L5 pyrmaidal cells.
import matplotlib.pyplot as plt
dpls_beta_orig = dpls_beta[0].copy()
dpls_beta_smooth = dpls_beta[0].smooth(45)
Expand Down

0 comments on commit dacbaf5

Please sign in to comment.