Skip to content

Conversation

@Artem-B
Copy link
Contributor

@Artem-B Artem-B commented Dec 4, 2025

Remove use of deprecated newshape argument of np.reshape. It's been deprecated since numpy v2.1, and is removed in v2.4.
https://numpy.org/doc/stable/reference/generated/numpy.reshape.html

Its job is now done by the shape argument which can be used w/o the key, as a purely positional argument.

Remove use of deprecated `newshape` argument of np.reshape.
It's been deprecated since numpy v2.1, and is removed in v2.4.

It's job is now done by the `shape` argument which can be used w/o the key, as a purely positional argument.
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.

1 participant