This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vexilligera
changed the title
implement np.column_stack
[Numpy] implement np.column_stack
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
haojin2
reviewed
Oct 23, 2019
reminisce
reviewed
Oct 24, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add column_stack
to _NUMPY_ARRAY_FUNCTION_LIST
and copy test cases from the official NumPy to test_numpy_interoperability.py
.
@haojin2 @reminisce |
reminisce
reviewed
Oct 24, 2019
reminisce
reviewed
Oct 24, 2019
reminisce
reviewed
Oct 24, 2019
haojin2
reviewed
Oct 24, 2019
haojin2
reviewed
Oct 24, 2019
* numpy diff operator implemented append and prepend not supported yet remove the prepend and append checking interface from the backend refine the code, enrich the test set and all tests passed registered the diff operator into npi scope all tests passed comments and minor modification format codes and fix warning for sanity check minor modification for sanity check fix sanity fix the tolerance bound of testing np.diff resolve minor coding style issue replace the given tests by random picking minor fix * interoperability test added
haojin2
approved these changes
Oct 31, 2019
yajiedesign
pushed a commit
to yajiedesign/mxnet
that referenced
this pull request
Nov 6, 2019
* implement np.column_stack * cpplint * remove column_stack from numpy interoperability test temporarily * style and test fix * fix pylint and add interoperability test * fix doc string, add comment, remove dead code * pylint * ci * ci * ci * [Numpy] Numpy operator diff (apache#15906) * numpy diff operator implemented append and prepend not supported yet remove the prepend and append checking interface from the backend refine the code, enrich the test set and all tests passed registered the diff operator into npi scope all tests passed comments and minor modification format codes and fix warning for sanity check minor modification for sanity check fix sanity fix the tolerance bound of testing np.diff resolve minor coding style issue replace the given tests by random picking minor fix * interoperability test added * implement np.column_stack * cpplint * remove column_stack from numpy interoperability test temporarily * style and test fix * fix pylint and add interoperability test * fix doc string, add comment, remove dead code * pylint * ci * ci * ci * rebase resolve conflicts * pylint
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
(Brief description on what this PR is about)
implement np.column_stack tentative pr
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments