Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Updates the requirements on interpax and quadax to permit the latest version.
Updates interpax to 0.3.11

Release notes

Sourced from interpax's releases.

v0.3.11

What's Changed

New Contributors

Full Changelog: f0uriest/interpax@v0.3.10...v0.3.11

Changelog

Sourced from interpax's changelog.

Changelog

  • Adds a number of classes that replicate most of the functionality of the corresponding classes from scipy.interpolate :
    • scipy.interpolate.PPoly -> interpax.PPoly
    • scipy.interpolate.Akima1DInterpolator -> interpax.Akima1DInterpolator
    • scipy.interpolate.CubicHermiteSpline -> interpax.CubicHermiteSpline
    • scipy.interpolate.CubicSpline -> interpax.CubicSpline
    • scipy.interpolate.PchipInterpolator -> interpax.PchipInterpolator
  • Method "akima" now available for Interpolator.{1D, 2D, 3D} and corresponding functions.
  • Method "monotonic" now works in 2D and 3D, where it will preserve monotonicity with respect to each coordinate individually.

v0.2.4

  • Fixes for scalar valued query points
  • Fixes for interpolating vector valued functions

Full Changelog: f0uriest/interpax@v0.2.3...v0.2.4

v0.2.3

  • Add type annotations

Full Changelog: f0uriest/interpax@v0.2.2...v0.2.3

v0.2.2

  • Add approx_df to public API

Full Changelog: f0uriest/interpax@v0.2.1...v0.2.2

v0.2.1

  • More efficient nearest neighbor search
  • Correct slopes for linear interpolation in 2d, 3d
  • Fix for cubic2 splines in 2d and 3d Forward and reverse mode AD now fully working and tested

Full Changelog: f0uriest/interpax@v0.2.0...v0.2.1

v0.2.0

... (truncated)

Commits
  • e64569b Proper type hints for the library as a whole (#108)
  • 2da83f8 Update string quotes in init.py
  • e85e649 Merge branch 'main' into main
  • 07363d5 build(deps-dev): update pytest-cov requirement from <=6.2.1,>=2.6.0 to >=2.6....
  • 4d0c56d Merge branch 'main' into dependabot/pip/pytest-cov-gte-2.6.0-and-lte-7.0.0
  • d9da4d6 build(deps): bump actions/setup-python from 5 to 6 (#120)
  • ca59686 Merge branch 'main' into dependabot/github_actions/actions/setup-python-6
  • 6c8ab6c build(deps-dev): bump black from 25.1.0 to 25.9.0 (#126)
  • 1b13ed4 Merge branch 'main' into dependabot/pip/black-25.9.0
  • a7e6d57 build(deps-dev): update pytest requirement from <=8.4.1,>=5.0.0 to >=5.0.0,<=...
  • Additional commits viewable in compare view

Updates quadax to 0.2.10

Release notes

Sourced from quadax's releases.

v0.2.10

What's Changed

Full Changelog: f0uriest/quadax@v0.2.9...v0.2.10

Commits
  • c7dea07 Add type hints and static type checking (#86)
  • a85cf51 Add typing stub
  • 929cc18 Add pyright to dev requirements
  • fb54170 Add all to init
  • c426c6d Merge branch 'main' into rc/typing
  • 2a57aea Bump black from 25.1.0 to 25.9.0 (#84)
  • d4e7238 Merge branch 'main' into dependabot/pip/black-25.9.0
  • cb3dee5 Update pytest-cov requirement from <=6.2.1,>=2.6.0 to >=2.6.0,<=7.0.0 (#83)
  • 2d9fd7a Merge branch 'main' into dependabot/pip/pytest-cov-gte-2.6.0-and-lte-7.0.0
  • f1df1f3 Update pytest requirement from <=8.4.1,>=5.0.0 to >=5.0.0,<=8.4.2 (#80)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [interpax](https://github.com/f0uriest/interpax) and [quadax](https://github.com/f0uriest/quadax) to permit the latest version.

Updates `interpax` to 0.3.11
- [Release notes](https://github.com/f0uriest/interpax/releases)
- [Changelog](https://github.com/f0uriest/interpax/blob/main/CHANGELOG.md)
- [Commits](f0uriest/interpax@v0.3.3...v0.3.11)

Updates `quadax` to 0.2.10
- [Release notes](https://github.com/f0uriest/quadax/releases)
- [Commits](f0uriest/quadax@v0.2.2...v0.2.10)

---
updated-dependencies:
- dependency-name: interpax
  dependency-version: 0.3.11
  dependency-type: direct:production
  dependency-group: jax
- dependency-name: quadax
  dependency-version: 0.2.10
  dependency-type: direct:production
  dependency-group: jax
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR labels Oct 20, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 20, 2025

Memory benchmark result

|               Test Name                |      %Δ      |    Master (MB)     |      PR (MB)       |    Δ (MB)    |    Time PR (s)     |  Time Master (s)   |
| -------------------------------------- | ------------ | ------------------ | ------------------ | ------------ | ------------------ | ------------------ |
  test_objective_jac_w7x                 |    5.00 %    |     3.858e+03      |     4.051e+03      |    192.75    |       39.77        |       36.96        |
  test_proximal_jac_w7x_with_eq_update   |    0.22 %    |     6.662e+03      |     6.677e+03      |    14.75     |       163.43       |       164.02       |
  test_proximal_freeb_jac                |    0.11 %    |     1.318e+04      |     1.320e+04      |    14.01     |       84.03        |       83.32        |
  test_proximal_freeb_jac_blocked        |   -0.36 %    |     7.500e+03      |     7.473e+03      |    -26.92    |       72.60        |       72.40        |
  test_proximal_freeb_jac_batched        |   -0.35 %    |     7.495e+03      |     7.469e+03      |    -26.26    |       74.00        |       73.20        |
  test_proximal_jac_ripple               |   -5.02 %    |     3.599e+03      |     3.418e+03      |   -180.69    |       67.21        |       65.20        |
  test_proximal_jac_ripple_bounce1d      |   -1.39 %    |     3.575e+03      |     3.525e+03      |    -49.84    |       80.99        |       76.64        |
  test_eq_solve                          |   -1.15 %    |     2.057e+03      |     2.034e+03      |    -23.65    |       131.21       |       127.66       |

For the memory plots, go to the summary of Memory Benchmarks workflow and download the artifact.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.78%. Comparing base (6ee9fe9) to head (9f8fde8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1979      +/-   ##
==========================================
- Coverage   95.78%   95.78%   -0.01%     
==========================================
  Files         101      101              
  Lines       27746    27746              
==========================================
- Hits        26577    26576       -1     
- Misses       1169     1170       +1     

see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

YigitElma
YigitElma previously approved these changes Oct 20, 2025
@YigitElma YigitElma requested review from a team, ddudt, dpanici, f0uriest, rahulgaur104 and unalmis and removed request for a team October 20, 2025 20:31
dpanici
dpanici previously approved these changes Oct 20, 2025
@YigitElma YigitElma dismissed their stale review October 21, 2025 16:35

tests fail

@YigitElma
Copy link
Collaborator

@f0uriest I couldn't find any major numerical change in quadax or interpax but one of our tests fails. Should we just increase the tolerance or is there something else to fix?

@YigitElma
Copy link
Collaborator

@f0uriest I couldn't find any major numerical change in quadax or interpax but one of our tests fails. Should we just increase the tolerance or is there something else to fix?

This is the same test that fails on #1989 and the tolerance will be updated in #1877

@YigitElma
Copy link
Collaborator

I guess the number of excluded JAX versions confuses dependabot. Last time it updated Jax, we only had 1 excluded version #1738

Copy link
Member

@f0uriest f0uriest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that jax-finufft still requires jax<0.8

@YigitElma YigitElma added test_jax Run tests against different versions of JAX and removed waiting for other PRs labels Nov 6, 2025
@YigitElma
Copy link
Collaborator

Note that jax-finufft still requires jax<0.8

Also the minimum version is effectively 0.5.0, we should fix it before pip release.

@YigitElma YigitElma requested review from dpanici and f0uriest November 6, 2025 15:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/jax-be591598f4 branch November 10, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue related to libraries we depend on and how we interface with them run_benchmarks Run timing benchmarks on this PR against current master branch skip_changelog No need to update changelog on this PR test_jax Run tests against different versions of JAX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants