Skip to content

BLD: increase minimum Cython version to 0.23.4 #6786

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 1 commit into from
Nov 16, 2016

Conversation

rgommers
Copy link
Member

This is due to gh-6763, which uses a lambda function with
fused types that isn't supported in earlier Cython versions.

Also fix a forgotten min version for NumPy in INSTALL.txt

@rgommers rgommers added the maintenance Items related to regular maintenance tasks label Nov 15, 2016
@rgommers rgommers added this to the 0.19.0 milestone Nov 15, 2016
@rgommers rgommers mentioned this pull request Nov 15, 2016
This is due to scipygh-6763, which uses a lambda function with
fused types that isn't supported in earlier Cython versions.

Also fix a forgotten min version for NumPy in INSTALL.txt
@larsoner
Copy link
Member

LGTM, feel free to merge if you're done

@ev-br
Copy link
Member

ev-br commented Nov 16, 2016

Let's merge this quickly to keep the ball rolling in gh-6763. Thanks Ralf, Eric

@ev-br ev-br merged commit 9916cbc into scipy:master Nov 16, 2016
@rgommers rgommers deleted the cython-version branch November 16, 2016 07:47
@tylerjereddy
Copy link
Contributor

Note that airspeed velocity testing now fails because:

Exception: Building SciPy requires Cython >= 0.23.4

I'll update the dependency matrix in asv.conf.json in a separate PR, if that makes sense.

@pv
Copy link
Member

pv commented Nov 23, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants