sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
41 stars 28 forks source link

Remove all checks for SBML core version when adding package elements. #380

Closed luciansmith closed 3 months ago

luciansmith commented 3 months ago

This was already done for FBC; do this for all other packages as well.

FBC had additional checks in places for checking the core version, because FBC itself had different versions. But no other package yet has other versions, so nobody had added those additional (unnecessary) checks.