Skip to content

Commit

Permalink
Merge pull request #125 from matthiaskoenig/develop
Browse files Browse the repository at this point in the history
Changes for v0.3.4 - annotation support
  • Loading branch information
matthiaskoenig authored Jun 11, 2019
2 parents cd5ec9d + cf08ff7 commit fb62633
Show file tree
Hide file tree
Showing 64 changed files with 30,217 additions and 1,999 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ sbmlutils/examples/models/glucose/glucose_annotations.xlsx.csv
.pytest_cache
.Rhistory
*.tsv#
*.xlsx#
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ pip install -e .
```

## Release notes
### 0.3.4
* improved annotation support (inline annotations, annotation by url)
* checking against MIRIAM collections and patterns

### 0.3.1 - 0.3.3
* libSBML 5.18.0
* initial distrib support
Expand Down
2 changes: 0 additions & 2 deletions docs_builder/notebooks/modelcreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
# In[1]:


from sbmlutils import comp
from sbmlutils import fbc
from sbmlutils import sbmlio
from sbmlutils import factory
from sbmlutils.dfba import builder

from sbmlutils.units import *
from sbmlutils.sbo import *
from sbmlutils.factory import *


Expand Down
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.3"
__version__ = "0.3.4"

PROGRAM_VERSION = __version__
PROGRAM_NAME = 'sbmlutils'
Loading

0 comments on commit fb62633

Please sign in to comment.