Skip to content

NEST 3.1

Compare
Choose a tag to compare
@jougs jougs released this 15 Sep 14:13

NEST 3.1 is the result of 460 commits by 17 developers since NEST 3.0 which was released on 2021-06-10.

This release contains many bug fixes and improvements, especially in the Python setup where support for Python environments was improved.

The PyNEST API was extended to support a more intuitive way of setting and retrieving kernel parameters. Where you previously had nest.SetKernelStatus({"resolution": 0.2}) in your simulation script, you can now just write nest.resolution = 0.2. Kernel attributes now come with their own docstrings and even tab-completion works for them! Additionally, PyNEST functions are now directly linked to the API reference throughout the documentation.

The testsuite now handles MPI tests more consistently and uses pytest for all Python tests.

Enhancements

Normal

Bug fixes

Critical

High

Normal

Maintenance

Critical

High

Normal