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

Updates for scipy #748

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Updates for scipy #748

wants to merge 4 commits into from

Conversation

heltluke
Copy link
Contributor

@heltluke heltluke commented Jul 2, 2024

Context:
scipy updated to version 1.14.0 on June 24, 2024, and made some breaking changes to their API.

Description of the Change:
This PR updates scipy.integrate.simps to scipy.integrate.simpson, such that things continue working. It is also explicit about the creation of ragged numpy arrays.

Benefits:
Get all the latest features and bugfixes in newer scipy.

Possible Drawbacks:
Such changes to strawberryfields are incompatible with earlier versions of scipy.

Related GitHub Issues:
N/A

@heltluke
Copy link
Contributor Author

heltluke commented Jul 2, 2024

Getting TypeError: array type complex256 is unsupported in linalg in tests/frontend/test_ops_decompositions.py when testing locally.

Can also see that black would like to update 27 files unrelated to this PR.

@Jooyuza
Copy link

Jooyuza commented Jul 9, 2024

Gooood point, get the same issues when scipy updated.

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.

None yet

2 participants