-
Notifications
You must be signed in to change notification settings - Fork 60
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python-adaptive/adaptive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 36 files changed
- 1 contributor
Commits on May 13, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 022a257 - Browse repository at this point
Copy the full SHA 022a257View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5167fe0 - Browse repository at this point
Copy the full SHA 5167fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d25e7e7 - Browse repository at this point
Copy the full SHA d25e7e7View commit details -
Enable runtime type checking in tests with typeguard (#478)
Re-enables the `typeguard` job that I disabled 2 years ago in #415.
Configuration menu - View commit details
-
Copy full SHA for 240fb89 - Browse repository at this point
Copy the full SHA 240fb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 462c531 - Browse repository at this point
Copy the full SHA 462c531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eae4ae - Browse repository at this point
Copy the full SHA 1eae4aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0aab31 - Browse repository at this point
Copy the full SHA d0aab31View commit details
Loading
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