Skip to content

Commit

Permalink
Merge pull request #3128 from heplesser/add-tripartite-note
Browse files Browse the repository at this point in the history
Add note to expect changes to tripartite syntax and semantics
  • Loading branch information
jessica-mitchell authored Mar 4, 2024
2 parents 6e58d59 + 172d071 commit 4136d6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/htmldoc/synapses/connection_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,12 @@ specification to connections from ``pre`` to ``third`` nodes and
the ``'third_out'`` specification to connections from ``third`` to
``post`` nodes.

.. admonition:
Tripartite connectivity is a new feature. Please expect some adjustments to
the syntax and semantics for the tripartite connectivity in the next NEST releases.
.. _tripartite_bernoulli_with_pool:

Tripartite Bernoulli with pool
Expand Down
6 changes: 6 additions & 0 deletions pynest/nest/lib/hl_api_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ def TripartiteConnect(pre, post, third, conn_spec, syn_specs=None):
- any parameters specific to the selected synapse model.
.. admonition:
Tripartite connectivity is a new feature. Please expect some adjustments to
the syntax and semantics for the tripartite connectivity in the next NEST releases.
See Also
---------
:ref:`connection_management`
Expand Down

0 comments on commit 4136d6d

Please sign in to comment.