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

Bump jaxlib from 0.4.7 to 0.4.11 #54

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps jaxlib from 0.4.7 to 0.4.11.

Changelog

Sourced from jaxlib's changelog.

jax 0.4.11 (May 31, 2023)

  • Deprecations
    • The following APIs have been removed after a 3 month deprecation period, in accordance with the {ref}api-compatibility policy:
      • jax.experimental.PartitionSpec: use jax.sharding.PartitionSpec.
      • jax.experimental.maps.Mesh: use jax.sharding.Mesh
      • jax.experimental.pjit.NamedSharding: use jax.sharding.NamedSharding.
      • jax.experimental.pjit.PartitionSpec: use jax.sharding.PartitionSpec.
      • jax.experimental.pjit.FROM_GDA. Instead pass sharded jax.Array objects as input and remove the optional in_shardings argument to pjit.
      • jax.interpreters.pxla.PartitionSpec: use jax.sharding.PartitionSpec.
      • jax.interpreters.pxla.Mesh: use jax.sharding.Mesh
      • jax.interpreters.xla.Buffer: use jax.Array.
      • jax.interpreters.xla.Device: use jax.Device.
      • jax.interpreters.xla.DeviceArray: use jax.Array.
      • jax.interpreters.xla.device_put: use jax.device_put.
      • jax.interpreters.xla.xla_call_p: use jax.experimental.pjit.pjit_p.
      • axis_resources argument of with_sharding_constraint is removed. Please use shardings instead.

jaxlib 0.4.11 (May 31, 2023)

  • Changes
    • Readded support for the Python buffer protocol (memoryview) on CPU devices.

jax 0.4.10 (May 11, 2023)

jaxlib 0.4.10 (May 11, 2023)

  • Changes
    • Fixed 'apple-m1' is not a recognized processor for this target (ignoring processor) issue that prevented previous release from running on Mac M1.

jax 0.4.9 (May 9, 2023)

  • Changes

    • The flags experimental_cpp_jit, experimental_cpp_pjit and experimental_cpp_pmap have been removed. They are now always on.
    • Accuracy of singular value decomposition (SVD) on TPU has been improved (requires jaxlib 0.4.9).
  • Deprecations

    • jax.experimental.gda_serialization is deprecated and has been renamed to jax.experimental.array_serialization. Please change your imports to use jax.experimental.array_serialization.
    • The in_axis_resources and out_axis_resources arguments of pjit have been

... (truncated)

Commits
  • 48ad9a6 Start jax and jaxlib 0.4.11 release
  • 525ba49 Merge pull request #16204 from skye:importlib_metadata_version
  • 9682370 Add importlib_metadata to project requirements.
  • b35c20c Use xla_extension_version and remove some dead version check in xla_bridge_te...
  • 727c121 Merge pull request #16188 from nouiz:ci_jestimator
  • c587dac Merge pull request #16203 from skye:tpu_py_version2
  • 131d28b Use default Python version on Cloud TPU CI
  • 6d6ba70 Disable the RunnTest.test_lstm1 test since it is fixed for cudnn >= 8.8
  • 758d68d Restore call_tf_concrete_function_list to previous state
  • f884b4d Fix the test_sharding_on_output_with_vmap failure in Pathways which was get...
  • 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 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 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/google/jax) from 0.4.7 to 0.4.11.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jaxlib-v0.4.7...jaxlib-v0.4.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 20, 2023

Superseded by #57.

@dependabot dependabot bot closed this Jun 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/jaxlib-0.4.11 branch June 20, 2023 14:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants