Skip to content

2020 08 31 Open NEST Developer Video Conference

Dennis Terhorst edited this page Aug 31, 2020 · 5 revisions

previous | list | next

Agenda

  1. Welcome
  2. Review of NEST User Mailing List
  3. Project team round
  4. In-depth discussion
    • the neuromodulatory synapse

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
    • most activity on https://github.com/nest/nestml
    • working on NESTML 4.0, adding more documentation
    • ODE toolbox development ongoing
    • PR #1697 is open since long and requires high-level overview, reviewers assigned
  2. PyNEST
    • lots of progress in the past two weeks
    • no major things to discuss
  3. Kernel
    • almost done refactoring modelsmodule conn_builder, some Python3 issues with CSA
    • not yet started dissolving the topology module (-> separate VC)
  4. Installation
    • still very limited number of developers on MacOS to test/review
    • homebrew and conda don't mix well.
  5. Infrastructure
    • nest-simulator.org server upload space is now available and could receive Travis build artifacts
    • integration with Travis (configuration) still needs work
  6. Documentation
    • nest.help() need different mechanism for model documentation, instead of SLI help.
    • link to online documentation
    • nest server API also could serve static HTML snippets
    • NEST Conference HBP Press release
  7. EBRAINS
    • nothing major to report
  8. (Feature) Random number generation
    • no updates yet
  9. (Feature) Automated Testing
    • new people recruiting for working on test for STDP dopamine synapses

In-depth discussion: Test for STDP dopamine synapses

  • issue #820 links to manual tests that were removed in a former PR as they were not suited for automated testing.
  • new automated test are to be written
  • discussed also a first/new test
  • formed group of people to work on implementation of automated version of former manual tests. Further discussion will be in issue #820.
Clone this wiki locally