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
39 stars 28 forks source link

Allow FBC objects to be used in both L3v1 and L3v2 core documents. #362

Closed luciansmith closed 1 month ago

luciansmith commented 8 months ago

Fixes #360

Some objects already didn't check the version, and some didn't check the level, either. This standardizes on just checking the package version.

Doesn't fix anything for other packages, just FBC.