Skip to content

Commit e2ab67b

Browse files
committed
feat: added algorithm parameters for libRoadRunner/CVODE
1 parent 86b0d79 commit e2ab67b

File tree

4 files changed

+44
-3
lines changed

4 files changed

+44
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.25 (OWL 2)
4+
- Added algorithm parameters for libRoadRunner/CVODE
5+
36
## 2.24 (OWL 2)
47
- Added algorithm for Resource Balance Analysis
58
- Aligned Identifiers.org URIs to http:// rather than https://

kisao.owl

+39-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<rdfs:label xml:lang="en">Kinetic Simulation Algorithm Ontology (KiSAO)</rdfs:label>
2020
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://co.mbine.org/standards/kisao</rdfs:seeAlso>
2121
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/pubmed/22027554</rdfs:seeAlso>
22-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.23</owl:versionInfo>
22+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.25</owl:versionInfo>
2323
<skos:definition xml:lang="en">The Kinetic Simulation Algorithm Ontology (KiSAO) classifies algorithms available for the simulation and analysis of models in biology, and their characteristics and the parameters required for their use.</skos:definition>
2424
</owl:Ontology>
2525

@@ -14245,6 +14245,44 @@ This method only involves evaluations of f. This method is suitable for non-stif
1424514245

1424614246

1424714247

14248+
<!-- http://www.biomodels.net/kisao/KISAO#KISAO_0000670 -->
14249+
14250+
<owl:Class rdf:about="http://www.biomodels.net/kisao/KISAO#KISAO_0000670">
14251+
<rdfs:subClassOf rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000243"/>
14252+
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-08-07</dc:created>
14253+
<dc:creator xml:lang="en">JRK</dc:creator>
14254+
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/tellurium</isImplementedIn>
14255+
<rdfs:label xml:lang="en">Use multiple steps</rdfs:label>
14256+
<skos:definition xml:lang="en">Whether to perform a multiple time step simulation.</skos:definition>
14257+
</owl:Class>
14258+
<owl:Axiom>
14259+
<owl:annotatedSource rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000670"/>
14260+
<owl:annotatedProperty rdf:resource="http://www.biomodels.net/kisao/KISAO#isImplementedIn"/>
14261+
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/tellurium</owl:annotatedTarget>
14262+
<rdfs:comment xml:lang="en">tellurium</rdfs:comment>
14263+
</owl:Axiom>
14264+
14265+
14266+
14267+
<!-- http://www.biomodels.net/kisao/KISAO#KISAO_0000671 -->
14268+
14269+
<owl:Class rdf:about="http://www.biomodels.net/kisao/KISAO#KISAO_0000671">
14270+
<rdfs:subClassOf rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000243"/>
14271+
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-08-07</dc:created>
14272+
<dc:creator xml:lang="en">JRK</dc:creator>
14273+
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/tellurium</isImplementedIn>
14274+
<rdfs:label xml:lang="en">use stiff method</rdfs:label>
14275+
<skos:definition xml:lang="en">Specifies whether the integrator attempts to solve stiff equations.</skos:definition>
14276+
</owl:Class>
14277+
<owl:Axiom>
14278+
<owl:annotatedSource rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000671"/>
14279+
<owl:annotatedProperty rdf:resource="http://www.biomodels.net/kisao/KISAO#isImplementedIn"/>
14280+
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/tellurium</owl:annotatedTarget>
14281+
<rdfs:comment xml:lang="en">tellurium</rdfs:comment>
14282+
</owl:Axiom>
14283+
14284+
14285+
1424814286
<!-- http://www.biomodels.net/kisao/KISAO#KISAO_0000800 -->
1424914287

1425014288
<owl:Class rdf:about="http://www.biomodels.net/kisao/KISAO#KISAO_0000800">

kisao_full.owl

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<rdfs:comment xml:lang="en">Kinetic Simulation Algorithm Ontology (full version, containing deprecated classes)</rdfs:comment>
2020
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://co.mbine.org/standards/kisao</rdfs:seeAlso>
2121
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/pubmed/22027554</rdfs:seeAlso>
22-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.24</owl:versionInfo>
22+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.25</owl:versionInfo>
2323
<skos:definition xml:lang="en">The Kinetic Simulation Algorithm Ontology (KiSAO) classifies algorithms available for the simulation and analysis of models in biology, and their characteristics and the parameters required for their use.</skos:definition>
2424
</owl:Ontology>
2525

libkisao/python/kisao/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.24'
1+
__version__ = '2.25'

0 commit comments

Comments
 (0)