Skip to content

Commit c3cf392

Browse files
committed
To v0.5.9
1 parent 3f649c9 commit c3cf392

37 files changed

+37
-37
lines changed

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.8",
3+
"version": "NeuroMLlite v0.5.9",
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.8",
3+
"version": "NeuroMLlite v0.5.9",
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.8
2+
<notes>Generated by NeuroMLlite v0.5.9
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.8",
3+
"version": "NeuroMLlite v0.5.9",
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.8",
3+
"version": "NeuroMLlite v0.5.9",
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.8",
3+
"version": "NeuroMLlite v0.5.9",
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.8
2+
<notes>Generated by NeuroMLlite v0.5.9
33
Generated network: Example2_TestNetwork
44
Generation seed: 1234</notes>
55
<include href="test_files/inputs.nml"/>

examples/Example3_Network.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example3_Network": {
3-
"version": "NeuroMLlite v0.5.8",
3+
"version": "NeuroMLlite v0.5.9",
44
"notes": "Example 3: simple network with 2 populations of NeuroML2 cells, a projection between them and spiking input.",
55
"cells": {
66
"hhcell": {

examples/Example3_Network.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="Example3_Network">
2-
<notes>Generated by NeuroMLlite v0.5.8
2+
<notes>Generated by NeuroMLlite v0.5.9
33
Generated network: Example3_Network
44
Generation seed: 1234</notes>
55
<include href="test_files/inputs.nml"/>

examples/Example4_PyNN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Example4_PyNN": {
3-
"version": "NeuroMLlite v0.5.8",
3+
"version": "NeuroMLlite v0.5.9",
44
"notes": "Example 4: a network with PyNN cells & inputs",
55
"parameters": {
66
"input_amp": 0.99

0 commit comments

Comments
 (0)