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

Plurigaussian fields #370

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

Plurigaussian fields #370

wants to merge 20 commits into from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    1d59d9c View commit details
    Browse the repository at this point in the history
  2. Add error check

    LSchueler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1165033 View commit details
    Browse the repository at this point in the history
  3. Fix shape of PGS field

    LSchueler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8aec7a2 View commit details
    Browse the repository at this point in the history
  4. Support unstruct fields

    LSchueler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5402b12 View commit details
    Browse the repository at this point in the history
  5. Black

    LSchueler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8edc31c View commit details
    Browse the repository at this point in the history
  6. Add docstrings

    LSchueler committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2278e67 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix indexing bug

    LSchueler committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0bac9ef View commit details
    Browse the repository at this point in the history
  2. Add PGS examples

    LSchueler committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    12e7cf0 View commit details
    Browse the repository at this point in the history
  3. Add PGS to READMEs

    LSchueler committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2f64152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56e843a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add exceptions

    LSchueler committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e36ca3e View commit details
    Browse the repository at this point in the history
  2. Add unittests

    LSchueler committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5af2b95 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Black examples

    LSchueler committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7e3cccf View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Black and isort examples

    LSchueler committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7407ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f056f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86ba913 View commit details
    Browse the repository at this point in the history
  4. Check exception of old numpy versions

    I'm not able to install old numpy versions locally and the exception
    documentation of numpy is non existent and I can't bother to go through
    its source code, so I'll just see what the actions show.
    LSchueler committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    727f86d View commit details
    Browse the repository at this point in the history
  5. Use old numpy exceptions

    LSchueler committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ec9a16c View commit details
    Browse the repository at this point in the history
  6. Fix support for old and new style numpy exceptions

    I don't understand why `np.AxisError` doesn't work for np 2.x
    LSchueler committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    791256d View commit details
    Browse the repository at this point in the history
  7. Satisfy the linter

    LSchueler committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5b96255 View commit details
    Browse the repository at this point in the history