Skip to content

Commit

Permalink
Merge pull request #119 from matthiaskoenig/develop
Browse files Browse the repository at this point in the history
library updates for 0.3.3 release
  • Loading branch information
matthiaskoenig authored Apr 29, 2019
2 parents 3048bc8 + 336fae9 commit e3add7e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 113 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pip install -e .
```

## Release notes
### 0.3.1
### 0.3.1 - 0.3.3
* libSBML 5.18.0
* initial distrib support

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.
.
2 changes: 1 addition & 1 deletion sbmlutils/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Definition of version string.
"""
__version__ = "0.3.2"
__version__ = "0.3.3"

PROGRAM_VERSION = __version__
PROGRAM_NAME = 'sbmlutils'
File renamed without changes.
1 change: 0 additions & 1 deletion sbmlutils/distrib/uncertainty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<listOfParameters>
<parameter id="p1" value="1" units="mole" constant="false">
<distrib:listOfUncertainties>
<distrib:uncertainty/>
<distrib:uncertainty metaid="meta_uncertainty1" distrib:name="Basic example: 5.0 +- 0.3 [2.0 - 8.0]">
<annotation>
<body xmlns="http://www.w3.org/1999/xhtml">
Expand Down
72 changes: 0 additions & 72 deletions sbmlutils/distrib/uncertainty_uncert_parameter.xml

This file was deleted.

12 changes: 0 additions & 12 deletions sbmlutils/distrib/uncertainty_uncertspan.xml

This file was deleted.

21 changes: 0 additions & 21 deletions sbmlutils/distrib/uncertainty_uncertvalue.xml

This file was deleted.

1 change: 0 additions & 1 deletion sbmlutils/tests/modelcreator/test_modelcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ def test_create_distrib():
distrib_factory.create_distrib(tmp=True)


@pytest.mark.skip(reason="Uncertainty currently not supported in libsbml-5.18.0")
def test_create_distrib():
distrib_factory.create_distrib(tmp=True)
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ def read(*names, **kwargs):
"pyexcel-xlsx>=0.5.7",

# standards
"python-libsbml>=5.18.0",
"python-libsbml-experimental>=5.18.0",
"phrasedml>=1.0.9", # not working on py37
"antimony>=2.9.4", # not working on py37

# simulation
"libroadrunner>=1.5.3",
# "cobra @ git+ssh://git@github.com/opencobra/cobrapy@sbml-bugfixes", # libSBML 5.18.0 dependencies
"cobra>=0.15.2",
"cobra>=0.15.3",
"optlang>=1.4.4",

# misc
Expand Down

0 comments on commit e3add7e

Please sign in to comment.