Merged
Conversation
Bumps [jaxtyping](https://github.com/patrick-kidger/jaxtyping) from 0.3.2 to 0.3.7. - [Release notes](https://github.com/patrick-kidger/jaxtyping/releases) - [Commits](patrick-kidger/jaxtyping@v0.3.2...v0.3.7) --- updated-dependencies: - dependency-name: jaxtyping dependency-version: 0.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #703 +/- ##
=======================================
Coverage 74.40% 74.40%
=======================================
Files 56 56
Lines 8026 8026
Branches 1570 1570
=======================================
Hits 5972 5972
Misses 1437 1437
Partials 617 617
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jaxtyping from 0.3.2 to 0.3.7.
Release notes
Sourced from jaxtyping's releases.
Commits
b3ad46fNumpy 2.4.0 compat: fix union of arraylike.103e0040.3.64bb34effix(lib): respect@no_type_checkdecorator on class (#370)9be8523fix(pytest): execute import hook beforeconftest.pyfiles are readaec7db5fix(pytest_plugin): avoid splitting typechecker constructor with commasbf49ed2Big doc update to de-emphasize JAX, make us more framework-agnostic299f0affix numpy arraylike, add support for typealiastype289f504version bump to 0.3.4a906b19Dropped failing tests for very old jaxtyping. No idea what's going on but not...3bf6882Dropped erroneous JAX dependency when building docsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR bumps the
jaxtypingdependency from0.3.2to0.3.7(a patch-level series of bug-fix releases). All five intermediate versions contain only bug fixes and minor features (e.g.TypeAliasTypesupport, numpy 2.4.0 compatibility,@no_type_checkon dataclasses, pytest plugin fixes) — no breaking changes are noted in the changelog.Key observations:
pyproject.toml.jaxtyping 0.3.7adds a numpy 2.4.0 compatibility fix; the project currently caps numpy at<2.3.0, so this fix does not apply today, but it leaves room for a future numpy upper-bound relaxation without re-pinning jaxtyping.beartyperemains pinned at==0.22.9, which is used by jaxtyping for runtime type checking — no beartype version change is needed for this bump.Confidence Score: 5/5
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["jaxtyping 0.3.2 (old)"] -->|"0.3.3: esoteric bug fixes\n(annotations, numpy, typeguard)"| B["0.3.3"] B -->|"0.3.4: fp4e2m1fn dtype, optional numpy"| C["0.3.4"] C -->|"0.3.5: TypeAliasType support,\nnumpy.typing.ArrayLike fix"| D["0.3.5"] D -->|"0.3.6: @no_type_check on dataclasses,\npytest plugin fixes"| E["0.3.6"] E -->|"0.3.7: numpy 2.4.0 compat fix"| F["jaxtyping 0.3.7 (new)"] F --> G["pyproject.toml dependency"] H["beartype==0.22.9"] --> G I["numpy>=1.22.2,<2.3.0"] --> GReviews (1): Last reviewed commit: "Bump jaxtyping from 0.3.2 to 0.3.7" | Re-trigger Greptile