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

Refactor base class #48

Merged
merged 25 commits into from
Oct 10, 2024
Merged

Refactor base class #48

merged 25 commits into from
Oct 10, 2024

Commits on Sep 27, 2024

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

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    a6690a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7876f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c9c34 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    58eb8d1 View commit details
    Browse the repository at this point in the history
  2. update wrapper to not gobble is_symmetric and is_hermitian

    The wrapped function could support them after all.
    jcapriot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2a58618 View commit details
    Browse the repository at this point in the history
  3. update deprecation messages

    jcapriot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dae993c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0dee04 View commit details
    Browse the repository at this point in the history
  5. remove unused

    jcapriot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7feff87 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    f4c0b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    178d619 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix mumps re-factor logic

    jcapriot committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6d56478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3663c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ac4d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f082535 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    4efc207 View commit details
    Browse the repository at this point in the history
  2. more tests for coverage.

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9350dba View commit details
    Browse the repository at this point in the history
  3. Coverage for basic tests

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9305f05 View commit details
    Browse the repository at this point in the history
  4. triangle tests

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4e9ebed View commit details
    Browse the repository at this point in the history
  5. wrapper tests

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    eefd9fb View commit details
    Browse the repository at this point in the history
  6. more wrapper tests.

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a558b37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6d3dad View commit details
    Browse the repository at this point in the history
  8. Do not run on every branch.

    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    46683d6 View commit details
    Browse the repository at this point in the history
  9. add pardiso tests for PD matrices.

    fix test
    jcapriot committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5047329 View commit details
    Browse the repository at this point in the history