-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2955 from HanjiaJiang/connect_astro
Add a tripartite connection rule for neuron-astrocyte connectivity
- Loading branch information
Showing
35 changed files
with
3,618 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.. _release_3.7: | ||
|
||
What's new in NEST 3.7 | ||
====================== | ||
|
||
This page contains a summary of important breaking and non-breaking | ||
changes from NEST 3.6 to NEST 3.7. In addition to the `release notes | ||
on GitHub <https://github.com/nest/nest-simulator/releases/>`_, this | ||
page also contains transition information that helps you to update | ||
your simulation scripts when you come from an older version of NEST. | ||
|
||
If you transition from an earlier version, please see our extensive | ||
:ref:`transition guide from NEST 2.x to 3.0 <refguide_2_3>` and the | ||
:ref:`list of updates for previous releases in the 3.x series <whats_new>`. | ||
|
||
|
||
NEST requires C++17 | ||
------------------- | ||
|
||
From NEST 3.7 on, we use some C++17 features in NEST code. Therefore, | ||
NEST needs to be built with a compiler that supports C++17. Most | ||
recent C++ compilers should do so. | ||
|
||
Tripartite connectivity in NEST | ||
------------------------------- | ||
|
||
NEST now supports creation of connections involving three populations | ||
of neurons: a pre-synaptic, a post-synaptic and a third-factor | ||
population. At present, as single tripartite connection rule is | ||
available, ``tripartite_bernoulli_with_pool``. Tripartite connections | ||
are created with the new :py:func:`.TripartiteConnect` function. The first | ||
use case for tripartite connections are networks containing astrocyte | ||
populations. | ||
|
||
See examples using astrocyte models: | ||
|
||
* :doc:`../../../auto_examples/astrocytes/astrocyte_small_network` | ||
* :doc:`../../../auto_examples/astrocytes/astrocyte_brunel` | ||
|
||
See connectivity documentation: | ||
|
||
* :ref:`tripartite_connectivity` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.