Skip to content
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

Update classy.pyx for cython v3.0.0+ #125

Merged
merged 2 commits into from
May 24, 2024
Merged

Conversation

AngusWright
Copy link
Contributor

@AngusWright AngusWright commented Feb 22, 2024

Cython version 3.0.0+ deprecated the use of cpdef for variables. This means that cosmosis-build-standard-library crashes with the newest versions of cython. This patch fixes the crash. It should also be backward compatible to earlier versions of cython, I think...

@joezuntz
Copy link
Owner

Thanks for this! I'm back from leave now and will test it out. This is a bit fiddly as I will need to update the conda environment and doing either one first will break things for other people, so I'd like to do them at the same time.

@joezuntz joezuntz self-requested a review May 24, 2024 11:15
@joezuntz
Copy link
Owner

The test failure here is not associated with this PR, so I'll merge. Thanks so much!

@joezuntz joezuntz merged commit 1c20d23 into joezuntz:main May 24, 2024
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants