Skip to content

Commit be07c5a

Browse files
authored
Merge pull request #67 from NeuroML/experimental
To v0.5.9 - updated and tested the ParameterSweep code
2 parents 024cf90 + 4fe5bb4 commit be07c5a

Some content is hidden

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

44 files changed

+66
-58
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
HDF5_DISABLE_VERSION_CHECK: 1
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.x'
2626
- name: Install dependencies

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": {

0 commit comments

Comments
 (0)