Skip to content

Remove deprecated newshape argument.#2844

Open
Artem-B wants to merge 1 commit intoNVIDIA:mainfrom
Artem-B:newshape
Open

Remove deprecated newshape argument.#2844
Artem-B wants to merge 1 commit intoNVIDIA:mainfrom
Artem-B:newshape

Conversation

@Artem-B
Copy link
Copy Markdown
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
Copy Markdown

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 3, 2026

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

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