Skip to content

Commit

Permalink
To v0.4.0 using NeuroML schema for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 19, 2022
1 parent 1a45cd7 commit 8b14322
Show file tree
Hide file tree
Showing 6 changed files with 3,918 additions and 248 deletions.
4 changes: 2 additions & 2 deletions neuroml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .nml.nml import * # allows importation of all neuroml classes

__version__ = "0.3.2"
__version__ = "0.4.0"
__version_info__ = tuple(int(i) for i in __version__.split("."))


current_neuroml_version = "v2.2"
current_neuroml_version = "v2.3"
2 changes: 1 addition & 1 deletion neuroml/examples/test_files/complete.nml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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.2.xsd" id="Complete">
<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="Complete">
<notes>Lots of notes....</notes>
<expOneSynapse id="syn0" gbase="14nS" erev="0mV" tauDecay="3ms"/>
<expTwoSynapse id="syn1" gbase="2nS" erev="0mV" tauDecay="3ms" tauRise="1ms"/>
Expand Down
Binary file modified neuroml/examples/test_files/complete.nml.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion neuroml/examples/test_files/testh5.nml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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.2.xsd" id="IafNet">
<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="IafNet">
<notes>Root notes</notes>
<expOneSynapse id="syn0" gbase="65nS" erev="0mV" tauDecay="3ms"/>
<gapJunction id="gj1" conductance="10pS"/>
Expand Down
Loading

0 comments on commit 8b14322

Please sign in to comment.