Skip to content

v2.9.1

Compare
Choose a tag to compare
@edkerk edkerk released this 27 May 09:36
· 25 commits to main since this release
0338867
  • refactor:
    • when running a unit test and a solver is not installed, report the absence of the solver, not the general failing of the test
  • fix:
    • prevent glpk timeout when running selected large FBA calculations
    • avoid an error when running solveLP in parallel and COBRA toolbox is not installed
    • getAllowedBounds returned inconsistent results when running parallelization
    • ⚠️ various changes in relation to solveLP swapping the sign of reported objective function (sol.f), as already announced with RAVEN release 2.7.12, but not actually done at that point
    • ensure that RAVEN provided libSBML binaries are used, by using unique filenames
    • removeMets also considers metNotes field if available
    • setParam error message if incorrect paramType is specified
  • feat:
    • checkInstallation reports how RAVEN was installed, as described in the Wiki
  • doc:
    • minor changes in formatting of function documentation