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.
@github-actions
Copy link

github-actions bot commented Jan 3, 2026

This PR has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this PR if it is no longer required. Otherwise, please respond with a comment indicating any updates. This PR will be labeled inactive-90d if there is no activity in the next 60 days.

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.

1 participant