Skip to content

Commit 828747f

Browse files
authored
Merge pull request #56 from NeuroML/experimental
Updates to MDF mapping & uses latest Arbor
2 parents 689997e + 94bf49a commit 828747f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+222
-79
lines changed

docs/NeuroMLlite_specification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "NeuroMLlite v0.5.5",
2+
"version": "NeuroMLlite v0.5.6",
33
"specification": {
44
"Network": {
55
"definition": "A Network containing multiple Population's, connected by Projection's and receiving Input's",

docs/NeuroMLlite_specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: NeuroMLlite v0.5.5
1+
version: NeuroMLlite v0.5.6
22
specification:
33
Network:
44
definition: A Network containing multiple Population's, connected by Projection's

docs/README.md

Lines changed: 1 addition & 1 deletion

examples/Example10_Lorenz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example10_Lorenz": {
3-
"version": "NeuroMLlite v0.5.5",
3+
"version": "NeuroMLlite v0.5.6",
44
"notes": "Example 10: Lorenz",
55
"parameters": {
66
"N": 1,

examples/Example11_Synapses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example11_Synapses": {
3-
"version": "NeuroMLlite v0.5.5",
3+
"version": "NeuroMLlite v0.5.6",
44
"notes": "Example 11: synaptic properties",
55
"parameters": {
66
"input_amp": 0.23,

examples/Example11_Synapses.net.nml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" id="Example11_Synapses">
2-
<notes>Generated by NeuroMLlite v0.5.5
2+
<notes>Generated by NeuroMLlite v0.5.6
33
Generated network: Example11_Synapses
44
Generation seed: 1234
55
NeuroMLlite parameters:

examples/Example12_MultiComp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example12_MultiComp": {
3-
"version": "NeuroMLlite v0.5.5",
3+
"version": "NeuroMLlite v0.5.6",
44
"notes": "Example 12: Multicompartmental cells...",
55
"parameters": {
66
"N": 20,

examples/Example1_TestNetwork.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"TestNetwork": {
3-
"version": "NeuroMLlite v0.5.5",
3+
"version": "NeuroMLlite v0.5.6",
44
"notes": "A simple network with 2 populations & projection between them. No info yet on what the cells are so network can't be simulated.",
55
"populations": {
66
"pop0": {

examples/Example2_TestNetwork.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example2_TestNetwork": {
3-
"version": "NeuroMLlite v0.5.5",
3+
"version": "NeuroMLlite v0.5.6",
44
"notes": "A simple network with 2 populations & projection between them. Cells are specified to be NeuroML 2 HH cell models & pre population is given a spiking input.",
55
"cells": {
66
"hhcell": {

examples/Example2_TestNetwork.net.nml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" id="Example2_TestNetwork">
2-
<notes>Generated by NeuroMLlite v0.5.5
2+
<notes>Generated by NeuroMLlite v0.5.6
33
Generated network: Example2_TestNetwork
44
Generation seed: 1234</notes>
55
<include href="test_files/inputs.nml"/>

0 commit comments

Comments
 (0)