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 jax from 0.4.27 to 0.4.28 #602

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2024

Bumps jax from 0.4.27 to 0.4.28.

Release notes

Sourced from jax's releases.

JAX v0.4.28

  • Bug fixes

    • Reverted a change to make_jaxpr that was breaking Equinox (#21116).
  • Deprecations & removals

    • The kind argument to jax.numpy.sort and jax.numpy.argsort is now removed. Use stable=True or stable=False instead.
    • Removed get_compute_capability from the jax.experimental.pallas.gpu module. Use the compute_capability attribute of a GPU device, returned by jax.devices or jax.local_devices, instead.
  • Changes

    • The minimum jaxlib version of this release is 0.4.27.

jaxlib v0.4.28

  • Bug fixes

    • Fixes a memory corruption bug in the type name of Array and JIT Python objects in Python 3.10 or earlier.
    • Fixed a warning '+ptx84' is not a recognized feature for this target under CUDA 12.4.
    • Fixed a slow compilation problem on CPU.
  • Changes

    • The Windows build is now built with Clang instead of MSVC.
Changelog

Sourced from jax's changelog.

jax 0.4.28

  • Bug fixes

    • Reverted a change to make_jaxpr that was breaking Equinox (#21116).
  • Deprecations & removals

    • The kind argument to {func}jax.numpy.sort and {func}jax.numpy.argsort is now removed. Use stable=True or stable=False instead.
    • Removed get_compute_capability from the jax.experimental.pallas.gpu module. Use the compute_capability attribute of a GPU device, returned by {func}jax.devices or {func}jax.local_devices, instead.
    • The newshape argument to {func}jax.numpy.reshapeis being deprecated and will soon be removed. Use shape instead.
  • Changes

    • The minimum jaxlib version of this release is 0.4.27.

jaxlib 0.4.28

  • Bug fixes

    • Fixes a memory corruption bug in the type name of Array and JIT Python objects in Python 3.10 or earlier.
    • Fixed a warning '+ptx84' is not a recognized feature for this target under CUDA 12.4.
    • Fixed a slow compilation problem on CPU.
  • Changes

    • The Windows build is now built with Clang instead of MSVC.
Commits
  • 9e62994 Merge pull request #21135 from hawkinsp:release
  • 038dfee Prepare 0.4.28 release.
  • f98e707 Update XLA dependency to use revision
  • 1a7a2aa Merge pull request #21106 from jakevdp:linalg-precision
  • 0c4d81c Merge pull request #21138 from jakevdp:einsum-doc
  • 2ddb7ff jnp.linalg: add precision & preferred_element_type to dot-like functions
  • eb0b1b0 Merge pull request #21108 from justinjfu/skip_pallas_test_64
  • 671fb12 Update the multi-process note in pjit's docstring
  • 2be3f6d Merge pull request #21146 from jakevdp:fix-multidot
  • 89d25bb Reenable examples_test in Bazel build.
  • 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 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 [jax](https://github.com/google/jax) from 0.4.27 to 0.4.28.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jax-v0.4.27...jax-v0.4.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 9, 2024
@dionhaefner dionhaefner merged commit d6274b5 into main May 10, 2024
16 checks passed
@dionhaefner dionhaefner deleted the dependabot/pip/jax-0.4.28 branch May 10, 2024 08:15
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.

1 participant