Skip to content

Conversation

@santisoler
Copy link
Member

Summary

Bump SimPEG to v0.25, discretize to v0.12 and Python to 3.13 in environment.yml. Update the admonition that states the required SimPEG version in the landing page.

PR Checklist

  • If this is a work in progress PR, set as a Draft PR
  • General
    • Notebook is compatible with latest SimPEG release
    • No deprecated functions and/or input arguments are being used
    • Coding cells linted according to the style guides.
  • Introduction is complete:
    • Title and author added to notebook
    • Admonitions for notebook difficulty and computational resources have been added
    • Keywords list has been added
    • Summary paragraph describing the tutorial has been added
    • Learning objectives have been listed
    • Hyperlinks to other tutorial notebooks added if necessary
  • For sections and subsections:
    • A header and short summary of what is being done
    • Links to API documentation added for all classes and functions that are used
    • Newly introduced functionality is explained, or links are provided to relevant materials
    • The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged
    • All figures are legible and rendered appropriately
  • Marked as ready for review (if this is was a draft PR), and converted to a pull request
  • Tagged @simpeg/simpeg-developers when ready for review

Additional information

Fixes #66

TODO:

  • Rerun all notebooks using the latest versions of SimPEG and discretize
  • Make sure no FutureWarnings are raised. Update code if any of them comes
    up.
  • Pass a solver to Simulations, so notebooks don't show the information
    message about setting solvers. Use the default solver returned by
    simpeg.utils.get_default_solver().

Bump SimPEG to v0.25, discretize to v0.12 and Python to 3.13 in
`environment.yml`. Update the admonition that states the required SimPEG
version in the landing page.
@dccowan dccowan marked this pull request as ready for review October 30, 2025 17:03
@dccowan
Copy link
Member

dccowan commented Oct 30, 2025

I have already started a branch for updating the notebooks. Can we just keep this as a small PR for updating the environment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update and rerun notebooks using SimPEG v0.25.0

3 participants