Skip to content
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

Update equinox requirement from <=0.11.10,>=0.11.0 to >=0.11.0,<=0.11.11 #35

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Updates the requirements on equinox to permit the latest version.

Release notes

Sourced from equinox's releases.

Equinox v0.11.11

JAX 0.4.38 moved a number of APIs with a deprecation warning, e.g. jax.core.Jaxpr -> jax.extend.core.Jaxpr. With this release we've updated and are back to being warning-free under this JAX release! (Thanks @​FFroehlich @​DrJessop, #913, #915, #917)

New Contributors

Full Changelog: patrick-kidger/equinox@v0.11.10...v0.11.11

Commits
  • fe4121d Version bump
  • 7ee4ca9 More fixes for warnings raised in JAX 0.4.38.
  • 9780faf Upgrade jax and fix deprecation warnings
  • d7d2cb9 Remove if_mapped to skip a usage of find_top_trace.
  • 09530f1 Fix breaking changes introduced in JAX 0.4.36.
  • 336a347 Update CD to particular tag
  • d2395f2 Maybe fix PyPI, part 2?
  • 5e7d940 Maybe fix PyPI release?
  • 62dbaba Fix filter_vmap with out_axes!=0,1 producing the wrong axis order.
  • 15a800d Fix typo
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 30, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.83%. Comparing base (e0684dd) to head (ade839c).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   93.83%   93.83%           
=======================================
  Files           7        7           
  Lines         616      616           
=======================================
  Hits          578      578           
  Misses         38       38           

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.0...v0.11.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/equinox-gte-0.11.0-and-lte-0.11.11 branch from 122723c to ade839c Compare January 3, 2025 20:57
@f0uriest f0uriest merged commit 4ba67da into main Jan 3, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/equinox-gte-0.11.0-and-lte-0.11.11 branch January 3, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants