Recent Releases of sbmlmath
sbmlmath - sbmlmath v0.4.0
What's Changed
- Added
evaluate: booloption toSBMLMathMLParserfor consistent (non-)evaluation during construction of sympy expressions sympy_to_sbml_mathnow supports kwargs forSBMLMathMLParser- Fixed some number<->boolean interconversions
- Fixed nested piecewise functions
- Fixed
evalf()for the Avogadro constant
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.3.0...v0.4.0
- Python
Published by dweindl 11 months ago
sbmlmath - sbmlmath v0.3.0
What's Changed
- Coherent
sbml_level,sbml_versionarguments by @dweindl in https://github.com/dweindl/sbmlmath/pull/26 - Added warnings for SBML level < 3 by @dweindl in https://github.com/dweindl/sbmlmath/pull/27
- Use proper SBML level and version in
sbml_math_to_sympyby @dweindl in https://github.com/dweindl/sbmlmath/pull/28 - Add
RateOf.eval()by @dweindl in https://github.com/dweindl/sbmlmath/pull/30
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.2.0...v0.3.0
- Python
Published by dweindl about 1 year ago
sbmlmath - sbmlmath v0.2.0
What's Changed
- Fixed equality and isinstance checks for
CSymboland derived classes by @dweindl in https://github.com/dweindl/sbmlmath/pull/20 - Fixed equality and isinstance checks for
CFunctionand derived classes by @dweindl in https://github.com/dweindl/sbmlmath/pull/22 - Added
set_mathby @dweindl in https://github.com/dweindl/sbmlmath/pull/25
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.1.1...v0.2.0
- Python
Published by dweindl over 1 year ago
sbmlmath - sbmlmath v0.1.1
Fixed version number in pyproject.toml. No further changes.
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.1.0...v0.1.1
- Python
Published by dweindl over 1 year ago
sbmlmath - sbmlmath v0.1.0
What's Changed
- Parser: added hook for symbol name preprocessing by @dweindl in https://github.com/dweindl/sbmlmath/pull/17
- Allow setting assumptions on Symbols by @dweindl in https://github.com/dweindl/sbmlmath/pull/18
- Some documentation is now available at https://sbmlmath.readthedocs.io/
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.0.3...v0.1.0
- Python
Published by dweindl over 1 year ago
sbmlmath - sbmlmath v0.0.3
Relaxed python requirements to >=3.9 (by @dweindl in https://github.com/dweindl/sbmlmath/pull/2)
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.0.2...v0.0.3
- Python
Published by dweindl over 2 years ago
sbmlmath - sbmlmath v0.0.2
Fixes:
* Work around 32bit integer over-/underflow in libsbml for <cn type="integer">...</cn>
Full Changelog: https://github.com/dweindl/sbmlmath/compare/v0.0.1...v0.0.2
- Python
Published by dweindl over 2 years ago
sbmlmath - sbmlmath v0.0.1
Full Changelog: https://github.com/dweindl/sbmlmath/commits/v0.0.1
- Python
Published by dweindl over 2 years ago