Releases: dweindl/sbmlmath
Releases · dweindl/sbmlmath
sbmlmath v0.4.0
What's Changed
- Added
evaluate: bool
option toSBMLMathMLParser
for consistent (non-)evaluation during construction of sympy expressions sympy_to_sbml_math
now supports kwargs forSBMLMathMLParser
- Fixed some number<->boolean interconversions
- Fixed nested piecewise functions
- Fixed
evalf()
for the Avogadro constant
Full Changelog: v0.3.0...v0.4.0
sbmlmath v0.3.0
sbmlmath v0.2.0
sbmlmath v0.1.1
Fixed version number in pyproject.toml
. No further changes.
Full Changelog: v0.1.0...v0.1.1
sbmlmath v0.1.0
What's Changed
- Parser: added hook for symbol name preprocessing by @dweindl in #17
- Allow setting assumptions on Symbols by @dweindl in #18
- Some documentation is now available at https://sbmlmath.readthedocs.io/
Full Changelog: v0.0.3...v0.1.0
sbmlmath v0.0.3
Relaxed python requirements to >=3.9 (by @dweindl in #2)
Full Changelog: v0.0.2...v0.0.3
sbmlmath v0.0.2
Fixes:
- Work around 32bit integer over-/underflow in libsbml for
<cn type="integer">...</cn>
Full Changelog: v0.0.1...v0.0.2