Skip to content

Commit cce68cb

Browse files
add content
1 parent 3651d5e commit cce68cb

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

doc/htmldoc/whats_new/v3.8/index.rst

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _release_3.8:
22

3-
What's new in NEST 3 8.
3+
What's new in NEST 3.8
44
======================
55

66
This page contains a summary of important breaking and non-breaking
@@ -12,3 +12,35 @@ your simulation scripts when you come from an older version of NEST.
1212
If you transition from an earlier version, please see our extensive
1313
:ref:`transition guide from NEST 2.x to 3.0 <refguide_2_3>` and the
1414
:ref:`list of updates for previous releases in the 3.x series <whats_new>`.
15+
16+
17+
NMDA dynamics after Brunel and Wang (2001)
18+
------------------------------------------
19+
20+
A new integrate-and-fire model allows for the use
21+
simplified NMDA dynamics.
22+
It contains exponential conductance-based AMPA and GABA synapses along with NMDA synapses
23+
weighted such that it approximated the original linear dynamics.
24+
25+
For futher information see:
26+
27+
* :doc:`/auto_examples/wang_decision_making`
28+
* :doc:`/models/iaf_bw_2001`
29+
* :doc:`/models/iaf_bw_2001_exact`
30+
31+
New "How NEST works" diagram for docs
32+
-------------------------------------
33+
34+
The main page of the docs now contains a diagram highlighting the
35+
fundamental components of creating network simulations in NEST.
36+
37+
* :doc:`/index`
38+
39+
40+
NEST performance benchmarks
41+
---------------------------
42+
43+
You can now view the results from experiments in
44+
strong and weak scaling at various network sizes in our docs.
45+
46+
* :ref:`nest_benchmark_results`

0 commit comments

Comments
 (0)