1
1
.. _release_3.8 :
2
2
3
- What's new in NEST 3 8.
3
+ What's new in NEST 3.8
4
4
======================
5
5
6
6
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.
12
12
If you transition from an earlier version, please see our extensive
13
13
:ref: `transition guide from NEST 2.x to 3.0 <refguide_2_3 >` and the
14
14
: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