-
Notifications
You must be signed in to change notification settings - Fork 50
Support Python 3.13 #227
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
Support Python 3.13 #227
Changes from 14 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
d3434ce
Support Python 3.13 without torch
chezou 66a57b3
Update GH Action
chezou e7fb4f3
Bump up mypy, black, and pytest
chezou 216c5e2
Fix for RTD
chezou 38472c9
Stabilize knn i2i test
chezou d37e414
Address deprecation of typing.Hashable
chezou e999f88
Skip doctests for Python 3.13 incompatible modules
chezou 2d5ccf3
Avoid returing numpy.float64 in calc_metrics
chezou 63481d2
Update CHANGELOG
chezou 3b5e594
Apply review feedback
chezou 9010381
Use docs group instead
chezou bd36f52
Merge branch 'main' into feature/py313
chezou aaaf0ac
Precise scipy version
chezou aee7b22
Fix lint
chezou d6bc4fb
Update pyproject.toml
chezou 183b365
Poetry lock
chezou 7402772
Update CHANGELOG
chezou 1fc04a8
Merge branch 'main' into feature/py313
chezou ea6f854
Merge branch 'main' into feature/py313
chezou a249d4f
Merge branch 'main' into feature/py313
chezou b4ee1a9
Update CHANGELOG
chezou 7717990
poetry lock --no-update
chezou 42028f2
Fix patch order
chezou 73d5d21
Merge remote-tracking branch 'origin/main' into feature/py313
chezou 309a88c
Add comment for numpy.argpartition behavioral change
chezou 8b97751
Merge remote-tracking branch 'origin/main' into feature/py313
chezou 5e67d9c
Skip more torch
chezou 0381da0
Support cupy for Python 3.13
chezou d596436
Support PyTorch 2.6
chezou c952fec
Bump fastrlock for cupy with Python 3.13
chezou dd3360a
Supress lint errors
chezou 03e525a
poetry lock --no-update
chezou 697fe39
Remove unused test skip conditions
chezou 33ccf5f
Support pytorch_lightning with torch 2.6
chezou a4e5418
Resurrect doctest
chezou e1ab751
Merge remote-tracking branch 'origin/main' into feature/py313
chezou a45f22b
Fix type error
chezou d7d6be7
Add comment on fastrlock version restriction to avoid poetry version …
chezou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.