8000 Bump jax from 0.3.14 to 0.3.15 by dependabot[bot] · Pull Request #359 · team-ocean/veros · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump jax from 0.3.14 to 0.3.15 #359

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

Merged
merged 1 commit into from
Aug 11, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jul 24, 2022

Bumps jax from 0.3.14 to 0.3.15.

Changelog

Sourced from jax's changelog.

jax 0.3.15 (Unreleased)

  • GitHub commits.
  • Changes
    • JaxTestCase and JaxTestLoader have been removed from jax.test_util. These classes have been deprecated since v0.3.1 ({jax-issue}[#11248](https://github.com/google/jax/issues/11248)).
    • Added {class}jax.scipy.gaussian_kde ({jax-issue}[#11237](https://github.com/google/jax/issues/11237)).
    • Binary operations between JAX arrays and built-in collections (dict, list, set, tuple) now raise a TypeError in all cases. Previously some cases (particularly equality and inequality) would return boolean scalars inconsistent with similar operations in NumPy ({jax-issue}[#11234](https://github.com/google/jax/issues/11234)).
    • {mod}jax.tree_util routines accessed as top-level JAX package imports are now deprecated, and will be removed in a future JAX release in accordance with the {ref}api-compatibility policy:
      • {func}jax.treedef_is_leaf is deprecated in favor of {func}jax.tree_util.treedef_is_leaf
      • {func}jax.tree_flatten is deprecated in favor of {func}jax.tree_util.tree_flatten
      • {func}jax.tree_leaves is deprecated in favor of {func}jax.tree_util.tree_leaves
      • {func}jax.tree_map is deprecated in favor of {func}jax.tree_util.tree_map
      • {func}jax.tree_structure is deprecated in favor of {func}jax.tree_util.tree_structure
      • {func}jax.tree_transpose is deprecated in favor of {func}jax.tree_util.tree_transpose
      • {func}jax.tree_unflatten is deprecated in favor of {func}jax.tree_util.tree_unflatten
    • The sym_pos argument of {func}jax.scipy.linalg.solve is deprecated in favor of assume_a='pos', following a similar deprecation in {func}scipy.linalg.solve.
  • Deprecations:
    • {func}jax.mask {func}jax.shapecheck are being deprecated. See {jax-issue}[#11557](https://github.com/google/jax/issues/11557).

jaxlib 0.3.15 (Unreleased)

Commits
  • 1a7c883 Merge pull request #11589 from skye:workspace
  • 26fbeb6 Update WORKSPACE and libtpu version for jaxlib 0.3.15, take 3
  • e121e81 Merge pull request #11536 from sharadmv:colab-debugger
  • 0b6657e Merge pull request #11556 from RuffaloLavoisier:tYpO
  • 4870710 Enable debugging callbacks with pjit on TPU
  • 8a67734 Merge pull request #11579 from sharadmv:fix-effects
  • 7f0b917 Merge pull request #11575 from gnecula:ds_progress
  • 24134ec Merge pull request #11425 from pschuh:pjit-bugfix
  • 540ee56 Merge pull request #11576 from jakevdp:searchsorted-alt
  • d6c172d Fix PE not allowing double JIT-ted effectful functions
  • Additional commits vie 8000 wable 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/jax-0.3.15 branch from 14ea2ca to 90c942e Compare August 1, 2022 10:02
@dionhaefner
Copy link
Collaborator

@dependabot rebase

Bumps [jax](https://github.com/google/jax) from 0.3.14 to 0.3.15.
- [Release notes](https://github.com/google/jax/releases)
- [Changelog](https://github.com/google/jax/blob/main/CHANGELOG.md)
- [Commits](jax-ml/jax@jax-v0.3.14...jax-v0.3.15)

---
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 force-pushed the dependabot/pip/jax-0.3.15 branch from 90c942e to ee1ffba Compare August 11, 2022 10:13
@codecov
Copy link
codecov bot commented Aug 11, 2022

Codecov Report

Merging #359 (ee1ffba) into master (7b8ef3e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #359   +/-   ##
=======================================
  Coverage   83.75%   83.75%           
=======================================
  Files          86       86           
  Lines        7406     7406           
  Branches     1001     1001           
=======================================
  Hits         6203     6203           
  Misses        932      932           
  Partials      271      271           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dionhaefner dionhaefner merged commit 267283e into master Aug 11, 2022
@dionhaefner dionhaefner deleted the dependabot/pip/jax-0.3.15 branch August 11, 2022 11:07
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
0