-
Notifications
You must be signed in to change notification settings - Fork 370
2020 10 12 Open NEST Developer Video Conference
Dennis Terhorst edited this page Oct 12, 2020
·
5 revisions
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- HBP CodeJam #11
- Extension Module System
- Issue #1773: wrapper around
Prepare
andRun
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
- ACA/Validation Hackathon in the coming week
- adding test cases for dopamine STDP synapse, etc.
- PyNEST
- nothing major other than #1773 (see in-depth)
- Kernel
- working on multiple ring-buffers, work-in-progrees
- #1798 fix for spatial headers (better preserve subdirectory structure when installing?)
- currently just easy solution, discuss on next hackathon
- Installation
- new installation documentation cleanup PRs
- Infrastructure
- nothing major to report
- Documentation
- many minor fixes
- discussions about nest-server documentation ongoing
- EBRAINS
- nothing to report
- (Feature) Random number generation
- updated to current master, but still failing some test
- (Feature) Automated Testing
- no news
- 🌠 NEW: (Feature) Extension Module System
- nest-server
- NESTML
- hands-on session documentation
- removal of mymodule example (happened in master some time ago)
- new repository nest/nest-extension-modules
- formerly SLI extension modules rarely used, but are strong dependency
- request to call back from extension modules
- pipnest to build a python module around nest-extension-module
- pip install executes cmake steps on target machine
- does not require interface to C++
- 3rd factor plasticity used for teaching signal
- volume transmitter not optimal
- formerly could register functions in SLI (being called through all the levels)
- possible to separate out pynest installation? Use modules with different versions of Python?
- Technically not possible, since binary components need to match python module (ABI needs to be compatible)
- branch out to separate discussion meeting (see poll)
Issue #1773: wrapper around Prepare
and Run
- *postponed to next meeting, please comment on the issue
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org