Skip to content

v2.7.6

Compare
Choose a tag to compare
@edkerk edkerk released this 21 Aug 14:29
· 239 commits to main since this release
7b2ef5b
  • fix
    • solveLP use specified parameters during flux minimization
    • optimizeProb use default feasTol and optTol e-9 (instead of e-6), otherwise raising issues in Gecko (Light)
    • addRxns, addRxnsGenesMets, getModelFromHomology various minor bugs
    • exportModel revert 3996e6a, as it resulted in warnings when validating SBML files
    • changeGeneAssoc when genes are already in model (solves #440)
  • feat
    • checkInstallation reports system architecture
    • getAllowedBounds reports progress
    • randomSampling more detailed and accurate progress reporting
  • refactor
    • optimizeProb speed-up by avoid running ispref if not required