-
Notifications
You must be signed in to change notification settings - Fork 40
Bump the jax group with 2 updates #1979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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>
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 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 🚀 New features to boost your workflow:
|
|
@f0uriest I couldn't find any major numerical change in |
|
I guess the number of excluded JAX versions confuses dependabot. Last time it updated Jax, we only had 1 excluded version #1738 |
f0uriest
left a comment
There was a problem hiding this 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
Also the minimum version is effectively |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updates the requirements on interpax and quadax to permit the latest version.
Updates
interpaxto 0.3.11Release notes
Sourced from interpax's releases.
Changelog
Sourced from interpax's changelog.
... (truncated)
Commits
e64569bProper type hints for the library as a whole (#108)2da83f8Update string quotes in init.pye85e649Merge branch 'main' into main07363d5build(deps-dev): update pytest-cov requirement from <=6.2.1,>=2.6.0 to >=2.6....4d0c56dMerge branch 'main' into dependabot/pip/pytest-cov-gte-2.6.0-and-lte-7.0.0d9da4d6build(deps): bump actions/setup-python from 5 to 6 (#120)ca59686Merge branch 'main' into dependabot/github_actions/actions/setup-python-66c8ab6cbuild(deps-dev): bump black from 25.1.0 to 25.9.0 (#126)1b13ed4Merge branch 'main' into dependabot/pip/black-25.9.0a7e6d57build(deps-dev): update pytest requirement from <=8.4.1,>=5.0.0 to >=5.0.0,<=...Updates
quadaxto 0.2.10Release notes
Sourced from quadax's releases.
Commits
c7dea07Add type hints and static type checking (#86)a85cf51Add typing stub929cc18Add pyright to dev requirementsfb54170Add all to initc426c6dMerge branch 'main' into rc/typing2a57aeaBump black from 25.1.0 to 25.9.0 (#84)d4e7238Merge branch 'main' into dependabot/pip/black-25.9.0cb3dee5Update pytest-cov requirement from <=6.2.1,>=2.6.0 to >=2.6.0,<=7.0.0 (#83)2d9fd7aMerge branch 'main' into dependabot/pip/pytest-cov-gte-2.6.0-and-lte-7.0.0f1df1f3Update pytest requirement from <=8.4.1,>=5.0.0 to >=5.0.0,<=8.4.2 (#80)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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