Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update jaxlib requirement from ~=0.4.38 to ~=0.8.1 in /dev_tools/requirements/deps#1180

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/pip/dev_tools/requirements/deps/jaxlib-approx-eq-0.8.1

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 24, 2025

Updates the requirements onjaxlib to permit the latest version.

Changelog

Sourced fromjaxlib's changelog.

JAX 0.8.1 (November 18, 2025)

  • New features:

    • {func}jax.jit now supports the decorator factory pattern; i.e instead ofwriting
      @functools.partial(jax.jit, static_argnames=['n'])def f(x, n):  ...
      you may write
      @jax.jit(static_argnames=['n'])def f(x, n):  ...
  • Changes:

    • {func}jax.lax.linalg.eigh now accepts animplementation argument toselect between QR (CPU/GPU), Jacobi (GPU/TPU), and QDWH (TPU)implementations. TheEighImplementation enum is publicly exported from{mod}jax.lax.linalg.

    • {func}jax.lax.linalg.svd now implements analgorithm that uses the polardecomposition on CUDA GPUs. This is also an alias for the existing algorithmon TPUs.

  • Bug fixes:

    • Fixed a bug introduced in JAX 0.7.2 where eigh failed for large matrices onGPU (({jax-issue}[#33062](https://github.com/jax-ml/jax/issues/33062)).
  • Deprecations:

    • jax.sharding.PmapSharding is now deprecated. Please usejax.NamedSharding instead.
    • jx.device_put_replicated is now deprecated. Please usejax.device_putwith the appropriate sharding instead.
    • jax.device_put_sharded is now deprecated. Please usejax.device_put withthe appropriate sharding instead.
    • Defaultaxis_types ofjax.make_mesh will change in JAX v0.9.0 to returnjax.sharding.AxisType.Explicit. Leaving axis_types unspecified will raise aDeprecationWarning.
    • {mod}jax.cloud_tpu_init and its contents were deprecated. There is no reason for a user to import or use the contents of this module; JAX handles this for you automatically if needed.

JAX 0.8.0 (October 15, 2025)

  • Breaking changes:

... (truncated)

Commits
  • 8fc84ad Prepare for JAX release 0.8.1
  • d8e9e28 Add a TPU platform check in make_mesh in the slice_index check because GPUs a...
  • 10fe299 Correct the SHA for the XLA archive at the current commit.
  • 40024b1 Exposejax.sharding.get_mesh() as a way to get the concrete mesh. This is u...
  • f8f68d6 Merge pull request#33374 from jakevdp:fix-lint
  • 79e986b Fix lint issue at head
  • e24d3ca Update XLA dependency to use revision
  • 30ebb4f Merge pull request#33316 from jakevdp:doc-coverage-test
  • cd11231 Add test of documentation coverage
  • ad960fd [Mosaic] Allow padding in small tiling row shuffle reshape.
  • Additional commits viewable incompare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency NameIgnore Conditions
jaxlib[>= 0.5.dev0, < 0.6]

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 [jaxlib](https://github.com/jax-ml/jax) to permit the latest version.- [Release notes](https://github.com/jax-ml/jax/releases)- [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md)- [Commits](jax-ml/jax@jax-v0.4.38...jax-v0.8.1)---updated-dependencies:- dependency-name: jaxlib  dependency-version: 0.8.1  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the area/dependenciesInvolves packages or other software that qsim depends on labelNov 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

area/dependenciesInvolves packages or other software that qsim depends on

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp