~nest-simulator/nest-simulator/+git/nestml:master

Last commit made on 2024-06-19
Get this branch:
git clone -b master https://git.launchpad.net/~nest-simulator/nest-simulator/+git/nestml

Branch merges

Branch information

Recent commits

2c7c4a7... by clinssen <email address hidden>

Allow neuron models without state and parameters block; fix dependent variables search for co-generation transformer (#1060)

251d7bf... by Pooja Babu <email address hidden>

Fix izhikevich neuron docs to keep the variable names consistent (#1068)

ac1bf14... by clinssen <email address hidden>

Fix the case that there is a complex neuron model and a simple synapse model that does not transfer any variables (#1067)

* fix template in case of no transferred variables
---------

Co-authored-by: C.A.P. Linssen <email address hidden>

fef2d71... by clinssen <email address hidden>

Fix special handling of NEST delay and weight variables in synapse (#1044)

4fb3c96... by clinssen <email address hidden>

Automatic model characterisation and doc generator (#920)

99f32a8... by clinssen <email address hidden>

Merge pull request #1059 from clinssen/generate_code_for_touch

NESTCodeGeneratorUtils.generate_code_for() no longer touches source files on each call

100be62... by "C.A.P. Linssen" <email address hidden>

more verbose Jupyter notebook runs on CI

526b696... by "C.A.P. Linssen" <email address hidden>

NESTCodeGeneratorUtils.generate_code_for() no longer touches source files on each call

076bd89... by clinssen <email address hidden>

Refactor ``ASTNode.get_parent()`` to improve runtime performance (#1049)

* refactor ASTNode.get_parent() to improve runtime performance

---------

Co-authored-by: C.A.P. Linssen <email address hidden>

de1ee06... by clinssen <email address hidden>

Merge pull request #1053 from clinssen/pre_run_hook_init

Fix NEST initialisation