This project is mirrored from https://*****@github.com/LCSB-BioCore/SBML.jl.git.
Pull mirroring updated .
- 17 Jun, 2021 23 commits
-
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Update Project.toml
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Support MathTime conversion to Symbolics, document the whole thing
-
Miroslav Kratochvil authored
-
anand jain authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Minor cleaning&merge of #65
-
Miroslav Kratochvil authored
(also ensures compatibility with the macro)
-
Miroslav Kratochvil authored
(that package is giving serious npm vibes)
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
This potentially saves a lot of headache with various custom functions or stuff where support may be complicated/ambiguous. In this precise case, we're allowing it because the user needs to `@register` the factorial function with Symbolics manually, so that it can be translated properly.
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Tune up the converter type :]
-
Miroslav Kratochvil authored
This got solved quickly, thanks Mose!
-
Miroslav Kratochvil authored
Sanitize `libsbml_converter` types
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
:'(
-
Miroslav Kratochvil authored
how did it even pass before?
-
Miroslav Kratochvil authored
Paul reported in #64 that empty parameter list actually causes this to break because the generated Any can't downcast to String automagically, which should be fixed.
-
paulflang authored
-
paulflang authored
-
paulflang authored
-
- 15 Jun, 2021 10 commits
-
-
Miroslav Kratochvil authored
parse out and test specially marked time math
-
Miroslav Kratochvil authored
Closes #54
-
Laurent Heirendt authored
bump version to 0.5.0
-
Miroslav Kratochvil authored
import `download` from Downloads
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
add initial concentration, fix certainty of units
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
- 14 Jun, 2021 7 commits
-
-
Miroslav Kratochvil authored
document the converter usage
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
support relational operators in math
-
Miroslav Kratochvil authored
add reversible flag
-
Miroslav Kratochvil authored
...to allow distinguishing stuff like Euler's number from variable name `e`
-
-