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.34 to 0.2.36 #508

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps jaxtyping from 0.2.34 to 0.2.36.

Release notes

Sourced from jaxtyping's releases.

jaxtyping v0.2.36

Fixed previous release that broke Python 3.9 compatibility! (Thanks @​baluyotraf! #269, #270, #271)

See https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.2.35 for the corresponding release notes.

New Contributors

Full Changelog: patrick-kidger/jaxtyping@v0.2.35...v0.2.36

jaxtyping v0.2.35

  • Dropped dependency on typeguard==2.13.3. We now vendor our own copy of this. This means that jaxtyping now has zero dependencies. Note that more recent versions of typeguard do still seem to be a bit buggy in their handling of jaxtyping annotations, but we're now doing everything we can on this one :) (#199, #266)

  • jaxtyping no longer produces references cycles, which should improve performance in a edge cases, e.g. when decorating temporary local functions. (Thanks @​ojw28! #258, #259, #260)

  • Improved compaibility with cloudpickle: this library has a minor bug that produced crashes in some edge cases used alongside jaxtyping -- we've now hopefully worked around such issues once and for all. (#261, #262)

  • Improved compatibility with poetry: this library has a bug in how it interpreters ~= version constraints in a nonstandard manner. We now use >= constraints instead. (Thanks @​norpadon! #257)

  • Improved compatibility with mypy: now adding some extra typehints to help it infer the type of a jaxtyped-decorator function. (#254, #255)

New Contributors

Full Changelog: patrick-kidger/jaxtyping@v0.2.34...v0.2.35

Commits
  • 4307e19 New release for 3.9 compatibility; now testing this as well
  • 7acd73e Add typing_extensions to allow usage of ParamSpec in python < 3.10
  • c8c3edc Update description to reflect that we're no longer a jax-only project.
  • ec6f72e Fix workflows
  • dd24052 bump version
  • d28a86c Improve docs to mention all the variant arraylikes we now support
  • 8823419 ruff
  • 72becb4 Now vendoring typeguard v2.13.3
  • a1a9480 Hopefully fixing deserialization issues once and for all.
  • a831de6 Call typechecker from isolated frame (#260)
  • 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.34 to 0.2.36.
- [Release notes](https://github.com/google/jaxtyping/releases)
- [Commits](patrick-kidger/jaxtyping@v0.2.34...v0.2.36)

---
updated-dependencies:
- dependency-name: jaxtyping
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.77%. Comparing base (85be199) to head (6875beb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #508   +/-   ##
=======================================
  Coverage   72.77%   72.77%           
=======================================
  Files          46       46           
  Lines        6789     6789           
  Branches     1305     1305           
=======================================
  Hits         4941     4941           
  Misses       1290     1290           
  Partials      558      558           
Flag Coverage Δ
3.10 72.77% <ø> (ø)
3.11 72.77% <ø> (ø)
3.12 72.77% <ø> (ø)
3.13 72.77% <ø> (ø)
macos-latest 72.75% <ø> (ø)
ubuntu-latest 72.75% <ø> (ø)
windows-latest 72.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@waltsims waltsims merged commit 4111a76 into master Nov 20, 2024
104 checks passed
@waltsims waltsims deleted the dependabot/pip/jaxtyping-0.2.36 branch November 20, 2024 00:01
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