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 jax[cpu] requirement from <0.3.6 to <0.3.8 #703

Merged
merged 2 commits into from
Apr 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2022

Updates the requirements on jax[cpu] to permit the latest version.

Changelog

Sourced from jax[cpu]'s changelog.

jax 0.3.7 (April 15, 2022)

  • GitHub commits.
  • Changes:
    • Fixed a performance problem if the indices passed to {func}jax.numpy.take_along_axis were broadcasted ({jax-issue}[#10281](https://github.com/google/jax/issues/10281)).
    • {func}jax.scipy.special.expit and {func}jax.scipy.special.logit now require their arguments to be scalars or JAX arrays. They also now promote integer arguments to floating point.
    • The DeviceArray.tile() method is deprecated, because numpy arrays do not have a tile() method. As a replacement for this, use {func}jax.numpy.tile ({jax-issue}[#10266](https://github.com/google/jax/issues/10266)).

jaxlib 0.3.7 (April 15, 2202)

  • Changes:
    • Linux wheels are now built conforming to the manylinux2014 standard, instead of manylinux2010.

jax 0.3.6 (April 12, 2022)

  • GitHub commits.
  • Changes:
    • Upgraded libtpu wheel to a version that fixes a hang when initializing a TPU pod. Fixes #10218.
  • Deprecations:
    • {mod}jax.experimental.loops is being deprecated. See {jax-issue}[#10278](https://github.com/google/jax/issues/10278) for an alternative API.

jax 0.3.5 (April 7, 2022)

  • GitHub commits.
  • Changes:
    • added {func}jax.random.loggamma & improved behavior of {func}jax.random.beta and {func}jax.random.dirichlet for small parameter values ({jax-issue}[#9906](https://github.com/google/jax/issues/9906)).
    • the private lax_numpy submodule is no longer exposed in the jax.numpy namespace ({jax-issue}[#10029](https://github.com/google/jax/issues/10029)).
    • added array creation routines {func}jax.numpy.frombuffer, {func}jax.numpy.fromfunction, and {func}jax.numpy.fromstring ({jax-issue}[#10049](https://github.com/google/jax/issues/10049)).
    • DeviceArray.copy() now returns a DeviceArray rather than a np.ndarray ({jax-issue}[#10069](https://github.com/google/jax/issues/10069))
    • added {func}jax.scipy.linalg.rsf2csf
  • Deprecations:
    • {func}jax.nn.normalize is being deprecated. Use {func}jax.nn.standardize instead ({jax-issue}[#9899](https://github.com/google/jax/issues/9899)).
    • {func}jax.tree_util.tree_multimap is deprecated. Use {func}jax.tree_util.tree_map instead ({jax-issue}[#5746](https://github.com/google/jax/issues/5746)).
    • jax.experimental.sharded_jit is deprecated. Use pjit instead.

jaxlib 0.3.5 (April 7, 2022)

  • Bug fixes
    • Fixed a bug where double-precision complex-to-real IRFFTs would mutate their input buffers on GPU ({jax-issue}[#9946](https://github.com/google/jax/issues/9946)).
    • Fixed incorrect constant-folding of complex scatters ({jax-issue}[#10159](https://github.com/google/jax/issues/10159))

... (truncated)

Commits
  • 1189c3c Merge pull request #10312 from hawkinsp:jaxlib
  • 6b33c55 2nd attempt at jax/jaxlib 0.3.7 release.
  • a303e4b Merge pull request #10266 from jakevdp:ndarray-tile
  • 6eec758 [JAX] Don't pass non-integer indices to jnp.take_along_axis
  • 7ffdac0 Skip remote_transfer_test on cloud TPU.
  • a4b8a44 Merge pull request #10288 from YouJiacheng:patch-7
  • be5c84d Deprecate DeviceArray.tile method
  • 4ff6b1f Fix PRNGKeyArray.broadcast_to with scalar shape
  • 470f58c Merge pull request #10309 from hawkinsp:jaxlib
  • 52a97f2 Jax 0.3.7 and jaxlib 0.3.7 release.
  • 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 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 [jax[cpu]](https://github.com/google/jax) to permit the latest version.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jaxlib-v0.1.32...jax-v0.3.7)

---
updated-dependencies:
- dependency-name: jax[cpu]
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 18, 2022 06:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2022
@marvinpfoertner marvinpfoertner merged commit 7e0e94c into main Apr 21, 2022
@marvinpfoertner marvinpfoertner deleted the dependabot/pip/jax-cpu--lt-0.3.8 branch April 21, 2022 13:43
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