Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to What's new in 3.4 about new functions #2462

Merged
merged 2 commits into from
Nov 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/htmldoc/whats_new/v3.4/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ The changes aim to improve findability and access of content. With a more modern
layout, our wide range of docs can be discovered more easily.
The table of contents is simplified and the content is grouped based on topic (neurons, synapses etc) rather than type of documentation (e.g., 'guides').

New functionality for source neurons in spatially-structured networks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

NEST previously had functions only describing target neurons given source neurons in spatially-structured networks.
Now we provide functions to get information on source neurons given target neurons.
Three new functions have been added to the PyNEST API: :py:func:`.GetSourceNodes`, :py:func:`.GetSourcePositions`, and :py:func:`.PlotSources`.

jessica-mitchell marked this conversation as resolved.
Show resolved Hide resolved

Renaming ``calibrate`` to ``pre_run_hook``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down