-
Notifications
You must be signed in to change notification settings - Fork 0
45 | Implement first parts in cython #46
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
Changes from all commits
3ea14c9
f44bb48
bd5f42c
f0930e6
fa580ac
8ad8095
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| cython==0.29.24 | ||
| cython==3.0 | ||
| flask==2.1 | ||
| pillow==8.0.0 | ||
| pytest | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| cython==0.29.32 | ||||||
| cython==3.0 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Major version upgrade may break compatibility
Upgrading from Cython 0.29.32 to 3.0 is a major version jump that may introduce breaking changes. Cython 3.0 has significant API changes that could affect existing code. Code suggestionCheck the AI-generated fix before applying
Suggested change
Code Review Run #48b91c Should Bito avoid suggestions like this for future reviews? (Manage Rules)
|
||||||
| flask==2.1 | ||||||
| pillow==8.0.0 | ||||||
| pytest | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| cython==0.29 | ||
| cython==3.0 | ||
| flask==2.1 | ||
| pillow==8.0.0 | ||
| pytest | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| cython==0.29 | ||||||
| cython==3.0 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Major version upgrade with breaking changes
Upgrading from Cython 0.29 to 3.0 is a major version jump that may cause compatibility issues. Cython 3.0 introduced breaking changes that could affect existing code. Code suggestionCheck the AI-generated fix before applying
Suggested change
Code Review Run #48b91c Should Bito avoid suggestions like this for future reviews? (Manage Rules)
|
||||||
| flask==2.1 | ||||||
| pillow==8.0.0 | ||||||
| pytest | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| cython==0.29.21 | ||
| cython==3.0 | ||
| flask==2.1 | ||
| pillow==8.0.0 | ||
| pytest | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading from Cython 0.29.24 to 3.0 is a major version jump that may cause compatibility issues. Cython 3.0 introduced breaking changes that could affect existing code.
Code suggestion
Code Review Run #48b91c
Should Bito avoid suggestions like this for future reviews? (Manage Rules)