Skip to content

Commit c58458a

Browse files
Merge pull request #3245 from jessica-mitchell/whatsnew-3.8
Add What's New section for 3.8 in docs
2 parents 0a46520 + b96feec commit c58458a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. _release_3.8:
2+
3+
What's new in NEST 3.8
4+
======================
5+
6+
This page contains a summary of important breaking and non-breaking
7+
changes from NEST 3.7 to NEST 3.8. In addition to the `release notes
8+
on GitHub <https://github.com/nest/nest-simulator/releases/>`_, this
9+
page also contains transition information that helps you to update
10+
your simulation scripts when you come from an older version of NEST.
11+
12+
If you transition from an earlier version, please see our extensive
13+
:ref:`transition guide from NEST 2.x to 3.0 <refguide_2_3>` and the
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 approximates 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 results of this release in benchmarks of
44+
strong and weak scaling at various network sizes in our docs.
45+
46+
* :ref:`nest_benchmark_results`

0 commit comments

Comments
 (0)