Uh oh!
There was an error while loading. Please reload this page.
GH-37742: [Python] Enable Cython 3 - #37743
Conversation
TODO: Merge after #37097 lands and Cython 3.0.3 is released. |
34373da to
834e022Comparedanepitkin
commented
Sep 21, 2023
@github-actions crossbow submit -g python |
Revision: 834e022539cfb5c57fc00579888b44d2c349bc87 Submitted crossbow builds: ursacomputing/crossbow @ actions-234a830b9b |
Uh oh!
There was an error while loading. Please reload this page.
834e022 to
a7c7946Comparedanepitkin
commented
Sep 26, 2023
@github-actions crossbow submit -g python |
Revision: a7c79460892ebfb1700e70f415f9a27002d2c6e1 Submitted crossbow builds: ursacomputing/crossbow @ actions-8f0b65f6be |
a7c7946 to
3d1a44fComparedanepitkin
commented
Oct 5, 2023
Cython 3.0.3 is released! 🎉 |
danepitkin
commented
Oct 5, 2023
@github-actions crossbow submit -g python |
Revision: 3d1a44f Submitted crossbow builds: ursacomputing/crossbow @ actions-354e90dcf7 |
danepitkin
commented
Oct 5, 2023
CI failure for |
danepitkin
commented
Oct 5, 2023
CI failure for |
jorisvandenbossche
commented
Oct 5, 2023
Great! Let's get this in then |
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 41359dc. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Enable Cython 3. ### What changes are included in this PR? * Unpin Cython version in builds. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, pyarrow will build with cython 3 by default. * Closes: apache#37742 Authored-by: Dane Pitkin <dane@voltrondata.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
### Rationale for this change Enable Cython 3. ### What changes are included in this PR? * Unpin Cython version in builds. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, pyarrow will build with cython 3 by default. * Closes: apache#37742 Authored-by: Dane Pitkin <dane@voltrondata.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Rationale for this change
Enable Cython 3.
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes, pyarrow will build with cython 3 by default.