Skip to content

Tags: BlueBrain/nmodl

Tags

0.6

Toggle 0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print prototypes before functors (#1034)

mod2ir-CC23

Toggle mod2ir-CC23's commit message
Tag used for artifact for MOD2IR paper submitted to CC2023

0.4

Toggle 0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for WATCH statement weight vector index for net_send (copy from B…

…lueBrain/mod2c/pull/82) (#886)

- See BlueBrain/mod2c#82

v1.0-alpha-llvm

Toggle v1.0-alpha-llvm's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix azure yaml pipeline from merge (#687)

0.3

Toggle 0.3's commit message
Avoid uploading release wheel as nightly wheel

  - if release wheel option is True then skip nightly wheel
  - Otherwise pypi.org gives an error about wrong token

0.2

Toggle 0.2's commit message
More documentation and included md files into sphinx doc (#191)

   - Updated README with extra information about NMODL, eprint and benchmarks
   - Change version to 0.2 in CMakeLists.txt
   - Avoided import nmodl.dsl as nmodl in README
   - Renamed ast_view to view in nmodl.ast module

0.1

Toggle 0.1's commit message
use node.py helpers when possible

* remove reference to unused IDENTIFIER_NODE
* changed to sets for membership tests in node_info
* added Node __repr__/__str__'s for easier debugging/printing