Skip to content

v2.10.4

Choose a tag to compare

@edkerk edkerk released this 04 Sep 09:23
· 5 commits to main since this release
  • fix:
    • importModel prevent colon operands warning
    • importModel parsing of model notes in MATLAB R2025a (solves #586)
    • randomSampling uses real reaction bounds and not the model.rev field to identify reversible reactions, and filters from goodRxns those reactions that cannot carry flux
  • feature:
    • setParam checks if the new LB and UB values are not invalid
    • randomSampling recognizes if a model is a GECKO v3+ ecModel, in which case the usage_prot reactions are not sampled
  • refactor:
    • importModel parsing of LB and UB values, minor speed improvements
  • documentation:
    • remove traces of getMILPParams, which has been obsolete since 2.7.10