Skip to content

NEST 3.10

Latest

Choose a tag to compare

@terhorstd terhorstd released this 09 Jun 15:41

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

The list contains 98 PRs.

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

Further 63 pull-requests porting the test-suite from SLI to PyTest+PyNEST.