Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT/BUG/DOC: Fix errors in _add_newdocs #13933

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

Merged

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jul 7, 2019

Backports #13876

Preference would be to not squash-merge these, so that the same commit is shared across the 1.16 and 1.17 branches

…hon 3

Avoid using `_add_newdocs` if these functions do not exist.

Leaving the version-checking here so that we can backport to 1.16
This must have been lost in the multiarray / umath merge.

Found by noticing that `add_newdocs` was being called on an object that does not exist.
`ndarray._as_parameter_` is not a real thing
This caught us trying to document members that don't exist.
@eric-wieser eric-wieser added this to the 1.16.5 release milestone Jul 7, 2019
@charris charris changed the title Backport of add_newdocs bugfixes (1.16.x) MAINT/BUG/DOC: Fix errors in _add_newdocs Jul 8, 2019
@charris
Copy link
Member

charris commented Jul 8, 2019

LGTM is trying to merge to master.

@charris charris merged commit 39d646b into numpy:maintenance/1.16.x Jul 8, 2019
@charris
Copy link
Member

charris commented Jul 8, 2019

Thanks Eric.

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.

2 participants