-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: python-adaptive/adaptive
base: v1.2.0
head repository: python-adaptive/adaptive
compare: main
- 16 commits
- 47 files changed
- 4 contributors
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05dbdbb - Browse repository at this point
Copy the full SHA 05dbdbbView commit details -
Replace deprecated numpy aliases (#458)
* Replace deprecated numpy aliases * more fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Bas Nijholt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 190b57b - Browse repository at this point
Copy the full SHA 190b57bView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fefe366 - Browse repository at this point
Copy the full SHA fefe366View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97780fa - Browse repository at this point
Copy the full SHA 97780faView commit details
Commits on Jan 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ec39e1 - Browse repository at this point
Copy the full SHA 6ec39e1View commit details
Commits on Mar 3, 2025
-
Remove async activation magic in notebook_integration.py (#473)
This has been the default for years and seems to no longer work.
Configuration menu - View commit details
-
Copy full SHA for 2820e1f - Browse repository at this point
Copy the full SHA 2820e1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d512b4b - Browse repository at this point
Copy the full SHA d512b4bView commit details
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
Commits on Aug 19, 2025
-
Remove for loops in deviations function body (#482)
* Remove for loops in deviations function body * Fix tutorial link in readme * Add test for Learner2D with vector-valued functions * Change type of bounds * No need for import in test --------- Co-authored-by: Bas Nijholt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dd214f - Browse repository at this point
Copy the full SHA 3dd214fView commit details
Commits on Aug 21, 2025
-
Add customizable number of points in simple runner. (#484)
Co-authored-by: wkrokosz <[email protected]> Co-authored-by: Bas Nijholt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be769d8 - Browse repository at this point
Copy the full SHA be769d8View 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.2.0...main