8000 ENH: Added an output argument for numpy.outer by svmudkavi · Pull Request #4459 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Added an output argument for numpy.outer #4459

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
merged 2 commits into from
Mar 7, 2014

Conversation

svmudkavi
Copy link
Contributor

Closes gh-1367

@@ -1012,6 +1012,8 @@ def outer(a, b):
b : (N,) array_like
Second input vector. Input is flattened if
not already 1-dimensional.
out : (M, N) ndarray, optional
A location where the result is stored
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this still needs a .. versionadded:: 1.9.0 tag
see e.g. the np.percentile interpolation argument in 1.9 for an example

@svmudkavi
Copy link
Contributor Author

@juliantaylor I've added the tag. :)

@juliantaylor
Copy link
Contributor

looks good, thanks

juliantaylor added a commit that referenced this pull request Mar 7, 2014
ENH: Added an output argument for numpy.outer
@juliantaylor juliantaylor merged commit 4da29a8 into numpy:master Mar 7, 2014
@svmudkavi svmudkavi deleted the fix-gh-1367 branch March 7, 2014 18:51
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.

add output argument to numpy.outer (Trac #769)
2 participants
0