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 optax from 0.1.4 to 0.1.5 #219

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2023

Bumps optax from 0.1.4 to 0.1.5.

Release notes

Sourced from optax's releases.

Optax 0.1.5

What's Changed

New Contributors

Full Changelog: google-deepmind/optax@v0.1.4...v0.1.5

Commits
  • f9ed8ac Release v0.1.5.
  • e188350 Resolve pytype errors.
  • ceebb9c Fix pytype failures related to teaching pytype about NumPy scalar types.
  • 04768d2 Update pytypes.
  • 84c6449 [JAX] Fix some type annotations in optax that break with an upcoming JAX change.
  • 166e12f Replaces references to jax.numpy.DeviceArray with jax.Array.
  • 451b006 """Calculates the squared error for a set of predictions.
  • 5f0f5da Add the Lion optimizer, discovered by symbolic program search.
  • 887c7d9 Merge pull request #499 from nasyxx:patch-1
  • 229b927 Merge pull request #504 from brentyi:master
  • 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 [optax](https://github.com/deepmind/optax) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/deepmind/optax/releases)
- [Commits](google-deepmind/optax@v0.1.4...v0.1.5)

---
updated-dependencies:
- dependency-name: optax
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 26, 2023
@codecov
Copy link

codecov bot commented Apr 26, 2023

Codecov Report

Merging #219 (371d067) into master (55674e8) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
- Coverage   19.71%   19.69%   -0.03%     
==========================================
  Files          28       28              
  Lines        3281     3285       +4     
  Branches      434      436       +2     
==========================================
  Hits          647      647              
- Misses       2625     2629       +4     
  Partials        9        9              
Impacted Files Coverage Δ
pyrovelocity/config.py 32.43% <ø> (ø)
pyrovelocity/data.py 16.00% <0.00%> (-0.67%) ⬇️

@cameronraysmith cameronraysmith merged commit 82a944c into master May 2, 2023
5 of 7 checks passed
@cameronraysmith cameronraysmith deleted the dependabot/pip/optax-0.1.5 branch May 2, 2023 01:11
cameronraysmith pushed a commit that referenced this pull request Jan 3, 2024
Bumps [optax](https://github.com/deepmind/optax) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/deepmind/optax/releases)
- [Commits](google-deepmind/optax@v0.1.4...v0.1.5)

---
updated-dependencies:
- dependency-name: optax
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant