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

FEAT: Add support and tests for Python 3.12 #324

Merged
merged 23 commits into from
Jul 16, 2024
Merged

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    9a73ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735451c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ffb5ba View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Mar 21, 2024

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

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    ca42283 View commit details
    Browse the repository at this point in the history
  2. remove the PETSc version pin

    sblauth committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c230501 View commit details
    Browse the repository at this point in the history
  3. try to fix failing tests

    sblauth committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    dfe873b View commit details
    Browse the repository at this point in the history
  4. Try pinning scotch

    sblauth committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6d1dbaf View commit details
    Browse the repository at this point in the history
  5. try scotch 6 with petsc 3.21

    sblauth committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0234fbb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    db5235d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03eb41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16e4972 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0943a00 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    5027328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea0f4d View commit details
    Browse the repository at this point in the history
  3. Fix test_output.py::test_extract_mesh_from_xdmf

    Check for global number of vertices and cells instead of local ones
    for the test.
    sblauth committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2689769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91985b View commit details
    Browse the repository at this point in the history
  5. Relax gradient test tolerance for shape optimization

    This is important so that the tests don't fail in parallel.
    sblauth committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c216dfd View commit details
    Browse the repository at this point in the history
  6. Fix / relax more tests

    sblauth committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0344169 View commit details
    Browse the repository at this point in the history
  7. Relax tests for MPI runs

    sblauth committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1aa5872 View commit details
    Browse the repository at this point in the history
  8. Revert test to strict

    sblauth committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    01d1c0e View commit details
    Browse the repository at this point in the history