Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAVEN 2.7.0 #417

Merged
merged 60 commits into from
May 13, 2022
Merged

RAVEN 2.7.0 #417

merged 60 commits into from
May 13, 2022

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    3cd76ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed28753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf88eea View commit details
    Browse the repository at this point in the history
  4. feat: add GLPK binary

    edkerk committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    3dba605 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5410e2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cec0b0 View commit details
    Browse the repository at this point in the history
  7. chore: updateDocumentation

    edkerk committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    bdfdb8e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fix: set solver tolerances to previous values

    - set to values used by RAVEN before recent refactoring
    edkerk committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2e34978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e5c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3ca47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44376cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52c45d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. fix: glpk readme

    edkerk committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8870950 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore: updateDocumentation

    edkerk committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    515e886 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #408 from SysBioChalmers/feat/glpk

    feat: distribute glpk as free solver alternative
    edkerk authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e60f9ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3a15b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8b5d59 View commit details
    Browse the repository at this point in the history
  5. chore: updateDocumentation

    edkerk committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e8c3a1f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix: test result parsing

    mihai-sysbio committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    774f7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867189a View commit details
    Browse the repository at this point in the history
  3. fix: bash var in quotes

    Co-authored-by: Eduard Kerkhoven <eduardk@chalmers.se>
    mihai-sysbio and edkerk authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6f26357 View commit details
    Browse the repository at this point in the history
  4. fix: typo

    mihai-sysbio committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bd93d4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2270a1d View commit details
    Browse the repository at this point in the history
  6. fix: remove quotes

    mihai-sysbio committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    0309aeb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #411 from SysBioChalmers/fix/actions-comment-length

    fix: posting results from tests via Actions
    mihai-sysbio authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    608c651 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a089ab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request #409 from SysBioChalmers/feat/libSBML

    feat: distribute libSBML
    edkerk authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    66ee1c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    0c555fd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. chore: updateDocumentation

    edkerk committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    fe963e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418bc98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #412 from SysBioChalmers/fix/ravenCobraWrapper

    fix: ravenCobraWrapper
    edkerk authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    1f86446 View commit details
    Browse the repository at this point in the history
  4. fix: minor bugs

    edkerk committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    9ee7df6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69b4537 View commit details
    Browse the repository at this point in the history
  6. chore: updateDocumentation

    edkerk committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    e9cebe0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #413 from SysBioChalmers/fix/minorBugs

    fix: minor bugs
    edkerk authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f8f2e9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ad1109 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. feat: convertCharArray function

    - all functions in this commit are tested by a unit_test
    edkerk committed May 1, 2022
    2 Configuration menu
    Copy the full SHA
    ff462fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a65fe0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. chore: updateDocumentation

    edkerk committed May 2, 2022
    Configuration menu
    Copy the full SHA
    d4c0176 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. fix: remove dependency on stats toolbox

    for removeBadRxns function
    edkerk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9647845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c413c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93db92e View commit details
    Browse the repository at this point in the history
  4. chore: updateDocumentation

    edkerk committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c37be5a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    a49a911 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    4162a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d7419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc644c View commit details
    Browse the repository at this point in the history
  4. chore: updateDocumentation

    edkerk committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ad2d43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aae3b8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    0f97b0a View commit details
    Browse the repository at this point in the history
  2. refactor: correct permissions

    edkerk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2bfff07 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #416 from SysBioChalmers/fix/small-fixes

    doc: more informative warnings/errors
    edkerk authored May 12, 2022
    Configuration menu
    Copy the full SHA
    a463796 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/small-fixes' into refactor/charAndStringInput

    # Conflicts:
    #	doc/core/compareMultipleModels.html
    #	doc/core/index.html
    #	doc/index.html
    #	doc/io/exportForGit.html
    edkerk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ce19ef1 View commit details
    Browse the repository at this point in the history
  5. chore: updateDocumentation

    edkerk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c532eb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22e8bc7 View commit details
    Browse the repository at this point in the history
  7. fix: cdhitTests on mac

    edkerk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d6e0d6e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    5f69c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc33c9 View commit details
    Browse the repository at this point in the history
  3. fix: add missing end

    edkerk committed May 13, 2022
    Configuration menu
    Copy the full SHA
    4d6cc4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #415 from SysBioChalmers/refactor/charAndStringInput

    refactor: char, string and cell array input
    edkerk authored May 13, 2022
    Configuration menu
    Copy the full SHA
    940aca0 View commit details
    Browse the repository at this point in the history