Skip to content

Commit

Permalink
Update to v0.2.50 & use NeuroML_v2.0.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Nov 26, 2019
1 parent 73b5a7a commit 57421c9
Show file tree
Hide file tree
Showing 5 changed files with 3,260 additions and 4 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.2.47'
__version__ = '0.2.50'
__version_info__ = tuple(int(i) for i in __version__.split('.'))


current_neuroml_version = "v2beta5"
current_neuroml_version = "v2.0"
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_v2beta5.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.0.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_v2beta5.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.0.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 57421c9

Please sign in to comment.