| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* further elaborated the return variable types
* fixed the space error
|
| |
|
| |
|
|\
| |
| | |
MAINT: add PyPI classifier for Python 3.7
|
|/
|
|
| |
[ci skip]
|
|\
| |
| | |
DOC: Silence many sphinx warnings
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Einsum docs improvements.
* DOC: add information to numpy.core.einsumfunc
* DOC: add information to numpy.core.einsumfunc
* DOC: add information to numpy.core.einsumfunc
* DOC: add information to numpy.core.einsumfunc
* DOC: remove 'numpy.core','c_einsum' section from 'add_newdocs.py'
* DOC: make :py:func links to all internal functions.
* DOC: make :py:func links to all internal functions (minor corrections)
* DOC: place `add_newdoc('numpy.core.multiarray','c_einsum'`,...) in file.
* DOC: minor requested corrections
* DOC: suggested optimize argument Example cases
* DOC: copy amendments to second docstring location in add_newdocs.py
* DOC: more descriptive text
* DOC: required correction to specify a default argument.
* DOC: minor presentation fix for example display in einsumfunc.py
* DOC: amend c_einsum documentation version, add note about dual documentation
|
|\ \
| | |
| | | |
ENH: Allow use of svd on empty arrays
|
| | |
| | |
| | |
| | | |
part of #8654
|
|\ \ \
| | | |
| | | | |
BUG: Fix incorrect deprecation logic for histogram(normed=...) (master)
|
| | | |
| | | |
| | | |
| | | | |
Fixes #11426, which was introduced in #11323 and #11352
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* WIP: additional revisions for NEP-18 (__array_function__)
* Rename: @dispatch -> @array_function_dispatch
* Clarify the possibility of a limited core API
* Update magic decorators; add other protocol choices
* Add section on extensibility
* another sentence
* Move implementation specific arguments to Alternatives
* Add discussion links
* Note on return value/types and typing
* Add note about why we write issubclass(t, MyArray)
* Spelling and minor rewording
* Add Marten, Hameer and Eric as co-authors
|
|\ \ \
| | | |
| | | | |
DOC: Change array lengths/entries in broadcast_arrays example to reduce confusion.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* DOC: major revision of NEP 21, advanced indexing
My focus here has been on clarifying the motivation for these changes,
and clearly defining indexing terminology. I've also made the proposal
a bit more definitive about what changes *should* be made, and have
added myself as a co-author.
* Add link to another PR
|
|\ \ \ \
| | | | |
| | | | | |
ENH: Allow size=0 in numpy.random.choice
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
DOC: Update testing section of README.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
BUG: Ensure comparisons on scalar strings pass without warning.
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
MAINT: move comparison operator special-handling out of ufunc parsing.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The argument parsing for ufuncs contains special logic to enable returning
NotImplemented for comparison functions. The ufuncs, however, should
not have to know whether they were called via a python comparison operator,
so this PR moves the logic to the operators, checking after ufunc failed
whether a NotImplemented should be returned.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
BUG: sctypeDict['f8'] randomly points to double or longdouble depending on non-deterministic dictionary iteration order
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
non-deterministic dictionary iteration order
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
WIP,NEP: Add proposal for oindex and vindex.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
[ci-skip]
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
REL: Update numpyconfig.h for 1.15.
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
MAINT: Update mailmap
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ci skip]
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Make scalar.squeeze accept axis arg
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit f4e2480dc6fc3bc000d4a9943f1ccc7ad05d5214.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
ENH: Remove NpyIter_Close
|
| | | | | | | |
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
BUG: changed hardcoded axis to 0 for checking indices
|
| | | | | | | |
|
|/ / / / / / |
|