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

WIP: ENH: enable complex dtype support unconditionally #790

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Feb 1, 2025

This also gets rid of usage of the deprecated IF macro in Cython code, which resolves a bunch of build warnings.

(won't work on Windows yet, just need to run CI right now to see all the failures)

This also gets rid of usage of the deprecated IF macro in Cython code,
which resolves a bunch of build warnings.
@rgommers rgommers marked this pull request as draft February 1, 2025 21:11
@agriyakhetarpal
Copy link
Collaborator

Thanks, @rgommers! pywt/meson.build also has a bunch of have_c99_complex references, which could be removed. Or, could we switch to other toolchains for the Windows builds, such as Clang-cl or MSYS2/MinGW-w64, considering that they do have support?

@rgommers
Copy link
Member Author

rgommers commented Feb 1, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants