Skip to content

Releases: LCSB-BioCore/SBML.jl

v0.8.0

25 Aug 07:45
e666f7f

Choose a tag to compare

SBML v0.8.0

Diff since v0.7.0

Closed issues:

Merged pull requests:

v0.7.0

09 Aug 15:05

Choose a tag to compare

SBML v0.7.0

Diff since v0.6.0

Closed issues:

  • Adding substoich and prodstoich fields to Reaction (#119)
  • test suite case 00198 fails (#133)
  • DocStringExtensions usage (particularly on structs) (#136)
  • SBML doesn't respect math rationals (#140)

Merged pull requests:

v0.6.0

19 Jul 14:03
c97c1fb

Choose a tag to compare

SBML v0.6.0

Diff since v0.5.6

Closed issues:

  • parseSBML function to directly pass in an XML string (#111)
  • piecewise handling fails (#112)
  • Rename helper functions like getS to nicer names (#121)
  • Extracting math with returns a zero character (#124)
  • expandInitialAssignments converter fails on case 01234 (#125)

Merged pull requests:

v0.5.6

15 Jul 12:30

Choose a tag to compare

SBML v0.5.6

Diff since v0.5.5

Closed issues:

  • Reversible Reaction handling through direct lowering to ODESystem (#51)
  • Throw warning instead of error when not hOSU and compartment unsized (#101)
  • piecewise handling fails (#112)
  • Stoichiometry extraction fails when species appears on both sides of chemical reaction equation (#115)

Merged pull requests:

  • Turn some anonymous functions into proper named functions (#110) (@giordano)
  • add issue templates to promote decent format of bug reports (#113) (@exaexa)
  • fix argument order and count for piecewise function (#114) (@exaexa)
  • quickfix: do not break stoichiometry if 2 species references are present (#116) (@exaexa)
  • handle SBML error severities (and don't throw on warnings) (#117) (@exaexa)
  • Allow rescue in very deep failure with hOSU and extensive math (#118) (@exaexa)

v0.5.5

03 Jul 09:02
47d9513

Choose a tag to compare

SBML v0.5.5

Diff since v0.5.4

Closed issues:

  • Stable docs don't seem to be updated (#92)
  • convert does not always return Num (#100)
  • Segfault on sbml-test-suite 01289-sbml-l3v2.xml (#102)

Merged pull requests:

  • Add SSH key to let TagBot trigger building documentation (#93) (@giordano)
  • Remove unneeded dependencies from the package (#103) (@giordano)
  • check output of converters and throw julia errors in case something is wrong (#104) (@exaexa)
  • Improve reporting of errors in documents (#106) (@giordano)
  • 0.5.5 release prep (cleaning) (#107) (@exaexa)
  • link other packages (#108) (@exaexa)

v0.5.4

27 Jun 18:08
8957cfa

Choose a tag to compare

SBML v0.5.4

Diff since v0.5.3

Merged pull requests:

v0.5.3

26 Jun 16:48
40e1e10

Choose a tag to compare

SBML v0.5.3

Diff since v0.5.2

Closed issues:

  • Support easy collection of initial amounts/concentrations (#71)
  • Fix getInitialConcentration (#87)

Merged pull requests:

v0.5.2

25 Jun 10:52
1e9cdb7

Choose a tag to compare

SBML v0.5.2

Diff since v0.5.1

Closed issues:

  • Make GPAAnd and GPAOr parametric? (#72)
  • include runs on Julia 1.5 and Julia 1.6 (#80)

Merged pull requests:

  • Strip whitespaces when reporting error messages from readSBML (#73) (@giordano)
  • Remove DocumenterTools from docs/ environment (#74) (@giordano)
  • Run CI with GitHub Actions on pull requests (#75) (@giordano)
  • Gitignore files downloaded during the tests (#76) (@giordano)
  • Make sbml a proper function, instead of a non-const anononymous one (#77) (@giordano)
  • Make convert_simplify_math constant (#78) (@giordano)
  • Make default_symbolics_mapping constant (#79) (@giordano)
  • Fix minimum compatible version of Julia and run CI on 1.5 and 1 (#81) (@giordano)
  • Move test files to test/data to keep test clean (#82) (@giordano)
  • symbolics compat (#83) (@anandijain)
  • fun accessors for initial amounts and concentrations (#84) (@exaexa)
  • version bump to 0.5.2 (#86) (@exaexa)

v0.5.1

17 Jun 16:36

Choose a tag to compare

SBML v0.5.1

Diff since v0.5.0

Closed issues:

  • Representation of independent time variable in SBML.Model (#54)

Merged pull requests:

v0.5.0

15 Jun 10:24
03e0821

Choose a tag to compare

SBML v0.5.0

Diff since v0.4.0

Closed issues:

  • SBML.jl and SciML integration (#31)
  • bump version 0.4.0 (#45)
  • Converting SBML.Math types to Symbolics.jl (#47)
  • WARNING: using ModelingToolkit.Reaction in module SBML conflicts with an existing identifier. (#48)
  • Conversion of piecewise kineticLaws` (#52)

Merged pull requests: