Skip to content

Bump jaxlib from 0.10.1 to 0.10.2#2809

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/jaxlib-0.10.2
Jun 23, 2026
Merged

Bump jaxlib from 0.10.1 to 0.10.2#2809
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/jaxlib-0.10.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps jaxlib from 0.10.1 to 0.10.2.

Changelog

Sourced from jaxlib's changelog.

JAX 0.10.2 (June 17, 2026)

  • New features
    • Added {func}jax.scipy.linalg.invhilbert for the closed-form inverse of the Hilbert matrix ({jax-issue}[#10144](https://github.com/jax-ml/jax/issues/10144)).
    • Added {func}jax.scipy.linalg.invpascal for the inverse of the Pascal matrix ({jax-issue}[#10144](https://github.com/jax-ml/jax/issues/10144)).
    • Added {func}jax.scipy.linalg.fiedler_companion for constructing the pentadiagonal Fiedler companion matrix of a polynomial ({jax-issue}[#10144](https://github.com/jax-ml/jax/issues/10144)).
    • Added {func}jax.ShapeDtypeStruct.like -- a shortcut for constructing a {class}jax.ShapeDtypeStruct from an object with shape and dtype attributes.
Commits
  • 990e6a0 Disable gpu_pallas_distributed_nvshmem_test_gpu which was failing at the
  • 4437b23 Synchronize PGLE profiler tests before stopping traces
  • 3815e4e Add a workaround for linux aarch64 python 3.14t pytest builds.
  • 272e378 Refactor Windows Docker GCE metadata access
  • 310278e Prepare for JAX release 0.10.2
  • 7db3a70 [Pallas:MGPU] Add support for batch dimensions to async_store_tmem.
  • 5597e90 [Mosaic:GPU] Disable set_xla_gpu_enable_allocator_spatial_partitioning for nv...
  • 728e4bf Add functionality to blanket disable the custom call safety checks in export.
  • 26113fa Merge pull request #38432 from vfdev-5:pallas-emit-pipeline-raises-error-empt...
  • c15bacc Pallas emit_pipeline raises ValueError on empty grid
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [jaxlib](https://github.com/jax-ml/jax) from 0.10.1 to 0.10.2.
- [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.10.1...jax-v0.10.2)

---
updated-dependencies:
- dependency-name: jaxlib
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 23, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 23, 2026 02:43
@github-actions

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 67.18s
✅ JSON prettier 7 0 0 0 1.09s
✅ JSON v8r 7 0 0 5.82s
✅ MARKDOWN markdownlint 68 0 0 0 2.4s
✅ MARKDOWN markdown-table-formatter 68 0 0 0 0.96s
✅ PYTHON black 894 12 0 0 59.74s
✅ PYTHON isort 894 17 0 0 4.46s
✅ REPOSITORY checkov yes no no 51.08s
✅ REPOSITORY gitleaks yes no no 8.8s
✅ REPOSITORY git_diff yes no no 0.11s
✅ REPOSITORY secretlint yes no no 27.59s
✅ REPOSITORY syft yes no no 1.96s
✅ REPOSITORY trivy-sbom yes no no 7.01s
✅ REPOSITORY trufflehog yes no no 26.27s
✅ YAML prettier 11 0 0 0 0.76s
✅ YAML v8r 11 0 0 11.88s
✅ YAML yamllint 11 0 0 0.73s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.5.0 --custom-flavor-setup --custom-flavor-linters PYTHON_BLACK,PYTHON_ISORT,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions github-actions Bot merged commit bc3d155 into main Jun 23, 2026
25 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/jaxlib-0.10.2 branch June 23, 2026 03:19
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.

0 participants