Thanks to visit codestin.com
Credit goes to github.com

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.2.0
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
  • 16 commits
  • 47 files changed
  • 4 contributors

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    05dbdbb View commit details
    Browse the repository at this point in the history
  2. 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]>
    eendebakpt and basnijholt authored May 29, 2024
    Configuration menu
    Copy the full SHA
    190b57b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Release v1.3.0 (#459)

    basnijholt authored May 31, 2024
    Configuration menu
    Copy the full SHA
    fefe366 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    97780fa View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    6ec39e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Remove async activation magic in notebook_integration.py (#473)

    This has been the default for years and seems to no longer work.
    basnijholt authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    2820e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d512b4b View commit details
    Browse the repository at this point in the history

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
  7. Configuration menu
    Copy the full SHA
    d0aab31 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. 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]>
    krokosik and basnijholt authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    3dd214f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Add customizable number of points in simple runner. (#484)

    Co-authored-by: wkrokosz <[email protected]>
    Co-authored-by: Bas Nijholt <[email protected]>
    3 people authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    be769d8 View commit details
    Browse the repository at this point in the history
Loading