This project is mirrored from https://*****@github.com/LCSB-BioCore/SBML.jl.git.
Pull mirroring updated .
- 29 May, 2021 1 commit
-
-
anand jain authored
not sure if you wanted to get rid of `Model` too, happy to revert that one
-
- 10 May, 2021 1 commit
-
-
Laurent Heirendt authored
efficient cronless tagbot trigger
-
- 08 May, 2021 1 commit
-
-
Miroslav Kratochvil authored
-
- 16 Apr, 2021 5 commits
-
-
Miroslav Kratochvil authored
Added vscode gitignore line
-
St. Elmo authored
-
Laurent Heirendt authored
add specs for codecov
-
Laurent Heirendt authored
-
Miroslav Kratochvil authored
Extract kinetics-relevant information
-
- 15 Apr, 2021 1 commit
-
-
Laurent Heirendt authored
Delete Manifest.toml
-
- 14 Apr, 2021 1 commit
-
-
anand jain authored
Manifest.toml is in the .gitignore, but it is in the repo?
-
- 13 Apr, 2021 16 commits
-
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
...let's see what can be done with it
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
((( Should we also take initialConcentration? What is the purpose of hasOnlySubstanceUnits then when there's both initialAmount and initialConcentration? )))
-
Miroslav Kratochvil authored
-
Laurent Heirendt authored
Sanitize string handling, make species' names optional
-
Laurent Heirendt authored
apply juliaformatter
-
Miroslav Kratochvil authored
Improves upon #35
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Laurent Heirendt authored
Update README.md
-
anand jain authored
make explicit that pkg is registered in readme
-
- 09 Apr, 2021 3 commits
-
-
Laurent Heirendt authored
Avoid global namespace creep by `Maybe`
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Maybe should *not* be defined by SBML.jl, rather by Base or some other standard package, but we need it nevertheless. Exporting it means that other packages will have problems with their own redefinitions of Maybe because name conflicts. So just do not export it, leave others to redefine it or manually copy it out, using `const Maybe = SBML.Maybe`.
-
- 17 Mar, 2021 3 commits
-
-
Miroslav Kratochvil authored
bump version to 0.3.1
-
Miroslav Kratochvil authored
-
Laurent Heirendt authored
-
- 16 Mar, 2021 2 commits
-
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
- 15 Mar, 2021 6 commits
-
-
Laurent Heirendt authored
load more useful metadata
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
(readModel has certainly grown a bit)
-
Laurent Heirendt authored
read flux bounds and optimization coefficients from FBC extensions
-
Miroslav Kratochvil authored
-