-
Notifications
You must be signed in to change notification settings - Fork 370
2021 11 08 Open NEST Developer Video Conference
Dennis Terhorst edited this page Nov 8, 2021
·
6 revisions
- Welcome
- NEST Conference 2022
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- PyNN and NEST 3
Juni
So Mo Di Mi Do Fr Sa
1 2 3 4
5(?6)-7--8--9-10 11 <<<<<< LIVE HACKATHON
12 13 14 15 16 17 18 <<< release week
19>20-21-22-23-24<25 <<<<<< SAVE THE DATE -- NEST Conference 2022
26 27 28 29 30
Here we discuss topics that need broader attention, for example questions that came up but are outside a single project's scope, larger planned changes/PRs that affect all teams or pending work that is blocked by external factors.
- Models / NESTML
- how to proceed with #1895 – change to extension module
- non-linear NMDA channels, math allows to compute activation trace on the pre-synaptic side, share traces via SecondaryEvents, looking for experts.
- PyNEST
- nothing to report
- Kernel
- fixing in-memory representation of spacial information (PR in progress)
- Installation
- looking into new issues, some deep, some for hackathon
- Infrastructure
- nothing to report
- Documentation
- nothing to report
- EBRAINS
- nothing to report
- (Feature) Automated Testing
- nothing to report
- (Feature) Extension Module System
- nothing to report
- NEST-3 support was merged to PyNN main branch, will become part of next release
- major point was removal of
ResetNetwork()
from the NEST API, now workaround by concatenating runs into one long run- problematic point is the leakage of information into subsequent runs
-
ResetNetwork()
also did not protect against leakage of information, thus it was removed- manually resetting buffers, RNGs, etc. needs to be very exactly specified
- better solution would be to run in different sub-processes
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org