Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-adaptive/adaptive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: python-adaptive/adaptive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 36 files changed
  • 1 contributor

Commits on May 13, 2025

  1. Prevent SciPy deprecation warning for estimate_gradients_2d_global (#…

    …475)
    
    * Prevent SciPy deprecation warning
    
    Currently, I see:
    ```
      ~/pipefunc/.venv/lib/python3.13/site-packages/adaptive/learner/learner2D.py:52: DeprecationWarning: `scipy.interpolate.interpnd.estimate_gradients_2d_global` is deprecated along with the `scipy.interpolate.interpnd` namespace. `scipy.interpolate.interpnd.estimate_gradients_2d_global` will be removed in SciPy 1.16.0, and the `scipy.interpolate.interpnd` namespace will be removed in SciPy 2.0.0.
        gradients = interpolate.interpnd.estimate_gradients_2d_global(
    ```
    
    * Use CloughTocher2DInterpolator
    basnijholt authored May 13, 2025
    Copy the full SHA
    022a257 View commit details
  2. Copy the full SHA
    5167fe0 View commit details
  3. Copy the full SHA
    d25e7e7 View commit details
  4. Enable runtime type checking in tests with typeguard (#478)

    Re-enables the `typeguard` job that I disabled 2 years ago in #415.
    basnijholt authored May 13, 2025
    Copy the full SHA
    240fb89 View commit details
  5. Bump mypy and ruff in pre-commit (#479)

    basnijholt authored May 13, 2025
    Copy the full SHA
    462c531 View commit details
  6. Copy the full SHA
    1eae4ae View commit details
  7. Copy the full SHA
    d0aab31 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v1.3.2...main