Skip to content

Bump jaxlib from 0.1.56 to 0.1.60#166

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jaxlib-0.1.60
Closed

Bump jaxlib from 0.1.56 to 0.1.60#166
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jaxlib-0.1.60

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 4, 2021

Bumps jaxlib from 0.1.56 to 0.1.60.

Changelog

Sourced from jaxlib's changelog.

jaxlib 0.1.60 (Febuary 3 2021)

  • Bug fixes:

    • Fixed a memory leak when converting CPU DeviceArrays to NumPy arrays. The memory leak was present in jaxlib releases 0.1.58 and 0.1.59.

    • bool, int8, and uint8 are now considered safe to cast to bfloat16 NumPy extension type.

jax 0.2.9 (January 26 2021)

  • GitHub commits <https://github.com/google/jax/compare/jax-v0.2.8...jax-v0.2.9>__.

  • New features:

    • Extend the :mod:jax.experimental.loops module with support for pytrees. Improved error checking and error messages.

    • Add :func:jax.experimental.enable_x64 and :func:jax.experimental.disable_x64. These are context managers which allow X64 mode to be temporarily enabled/disabled within a session.

  • Breaking changes:

    • :func:jax.ops.segment_sum now drops segment IDs that are out of range rather than wrapping them into the segment ID space. This was done for performance reasons.

jaxlib 0.1.59 (January 15 2021)

jax 0.2.8 (January 12 2021)

  • GitHub commits <https://github.com/google/jax/compare/jax-v0.2.7...jax-v0.2.8>__.

  • New features:

    • Add :func:jax.closure_convert for use with higher-order custom derivative functions. ([#5244](https://github.com/google/jax/issues/5244) <https://github.com/google/jax/pull/5244>_)
    • Add :func:jax.experimental.host_callback.call to call a custom Python function on the host and return a result to the device computation. ([#5243](https://github.com/google/jax/issues/5243) <https://github.com/google/jax/pull/5243>_)
  • Bug fixes:

    • jax.numpy.arccosh now returns the same branch as numpy.arccosh for complex inputs ([#5156](https://github.com/google/jax/issues/5156) <https://github.com/google/jax/pull/5156>_)
    • host_callback.id_tap now works for jax.pmap also. There is a

... (truncated)

Commits
  • 7495f71 Merge pull request #5614 from hawkinsp:jaxlib
  • 3829bb9 Release jaxlib v0.1.60.
  • 3fdc14a Merge pull request #5578 from gnecula:tf_sharded_jit
  • 5616916 Merge pull request #5602 from apaszke:xmap-explicit-sizes
  • 9c72582 Merge pull request #5584 from jakevdp:fix-multivariate-normal
  • 024ac7c Merge pull request #5583 from apaszke:logsumexp-named
  • e27f1e9 Merge pull request #5600 from apaszke:named-one-hot
  • a8b1f5f Add axis_sizes to xmap
  • f812402 Add support for named axes in jax.nn.one_hot
  • 78c54ae Merge pull request #5589 from ahoenselaar:changelist/355051176
  • 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.1.56 to 0.1.60.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/master/docs/CHANGELOG.rst)
- [Commits](jax-ml/jax@jaxlib-v0.1.56...jaxlib-v0.1.60)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 4, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 15, 2021

Superseded by #170.

@dependabot dependabot Bot closed this Feb 15, 2021
@dependabot dependabot Bot deleted the dependabot/pip/jaxlib-0.1.60 branch February 15, 2021 06:55
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