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 deprecation notice to iaf_cond_alpha_mc model documentation #3240

Merged
merged 5 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
6 changes: 5 additions & 1 deletion models/iaf_cond_alpha_mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ Short description

Multi-compartment conductance-based leaky integrate-and-fire neuron model


Description
+++++++++++

.. admonition:: Deprecated model

``iaf_cond_alpha_mc`` is deprecated because ``cm_default`` is an improved
implementation of compartmental models in NEST (see :doc:`cm_default`).
jessica-mitchell marked this conversation as resolved.
Show resolved Hide resolved

THIS MODEL IS A PROTOTYPE FOR ILLUSTRATION PURPOSES. IT IS NOT YET
FULLY TESTED. USE AT YOUR OWN PERIL!

Expand Down
5 changes: 5 additions & 0 deletions models/pp_cond_exp_mc_urbanczik.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ Two-compartment point process neuron with conductance-based synapses
Description
+++++++++++

.. admonition:: Deprecated model

``pp_cond_exp_mc_urbanczik`` is deprecated because ``cm_default`` is an improved
implementation of compartmental models in NEST (see :doc:`cm_default`).
jessica-mitchell marked this conversation as resolved.
Show resolved Hide resolved

pp_cond_exp_mc_urbanczik is an implementation of a two-compartment spiking
point process neuron with conductance-based synapses as it is used
in [1]_. It is capable of connecting to an :doc:`Urbanczik synapse
Expand Down
Loading