-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: Increase minimum version of Cython to 0.29.16 #33334
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
BLD: Increase minimum version of Cython to 0.29.16 #33334
Conversation
- There is a bug that creates code with ctuples that’s not compilable. - This is fixed in 0.29.16. See: cython/cython#2745 cython/cython#1427
- It’s not available in conda.
I think you need to bump |
doc/source/whatsnew/v1.1.0.rst
Outdated
@@ -92,6 +92,11 @@ Other enhancements | |||
|
|||
.. --------------------------------------------------------------------------- | |||
|
|||
Build Changes |
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.
Can you rename this to Development Changes
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.
lgtm
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.
very minor comment, ping on green.
doc/source/whatsnew/v1.1.0.rst
Outdated
Development Changes | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
- The minimum version of Cython is now the most recent bug-fix version (0.29.16). |
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.
can you add this PR number here
also if you can PR to pandas-wheels repo: https://github.com/MacPython/pandas-wheels/blob/master/azure/posix.yml and https://github.com/MacPython/pandas-wheels/blob/master/azure/windows.yml (these 2 files). |
This is a follow-up of pandas-dev/pandas#33334
@jreback Tests green, PR in wheels repo opened |
This is a follow-up of pandas-dev/pandas#33334
thanks @mgmarino (and for the pandas-wheels one) |
In particular, this fixes a bug in code returning ctuples
This is a prereq for ENH: Add isocalendar accessor to DatetimeIndex and Series.dt #33220
whatsnew entry