8000 NEP: Adjust NEP-35 to make it more user-accessible by pentschev · Pull Request #17093 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

NEP: Adjust NEP-35 to make it more user-accessible #17093

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 21 commits into from
Sep 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7d7b46c
NEP: Adjust NEP-35 to make it more user-accessible
pentschev Aug 14, 2020
9b660e4
NEP: Simplify NEP-35 further with reviewer's suggestions
pentschev Aug 17, 2020
68fd054
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
61dcb63
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
3cf7b6b
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
52d9c74
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
615f19f
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
69e3e71
NEP: Improve NEP-35 abstract per @mattip's suggestion
pentschev Aug 19, 2020
cde3543
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
1017007
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
a82cc4b
NEP: Move NumPy users comment to top of NEP-35 Usage and Impact
pentschev Aug 19, 2020
17620c2
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
f1d1562
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
57d6bab
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
67c9733
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
974c023
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
pentschev Aug 19, 2020
b5f5577
NEP: Clarify NEP-35 C implementation details.
pentschev Aug 19, 2020
2e30534
NEP: Clarify Dask intent with `my_dask_pad` function name
pentschev Aug 19, 2020
3d527ea
NEP: Improve grammar on NEP-35 reference to Dask's objects
pentschev Aug 19, 2020
b6f2c16
NEP: Fix some grammar and formatting in NEP-35
pentschev Aug 19, 2020
57f78df
ENH: Clarifies meta_from_array function in NEP-35
pentschev Aug 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/neps/nep-0035-array-creation-dispatch-with-array-function.rst
Co-authored-by: Juan Nunez-Iglesias <juan.nunez-iglesias@monash.edu>
  • Loading branch information
pentschev and jni authored Aug 19, 2020
commit 3cf7b6bb27399c72a6d1bc65a896fcc173a9985d
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ that adopt ``__array_function__`` already, because of that we still believe the
that proposal wouldn't necessarily be considered a direct alternative to the
present NEP, as it would replace NEP 18 entirely, upon which this builds.
Discussion on details about this new proposal and why that would require rework
by downstream libraries is beyond the scopy of the present proposal.
by downstream libraries is beyond the scope of the present proposal.

Discussion
----------
Expand Down
0