-
Notifications
You must be signed in to change notification settings - Fork 384
Add What's New section for 3.8 in docs #3245
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. _release_3.8: | ||
|
||
What's new in NEST 3.8 | ||
====================== | ||
|
||
This page contains a summary of important breaking and non-breaking | ||
changes from NEST 3.7 to NEST 3.8. In addition to the `release notes | ||
on GitHub <https://github.com/nest/nest-simulator/releases/>`_, this | ||
page also contains transition information that helps you to update | ||
your simulation scripts when you come from an older version of NEST. | ||
|
||
If you transition from an earlier version, please see our extensive | ||
:ref:`transition guide from NEST 2.x to 3.0 <refguide_2_3>` and the | ||
:ref:`list of updates for previous releases in the 3.x series <whats_new>`. | ||
|
||
|
||
NMDA dynamics after Brunel and Wang (2001) | ||
------------------------------------------ | ||
|
||
A new integrate-and-fire model allows for the use | ||
simplified NMDA dynamics. | ||
It contains exponential conductance-based AMPA and GABA synapses along with NMDA synapses | ||
weighted such that it approximated the original linear dynamics. | ||
jessica-mitchell marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
For futher information see: | ||
|
||
* :doc:`/auto_examples/wang_decision_making` | ||
* :doc:`/models/iaf_bw_2001` | ||
* :doc:`/models/iaf_bw_2001_exact` | ||
|
||
New "How NEST works" diagram for docs | ||
------------------------------------- | ||
|
||
The main page of the docs now contains a diagram highlighting the | ||
fundamental components of creating network simulations in NEST. | ||
|
||
* :doc:`/index` | ||
|
||
|
||
NEST performance benchmarks | ||
--------------------------- | ||
|
||
You can now view the results from experiments in | ||
jessica-mitchell marked this conversation as resolved.
Show resolved
Hide resolved
jessica-mitchell marked this conversation as resolved.
Show resolved
Hide resolved
|
||
strong and weak scaling at various network sizes in our docs. | ||
|
||
* :ref:`nest_benchmark_results` |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.