Skip to content

2023 02 13 Open NEST Developer Video Conference

Dennis Terhorst edited this page Feb 14, 2023 · 4 revisions

previous | list | next

Agenda

  1. Welcome
  2. Review of NEST User Mailing List
  3. Project team round
  4. In-depth discussion
    • Mixed bag of discussion points on the e-prop implementation
    • Node & Model functions refactoring

Mailing list

Project team round

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.

  1. Models / NESTML
  2. NEST GPU
  3. PyNEST
  4. NEST Desktop
  5. Kernel
  6. Installation
  7. Infrastructure
  8. Documentation
  9. EBRAINS

In-depth discussion

Mixed bag of discussion points on the e-prop implementation

(by @Jesús & @akorgor)

  • discussed possibilities available via NESTML
  • custom-model properties discussed and possible implementations of recording devices
  • best practices for implementation of model variations
    • split to different model classes makes implementation cleaner
    • have to make sure users are reasonably safe against accidentally miss-configuring models
    • poisson generator connectivity scaling behaviour discussed

Node & Model functions refactoring

(@med-ayssar)

  • Node classis bloated by many virtual has_… methods, not respecting proper structures
  • will create sparate meeting for in-depth discussion of this
Clone this wiki locally