This project is mirrored from https://*****@github.com/LCSB-BioCore/SBML.jl.git.
Pull mirroring updated .
- 28 Jul, 2021 1 commit
-
-
anand jain authored
-
- 27 Jul, 2021 2 commits
-
-
Miroslav Kratochvil authored
support for logical operators
-
Miroslav Kratochvil authored
Closes #133
-
- 19 Jul, 2021 14 commits
-
-
Miroslav Kratochvil authored
version bump to 0.6.0
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Rename some functions to something easier understand
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Add function to read SBML model from a string
-
Miroslav Kratochvil authored
Always pass `report_severities` argument to `check_errors`
-
Mosè Giordano authored
-
Miroslav Kratochvil authored
fix parsing of relational operators
-
Mosè Giordano authored
-
Mosè Giordano authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Fix checking of errors in `libsbml_convert`
-
Miroslav Kratochvil authored
fixes #124
-
- 18 Jul, 2021 2 commits
-
-
Mosè Giordano authored
* `getS` -> `stoichiometry_matrix` * `getLBs`, `getUBs` -> `flux_bounds` * `getOCs` -> `flux_objective`
-
Mosè Giordano authored
The function [`SBMLDocument_convert`](http://sbml.org/Software/libSBML/5.18.0/docs/formatted/c-api/class_s_b_m_l_document__t.html#a96677d1b2225c23f3b3ab662a4e547e2) returns 0 when it is successful, other numbers otherwise.
-
- 16 Jul, 2021 1 commit
-
-
Mosè Giordano authored
-
- 15 Jul, 2021 10 commits
-
-
Miroslav Kratochvil authored
Rename `SBMLVersion` -> `Version` and unexport it
-
Mosè Giordano authored
-
Miroslav Kratochvil authored
Use `Unitful` for units, instead of a custom struct
-
Mosè Giordano authored
-
Mosè Giordano authored
This should hopefully be slightly more future-proof, as long as libsbml doesn't change the strings.
-
Mosè Giordano authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
handle SBML error severities (and don't throw on warnings)
-
Miroslav Kratochvil authored
fixes terminal flood on many existing models
-
- 13 Jul, 2021 7 commits
-
-
Miroslav Kratochvil authored
Allow rescue in very deep failure with hOSU and extensive math
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
closes #117
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
quickfix: do not break stoichiometry if 2 species references are present
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
- 10 Jul, 2021 3 commits
-
-
Miroslav Kratochvil authored
fix argument order and count for piecewise function
-
Miroslav Kratochvil authored
Oh my, like, this is the 5th implementation of ifelse we have here?
-
Miroslav Kratochvil authored
-