Skip to content

Commit

Permalink
Merge pull request #84 from sys-bio/develop
Browse files Browse the repository at this point in the history
Update version number.
  • Loading branch information
luciansmith authored May 22, 2023
2 parents fb1a90e + c197ff6 commit 2108975
Show file tree
Hide file tree
Showing 78 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(libantimony)
#
SET(LIBANTIMONY_VERSION_MAJOR 2)
SET(LIBANTIMONY_VERSION_MINOR 13)
SET(LIBANTIMONY_VERSION_PATCH ".3")
SET(LIBANTIMONY_VERSION_PATCH ".4")
SET(LIBANTIMONY_VERSION_RELEASE "")


Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/BIOMD0000000118.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
function GAMMA(VV, theta, sigma)
1/(1 + exp(-(VV - theta)/sigma));
end
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/BIOMD0000000696.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *Boada2016___Incoherent_type_1_feed_forward_loop__I1_FFL()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_compartment_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
compartment a;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_event_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Events:
E0: at time > 3: b = 4;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_function_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
function foo()
3;
end
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_localvar_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *foo()

// Variable initializations:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_module_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *foo()
end

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_param2_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_param_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_reaction_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
species A;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_species_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
species a;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_submodel_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model foo()
end

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/SBO_submodel_shadowed_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model foo()

// Variable initializations:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/coefficientOfVariation_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/confidenceInterval_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/credibleInterval_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;
x = ;
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/default_compartment.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *def_comp()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/distribution_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;
x = ;
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/encodes_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/externalParameter1_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/externalParameter2_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;
x = ;
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/externalParameter3_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;
x = ;
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/CompTest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Unable to create port constraint__constraint0 in model CompModel because Constraint elements do not have IDs in SBML, and therefore cannot be made into ports in Antimony.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/QTPop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
function get2DArrayElement(a, b, c)
a;
end
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/comp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/exchangetest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *testmod()

// Compartments and Species:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Unable to create port rule__iBioSim7 in model CompModel because RateRule elements only exist as part of other Antimony elements, and do not function as their own separate entities which may be flagged as a port.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test22.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test23.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test24.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test25.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test27.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Assignment Rules:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test28.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test39.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test44.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test45.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Rate Rules:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test46.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test47.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test48.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model moddef1()

// Compartments and Species:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test54.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Unable to process deletion from submodel B in model baz. Deletions of Deletion elements have not been added as a concept in Antimony.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test58.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Cannot replace stoichiometries in Antimony: all replacedElements and replacedBy children of z in reaction J2 will be ignored.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test59.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Cannot replace stoichiometries in Antimony: all replacedElements and replacedBy children of z in reaction J2 will be ignored.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/from-libsbml/test61.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4

// Warnings from automatic translation:
// Cannot replace stoichiometries in Antimony: all replacedElements and replacedBy children of S1 in reaction R1 will be ignored.
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/function_name_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
function foo()
3;
end
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/hasPart_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/hasProperty_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/hasTaxon_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/hasVersion_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/identity_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/interactionActivationDashO.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by libAntimony version v2.13.3 with libSBML version 5.19.5. -->
<!-- Created by libAntimony version v2.13.4 with libSBML version 5.19.5. -->
<sbml xmlns="http://www.sbml.org/sbml/level3/version2/core" level="3" version="2">
<model metaid="__main" id="__main">
<listOfCompartments>
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/interquartileRange_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;
x = ;
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isDescribedBy_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isEncodedBy_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isHomologTo_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isPartOf_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isPropertyOf_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/isVersionOf_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/kurtosis_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/mean_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/median_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/mode_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Variable initializations:
a = ;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/module_name_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
model *foo()

// Variable initializations:
Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/namedstoich_assignment_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
species a;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/namedstoich_basic_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
species a;

Expand Down
2 changes: 1 addition & 1 deletion src/test/test-data/namedstoich_rate_rt.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Created by libAntimony v2.13.3
// Created by libAntimony v2.13.4
// Compartments and Species:
species a;

Expand Down
Loading

0 comments on commit 2108975

Please sign in to comment.