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

Compatibility with numpy 1.24 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

igresh
Copy link

@igresh igresh commented May 2, 2023

numpy.complex is depreciated (since numpy 1.20) and its use now throws an error (since numpy 1.24). Error advises that the built-in function "complex" behaves identically.

This commit replaces "numpy.complex" with "complex"

numpy.complex is depreciated (since numpy 1.20) and its use now throws an error (since numpy 1.24). Error advises that the built-in function "complex" behaves identically.

This commit replaces "numpy.complex" with "complex"
@TeetotalingTom
Copy link

TeetotalingTom commented Feb 19, 2024

Users running into this issue should look into Igor2: https://github.com/AFM-analysis/igor2 .

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