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

Add mumps solver #43

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Add mumps solver #43

wants to merge 23 commits into from

Commits on Jul 7, 2024

  1. ignore pycharm files

    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    6d1fee4 View commit details
    Browse the repository at this point in the history
  2. Add mumps solver

    make use of python-mumps package
    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    bf6ea6e View commit details
    Browse the repository at this point in the history
  3. update conda action

    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    dcc4c8f View commit details
    Browse the repository at this point in the history
  4. fix action syntax

    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    04e6889 View commit details
    Browse the repository at this point in the history
  5. fix bicgstab scipy call

    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    dacc7e9 View commit details
    Browse the repository at this point in the history
  6. specify macos version

    macos-latest is on arm
    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4c7bf0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e290d94 View commit details
    Browse the repository at this point in the history
  8. do not fast fail

    jcapriot committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    1ae247c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    484d2b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86ff15e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    c276180 View commit details
    Browse the repository at this point in the history
  2. re-add version import

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b792163 View commit details
    Browse the repository at this point in the history
  3. try updating workflow

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5fa6e6b View commit details
    Browse the repository at this point in the history
  4. use contains

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    53d31ed View commit details
    Browse the repository at this point in the history
  5. expand env.PYTHON_VERSION

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5888b5f View commit details
    Browse the repository at this point in the history
  6. single quotes...

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a505c2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56b5d52 View commit details
    Browse the repository at this point in the history
  8. add Base import back

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ee94110 View commit details
    Browse the repository at this point in the history
  9. alter conditionals

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b19e41f View commit details
    Browse the repository at this point in the history
  10. more ga syntax

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9f7f9d1 View commit details
    Browse the repository at this point in the history
  11. use not

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3d25ab7 View commit details
    Browse the repository at this point in the history
  12. put ! outside the expression

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f36f25c View commit details
    Browse the repository at this point in the history
  13. try again

    jcapriot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    90e252c View commit details
    Browse the repository at this point in the history