Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduces Initial values block (cf. #368 for the discussion) #382

Merged
merged 17 commits into from
Oct 4, 2017

Commits on Sep 7, 2017

  1. Cleanup the pretty printer

    DimitriPlotnikov committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    fce795d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Cleanup the grammar. Improve naming.

    DimitriPlotnikov committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    6dba957 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Configuration menu
    Copy the full SHA
    b2cd066 View commit details
    Browse the repository at this point in the history
  2. Cleanup the grammar

    DimitriPlotnikov committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    c3ff45e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Cleanup prettyprinter

    DimitriPlotnikov committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    f1a39f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Adopt new grammar in the codegenerator

    DimitriPlotnikov committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    525fadc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    e13e223 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Adopts several neuron models to the new syntax with initial models. T…

    …he codegenerator better distinguishes between different constelations of ODEs. The code generator applies the spikes from buffers to shape variables more relaibly.
    DimitriPlotnikov committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    613d22c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Only non function variables must be stored in the state array. Adopts…

    … the new syntax int he hh_cond_exp_traub neuron model.
    DimitriPlotnikov committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    d6bbb18 View commit details
    Browse the repository at this point in the history
  2. Fixes the next model.

    DimitriPlotnikov committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    fc3672a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Adopt new syntax in the next batch of nestml models.

    DimitriPlotnikov committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    fbc4b4a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Map more NESTML models to the new syntax.

    DimitriPlotnikov committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    f31efbf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Fixes cocos, tests, improves cocos.

    DimitriPlotnikov committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    1605818 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Fixes further model set

    DimitriPlotnikov committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    0364e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27050e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Fixes all models. odes are left out

    DimitriPlotnikov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9a37876 View commit details
    Browse the repository at this point in the history
  2. Extract the logic to add trivial odes for the possible reuse

    DimitriPlotnikov committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    6dd0a96 View commit details
    Browse the repository at this point in the history