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

Removed use of newshape keyword argument from numpy reshape calls. #1102

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

robfalck
Copy link
Contributor

Summary

Removes use of newshape keyword argument for numpy 2.1.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@robfalck robfalck requested a review from swryan August 14, 2024 16:04
@coveralls
Copy link

coveralls commented Aug 14, 2024

Coverage Status

coverage: 92.528% (-0.2%) from 92.733%
when pulling 5ad6bc6 on robfalck:newshape_deprecation
into de55c1e on OpenMDAO:master.

@robfalck robfalck merged commit 690e0de into OpenMDAO:master Aug 15, 2024
10 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.

Remove use of newshape argument in numpy reshape for numpy 2.1 compatibility.
3 participants