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 multiphase texture update API #200

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Add multiphase texture update API #200

merged 7 commits into from
Jun 21, 2024

Commits on Jun 17, 2024

  1. feat: Add single-call API for multiphase texture updates

    Closes #198. Also rearranges definitions so that globals are above
    classes are above functions. This allows for mypy type hints of the
    multiphase function args.
    adigitoleo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    631362b View commit details
    Browse the repository at this point in the history
  2. fix: Update voigt averaging to use new StiffnessTensors API

    This fix was brought to you by mypy static type linting.
    adigitoleo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f13779b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1259e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e731cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d7bf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    618b5ce View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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