summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix incorrect GIL release in array.nonzero (#13930)Gary Gurlaskie2019-07-172-2/+58
* Merge pull request #13990 from mattip/fix-make-distSebastian Berg2019-07-172-17/+19
|\
| * BUILD: adapt "make version-check" to "make dist"mattip2019-07-142-17/+19
* | Merge pull request #14028 from IntelPython/fix-typoMatti Picus2019-07-171-2/+3
|\ \
| * | edited opening statement per PR feedbackOleksandr Pavlyk2019-07-171-2/+3
| * | fixed likely type in the quick start opening sentence of devdoc referenceOleksandr Pavlyk2019-07-161-1/+1
* | | Merge pull request #14025 from sameshl/link_indexing_docsMatti Picus2019-07-172-1/+9
|\ \ \
| * | | DOC:Link between the two indexing documentation pagesSamesh2019-07-171-0/+1
| * | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
| * | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
| * | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-1/+8
| |/ /
* | | Merge pull request #14030 from seberg/forwardport-13993Charles Harris2019-07-162-15/+37
|\ \ \ | |/ / |/| |
| * | DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-162-15/+37
|/ /
* | Merge pull request #14002 from tylerjereddy/expand_openblas_ver_checkMatti Picus2019-07-167-10/+41
|\ \
| * | TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-147-10/+41
* | | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022)Disconnect3d2019-07-151-2/+0
* | | Merge pull request #13913 from mattip/improve-errorSebastian Berg2019-07-152-1/+11
|\ \ \
| * | | ENH: improve error message for ragged-array creation failuremattip2019-07-042-1/+11
* | | | Merge pull request #14011 from kritisingh1/udepMatti Picus2019-07-152-34/+0
|\ \ \ \
| * | | | [DOC] Remove unused/deprecated functionskritisingh12019-07-152-34/+0
* | | | | Merge pull request #14005 from Kai-Striega/fix_npy_tempita_spelling_errorCharles Harris2019-07-151-28/+28
|\ \ \ \ \
| * | | | | DEV: Fix spelling error in npy_tempita kwargkai-striega2019-07-151-28/+28
| |/ / / /
* | | | | Merge pull request #14004 from seberg/issue-14000Matti Picus2019-07-151-3/+1
|\ \ \ \ \
| * | | | | ENH: Chain exception for typed item assignmentSebastian Berg2019-07-141-3/+1
* | | | | | Merge pull request #13988 from seberg/readme-call-for-contributionsCharles Harris2019-07-141-0/+13
|\ \ \ \ \ \
| * | | | | | DOC: Update based on review commentsSebastian Berg2019-07-141-4/+4
| * | | | | | DOC: Add a call for contribution paragraph to the readmeSebastian Berg2019-07-141-0/+13
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13985 from mattip/doc-howCharles Harris2019-07-141-0/+12
|\ \ \ \ \ \
| * | | | | | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #13991 from mattip/doc-make-versionCharles Harris2019-07-141-7/+8
|\ \ \ \ \ \
| * | | | | | DOC: emphasize need for matching numpy, git versionsmattip2019-07-141-7/+8
| |/ / / / /
* | | | | | Merge pull request #13979 from danielballan/array-function-high-level-docsCharles Harris2019-07-144-2/+404
|\ \ \ \ \ \
| * | | | | | Improve illustartion of unsupported args.Dan Allan2019-07-141-6/+10
| * | | | | | Copy editingDan Allan2019-07-142-6/+5
| * | | | | | Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
| * | | | | | Add new section of custom array containers.Dan Allan2019-07-134-15/+281
| * | | | | | rephraseDan Allan2019-07-131-2/+6
| * | | | | | Add __array_function__ to user reference.Dan Allan2019-07-131-0/+115
* | | | | | | Merge pull request #13935 from eric-wieser/forbid-_add_newdocs-python-v2Matti Picus2019-07-141-6/+34
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Warn on the use of `_add_newdocs.py` to add docstrings to pure-python ...Eric Wieser2019-07-141-6/+34
* | | | | | | | Merge pull request #13710 from peterbell10/irfft-default-sizeMatti Picus2019-07-141-7/+35
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | DOC: Add note to irfft-like functions about the default sizesPeter Bell2019-07-141-7/+35
* | | | | | | | Merge pull request #13989 from patto90/missing_import_polyutilsCharles Harris2019-07-143-2/+16
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | TST: hit the deprecationwarningpatto902019-07-141-1/+3
| * | | | | | | check also warning messagepatto902019-07-141-2/+3
| * | | | | | | add missing import warningspatto902019-07-131-0/+1
| * | | | | | | add test to hit RankWarning in polyutils._fitpatto902019-07-131-2/+12
* | | | | | | | DOC: array(obj, dtype=dt) can downcast (#13673)Abhinav Sagar2019-07-141-2/+1
* | | | | | | | Merge pull request #13914 from kianasun/update-byteswap-docMatti Picus2019-07-141-5/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Update the description of byteswapKexuan Sun2019-07-041-5/+18
| | |_|_|_|_|_|/ | |/| | | | | |