Skip to content

Releases: nest/nest-simulator

NEST 3.8

02 Aug 20:53
Compare
Choose a tag to compare

NEST 3.8 is the result of 533 commits by 16 developers since NEST 3.7 which was released on 2024-04-12.

This release adds models with exact and simplified NMDA dynamics, as well as improvements and corrections of model documentation. The model directory was reworked to now feature interactive filtering and new concept overview pages. For the first time, the release contains also documentation of the expected performance for established neuronal network models of different sizes.
On the technical side, an important bug in slicing node collections has been fixed, and various issues caused by version updates of other tools such as NumPy and Python on MacOS have been addressed.

Check out more details in the docs: "What's new in NEST 3.8"

Enhancements

Bug Fixes

Maintenance

NEST 3.8-rc2

25 Jul 06:39
Compare
Choose a tag to compare
NEST 3.8-rc2 Pre-release
Pre-release

NEST 3.8 is the result of 441 commits by 16 developers since NEST 3.7 which was released on 2024-04-12.

This release adds models with exact and simplified NMDA dynamics, as well as improvements and corrections of model documentation. For the first time, the release contains documentation of the expected performance for established neuronal network models of different sizes. On the technical side, an important bug in slicing node collections has been fixed, and various issues caused by version updates of other tools such as NumPy and Python on MacOS have been addressed.

Enhancements

Bug Fixes

Maintenance

NEST 3.8-rc1

15 Jul 09:41
68ec877
Compare
Choose a tag to compare
NEST 3.8-rc1 Pre-release
Pre-release

NEST 3.8 is the result of 408 commits by 15 developers since NEST 3.7 which was released on 2024-04-12.

This release adds models with exact and simplified NMDA dynamics, as well as improvements and corrections of model documentation. On the technical side, an important bug in slicing node collections has been fixed, and various issues caused by version updates of other tools such as NumPy and Python on MacOS have been addressed.

Enhancements

Bug Fixes

Maintenance

NEST 3.7

12 Apr 17:00
Compare
Choose a tag to compare

NEST 3.7 is the result of 1392 commits by 34 developers since NEST 3.6 which was released on 2023-09-28.

This release most notably brings support for spike-based machine learning using eligibility traces, a tripartite and a pairwise-poisson connection rule. Structurally the extension module interface has been redefined and now supports module unloading. Changes contain many bug fixes and improvements.

As of NEST 3.7, NEST requires a C++17 compatible compiler.

Check out more details in the docs: "What's new in NEST 3.7"

Enhancements

Bug fixes

Maintenance

Read more

NEST 3.7-rc1

25 Mar 09:01
Compare
Choose a tag to compare
NEST 3.7-rc1 Pre-release
Pre-release

NEST 3.7 is the result of 1282 commits by 30 developers since NEST 3.6 which was released on 2023-09-28.

This release most notably brings support for spike-based machine learning using eligibility traces, a tripartite and a pairwise-poisson connection rule. Structurally the extension module interface has been redefined and now supports module unloading. Changes contain many bug fixes and improvements.

As of NEST 3.7, NEST requires a C++17 compatible compiler.

Check out more details in the docs: "What's new in NEST 3.7"

Enhancements

Bug fixes

Maintenance

Additionally ...

Read more

NEST 3.6

25 Sep 13:59
Compare
Choose a tag to compare

NEST 3.6 is the result of 1397 commits by 30 developers since NEST 3.5 which was released on 2023-06-22.

NEST 3.6 provides significant performance improvements for highly parallel building and simulating of networks and introduces initial support for astrocytes and neuron-astrocyte interaction.

Many smaller changes prepare the test suite for future internal changes in the SLI/Python interfaces.

Check out more details in the docs: "What's new in NEST 3.6"

Enhancements

Bug fixes

Maintenance

Refactoring of the test suite

Read more

NEST 3.6-rc1

20 Sep 15:07
Compare
Choose a tag to compare
NEST 3.6-rc1 Pre-release
Pre-release

NEST 3.6 is the result of 1388 commits by 30 developers since NEST 3.5 which was released on 2023-06-22.

NEST 3.6 provides significant performance improvements for highly parallel building and simulating of networks and introduces initial support for astrocytes and neuron-astrocyte interaction.

Many smaller changes prepare the test suite for future internal changes in the SLI/Python interfaces.

Check out more details in the docs: "What's new in NEST 3.6"

Enhancements

Bug fixes

Maintenance

Refactoring of the test suite

Read more

NEST 3.5

03 Jul 12:23
4e7a755
Compare
Choose a tag to compare

NEST 3.5 is the result of 1390 commits by 25 developers since NEST 3.4 which was released on 2023-02-16.

The main focus of this release is a restructured user documentation improving usability and enhancing explanations of use-cases and features.

New features include native support for networks represented in SONATA format, and new and enhanced models such as the spike_train_injector and access to calcium concentration parameters.

Under the hood, a lot of changes have been made to the test suite to improve development workflows. Continuous integration checks now run separately and in parallel. The whole test suite was ported from SLI to a PyTest-based setup.

Enhancements

Bug fixes

Maintenance updates

Read more

NEST 3.5-rc1

23 Jun 10:04
785b15e
Compare
Choose a tag to compare
NEST 3.5-rc1 Pre-release
Pre-release

NEST 3.5 is the result of 1377 commits by 25 developers since NEST 3.4 which was released on 2023-02-16.

New features include native support for networks represented in SONATA format, and new and enhanced models such as the spike_train_injector and access to calcium concentration parameters. In the user documentation, you can now run the PyNEST examples as Jupyter Notebooks. We've also added new docs for using HPC systems with NEST. Under the hood, a lot of changes have been made to the test suite to improve development workflows. Tests now run separately and in parallel. The whole test suite was ported from SLI to a PyTest-based setup.

Enhancement

Bug

Maintenance

Read more

NEST 2.14.2

27 Apr 14:29
55c46f7
Compare
Choose a tag to compare

NEST 2.14.2 is the result of 4 commits by 4 developers since NEST 2.14.1 which was released on 2021-09-08.

This release properly initializes the second initial value of postsynaptic currents in the iaf_psc_exp model to zero. Without the initilization the behavior of the model is undefined, which may go unnoticed and produces wrong results. A typical symptom of the bug are the occurence of correct spike rates in some runs and too high spike rates in others.

Bug fixes