Skip to content

Releases: nest/nest-simulator

NEST 3.10

09 Jun 15:41

Choose a tag to compare

NEST 3.10 is the result of 1876 commits by 25 developers since NEST 3.9 which was released on 2025-09-30.

This long-awaited release changes the inner structure by removing the legacy simulation language interface (SLI) layer and promoting PyNEST as primary user interface. People already using NEST via Python will benefit from the cleaner function calls, without any changes necessary to their code. Depending on the model setup, instantiation of large models may be noticeably faster. Simulation run-times are mostly unaffected, or have been seen to speed up in a few cases. Along with these changes, NEST can now be installed directly from PyPI with

pip install nest-simulator

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

Enhancements

Bug Fixes

Maintenance

Read more

NEST 3.10-rc.3

19 May 10:14
0d9a349

Choose a tag to compare

NEST 3.10-rc.3 Pre-release
Pre-release

NEST 3.10 is the result of 1781 commits by 24 developers since NEST 3.9 which was released on 2025-09-30.

This long-awaited release changes the inner structure by removing the legacy simulation language interface (SLI) layer and promoting PyNEST as primary user interface. People already using NEST via Python will benefit from the cleaner function calls, without any changes necessary to their code. Depending on the model setup, instantiation of large models may be noticeably faster. Simulation run-times are mostly unaffected, or have been seen to speed up in a few cases. Along with these changes, NEST can now be installed directly from PyPI with

pip install nest-simulator
pip install --pre nest-simulator  # for the release-candidates

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

Enhancements

Bug Fixes

Maintenance

Read more

NEST 3.10-rc.2

05 May 12:46

Choose a tag to compare

NEST 3.10-rc.2 Pre-release
Pre-release

NEST 3.10 is the result of 1770 commits by 24 developers since NEST 3.9 which was released on 2025-09-30.

This long-awaited release changes the inner structure by removing the legacy simulation language interface (SLI) layer and promoting PyNEST as primary user interface. People already using NEST via Python will benefit from the cleaner function calls, without any changes necessary to their code. Depending on the model setup, instantiation of large models may be noticeably faster. Simulation run-times are mostly unaffected, or have been seen to speed up in a few cases. Along with these changes, NEST can now be installed directly from PyPI with

pip install nest-simulator
pip install --pre nest-simulator  # for the release-candidates

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

Enhancements

Bug Fixes

Maintenance

The list contains 82 PRs.

There were also the ...

Read more

NEST 3.10-rc1

21 Apr 08:17

Choose a tag to compare

NEST 3.10-rc1 Pre-release
Pre-release

NEST 3.10 is the result of 1731 commits by 24 developers since NEST 3.9 which was released on 2025-09-30.

This long-awaited release changes the inner structure by removing the legacy simulation language interface (SLI) layer and promoting PyNEST as primary user interface. People already using NEST via Python will benefit from the cleaner function calls, without any changes necessary to their code. Depending on the model setup, instantiation of large models may be noticeably faster. Simulation run-times are mostly unaffected, or have been seen to speed up in a few cases. Along with these changes, NEST can now be installed directly from PyPI with

pip install nest-simulator
pip install --pre nest-simulator  # for the release-candidates

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

Enhancements

Bug Fixes

Maintenance

The list contains 75 PRs.

There were also the following pull requests aside the above categorization:

Read more

NEST 3.9

25 Sep 07:51

Choose a tag to compare

NEST 3.9 is the result of 1217 commits by 24 developers since NEST 3.8 which was released on 2024-08-02.

This release notably adds features for several models, specifically, biologically-inspired features for the e-prop plasticity and the tripartite connectivity, used for astrocytes, which now supports multiple primary connection rules. New additions were made to the documentation including improved neuron model descriptions. Changes include many bug fixes and improvements.

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

Enhancements

Bug fixes

Maintenance

Read more

NEST 3.8

02 Aug 20:53

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

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

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

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

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