nest-nightly:2.18.1-develop

Last commit made on 2020-01-12
Get this branch:
git clone -b 2.18.1-develop https://git.launchpad.net/nest-nightly

Branch merges

Branch information

Name:
2.18.1-develop
Repository:
lp:nest-nightly

Recent commits

4c930ef... by terhorstd <email address hidden>

Merge pull request #1387 from nest/master

Release 2.18 preparation

a9c0775... by Jochen Martin Eppler <email address hidden>

Merge pull request #1383 from clinssen/modelsmodule_refactor_mymodule_fix

Fix synapse registration in MyModule by using new syntax introduced by #1069.

869b1fc... by "C.A.P. Linssen" <email address hidden>

fix MyModule by incorporating modelsmodule refactoring from #1069

02a44ba... by Hans Ekkehard Plesser <email address hidden>

Merge pull request #1276 from stinebuu/threading_issues

Fix threading issue when connecting

d4e900d... by Hans Ekkehard Plesser <email address hidden>

Merge pull request #1367 from stinebuu/fix_total_number_with_mpi_and_N_equal_1

Ensure number of connections for fixed total number is properly set

17f07b9... by Stine Vennemo <email address hidden>

Iterate through all processes, add comment above if, remove explicitly
setting number of connections on last process.

00e0d3c... by Jochen Martin Eppler <email address hidden>

Merge pull request #1368 from jessica-mitchell/mailing_list_guidelines

Provide guidelines to writing to mailing list in documentation.

cec8161... by Stine Vennemo <email address hidden>

add comment about why we go to M - 1

8562217... by Stine Vennemo <email address hidden>

Added comment about why we create one dictionary per thread

6ec5807... by Stine Vennemo <email address hidden>

Add comments about why we check the parameter before we set it.