Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Updates the requirements on equinox to permit the latest version.

Release notes

Sourced from equinox's releases.

Equinox v0.13.3

  • Performance: various module operations (setattr, initialisation, flatten, unflatten) should now be faster. In particular we now codegen flatten/unflatten functions. (Thanks @​nstarman! #1119, #1124, #1138, #1140)
  • Feature: added EQX_ON_ERROR=off as a valid option. (Thanks @​michael-0brien! #1134)
  • Compatibility:
    • JAX >=0.8.2 renamed jax.core.get_aval -> jax.typeof (#1157).
    • JAX >=0.8.2 deprecated jax.core.{subjaxprs, mapped_aval, unmapped_aval} (#1157).
    • JAX >=0.7.2 sometimes converts errors in jax.pure_callback in to ValueErrors; we now catch these appropriately (#1156, #1157).
  • Misc: added support for pretty-printing eqx.Enumeration.
  • Misc: tests now run on GPU (Thanks @​Artur-Galstyan! #1146)

Full Changelog: patrick-kidger/equinox@v0.13.2...v0.13.3

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [equinox](https://github.com/patrick-kidger/equinox) to permit the latest version.
- [Release notes](https://github.com/patrick-kidger/equinox/releases)
- [Commits](patrick-kidger/equinox@v0.11.10...v0.13.3)

---
updated-dependencies:
- dependency-name: equinox
  dependency-version: 0.13.3
  dependency-type: direct:production
...

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 Jan 26, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

Memory benchmark result

|               Test Name                |      %Δ      |    Master (MB)     |      PR (MB)       |    Δ (MB)    |    Time PR (s)     |  Time Master (s)   |
| -------------------------------------- | ------------ | ------------------ | ------------------ | ------------ | ------------------ | ------------------ |
  test_objective_jac_w7x                 |    3.84 %    |     3.851e+03      |     3.998e+03      |    147.82    |       41.49        |       38.68        |
  test_proximal_jac_w7x_with_eq_update   |   -2.01 %    |     6.703e+03      |     6.568e+03      |   -134.59    |       170.79       |       171.79       |
  test_proximal_freeb_jac                |    0.41 %    |     1.317e+04      |     1.323e+04      |    54.39     |       89.57        |       89.78        |
  test_proximal_freeb_jac_blocked        |    0.73 %    |     7.466e+03      |     7.520e+03      |    54.24     |       78.94        |       77.54        |
  test_proximal_freeb_jac_batched        |    0.45 %    |     7.459e+03      |     7.493e+03      |    33.57     |       78.55        |       76.94        |
  test_proximal_jac_ripple               |   -1.91 %    |     3.500e+03      |     3.433e+03      |    -66.69    |       70.62        |       68.62        |
  test_proximal_jac_ripple_bounce1d      |   -1.42 %    |     3.629e+03      |     3.578e+03      |    -51.67    |       83.39        |       82.61        |
  test_eq_solve                          |   -1.18 %    |     2.010e+03      |     1.986e+03      |    -23.75    |       96.50        |       97.11        |

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

@dpanici
Copy link
Collaborator

dpanici commented Jan 28, 2026

Potentialy fixed by equinox 0.13.4: patrick-kidger/equinox#1172

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

A newer version of equinox exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant