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 jaxtyping from 0.2.21 to 0.2.23 in /services/python #8

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps jaxtyping from 0.2.21 to 0.2.23.

Release notes

Sourced from jaxtyping's releases.

jaxtyping v0.2.23

Changes

  • The import hook is now compatible with equinox.field(converter=...). More precisely: the import hook no longer checks the __init__ method of dataclasses. Instead, it checks that each attribute matches its type annotation, after __init__ has run.
  • jaxtyping now requires typeguard version v2.*, and explictly disallows later versions (v3 and v4), as these are known to be buggy. (Thanks @​knyazer! #124)

Crash fixes

  • Now robust to some crashes induced with varying jax/numpy/tensorflow versions (#115).
  • The import hook is now tolerant to additionally manually importing beartype/typeguard. (Thanks @​knyazer! #116)
  • The package is now tolerant to faulty IPython installs (#117)

Full Changelog: patrick-kidger/jaxtyping@v0.2.22...v0.2.23

jaxtyping v0.2.22

  • jaxtyping now offers an IPython extension. (Thanks @​knyazer! #112) This means that you can now write the following at the top of your IPython/Jupyter/Colab notebook, and have everything you write be automatically type-checked:
    import jaxtyping
    %load_ext jaxtyping
    %jaxtyping.typechecker beartype.beartype  # or any other runtime type checker, e.g. typeguard
  • Forward compatibility with JAX's upcoming changes to PRNGs. jaxtyping.PRNGKeyArray will match against either old-style jax.random.PRNGKey and new-style jax.random.key. Meanwhile jaxtyping.Key[Array, ...] will match against only new-style jax.random.keys. (#109)
  • Better error message when doing just Float[Array]. (#110)
  • Now robust to JAX installations that aren't installed properly. (E.g. not supported on current hardware.) (#111)

New Contributors

Full Changelog: patrick-kidger/jaxtyping@v0.2.21...v0.2.22

Commits
  • 7a84b27 Bump version
  • 77c263c Allow only typeguard lower than 3.x.x version
  • 91a36aa dataclasses now have fields checked, not init.
  • 513a54b Better handling of user-defined typechecker
  • 9c9635d Add Orbax to ecosystem list.
  • c3e7fd3 Update ecosystem links
  • ef102f4 Bump up pre-commit ruff and black versions
  • 4917c2e Fix flakiness of transitive import hook test
  • 17092ad Simplified the import hook tests
  • 75392d6 Added missing license headers
  • 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 [jaxtyping](https://github.com/google/jaxtyping) from 0.2.21 to 0.2.23.
- [Release notes](https://github.com/google/jaxtyping/releases)
- [Commits](patrick-kidger/jaxtyping@v0.2.21...v0.2.23)

---
updated-dependencies:
- dependency-name: jaxtyping
  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 Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2023

Superseded by #10.

@dependabot dependabot bot closed this Dec 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/services/python/jaxtyping-0.2.23 branch December 1, 2023 22: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.

0 participants