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: v1.4.0
Choose a head ref
  • 6 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
    Configuration menu
    Copy the full SHA
    022a257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5167fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25e7e7 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    240fb89 View commit details
    Browse the repository at this point in the history
  5. Bump mypy and ruff in pre-commit (#479)

    basnijholt authored May 13, 2025
    Configuration menu
    Copy the full SHA
    462c531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1eae4ae View commit details
    Browse the repository at this point in the history
Loading