summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.17.0rc2 release.v1.17.0rc2Charles Harris2019-07-151-2/+2
* Merge pull request #14021 from charris/prepare-1.17.0rc2Charles Harris2019-07-152-3/+24
|\
| * DOC: Prepare 1.17.0rc2 release.Charles Harris2019-07-152-3/+24
|/
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-153-15/+43
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-143-15/+43
* | Merge pull request #14001 from charris/backport-13985Charles Harris2019-07-141-0/+12
|\ \
| * | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
* | | Merge pull request #13999 from charris/backport-13979Charles 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-144-15/+281
| * | rephraseDan Allan2019-07-141-2/+6
| * | Add __array_function__ to user reference.Dan Allan2019-07-141-0/+115
|/ /
* | Merge pull request #13998 from charris/backport-13989Matti Picus2019-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-141-0/+1
| * | add test to hit RankWarning in polyutils._fitpatto902019-07-141-2/+12
| |/
* | Merge pull request #13997 from charris/backport-13916Matti Picus2019-07-142-0/+17
|\ \
| * | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-142-0/+17
| |/
* | Merge pull request #13996 from charris/backport-13907Matti Picus2019-07-143-2/+43
|\ \
| * | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-141-1/+1
| * | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-141-1/+1
| * | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-143-2/+43
| |/
* | Merge pull request #13893 from mattip/links-in-release-notesCharles Harris2019-07-142-126/+145
|\ \
| * | DOC: fix links in 1.17 release notemattip2019-07-132-126/+145
* | | Merge pull request #13992 from charris/backport-13003Matti Picus2019-07-144-26/+103
|\ \ \
| * | | BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-07-144-26/+103
| |/ /
* | | Merge pull request #13995 from charris/backport-13901Matti Picus2019-07-141-1/+0
|\ \ \ | |_|/ |/| |
| * | BLD: Remove Trusty dist in Travis CI buildkai-striega2019-07-141-1/+0
|/ /
* | Merge pull request #13972 from mattip/backport-13812Matti Picus2019-07-133-30/+78
|\ \
| * | test shuffle keywordGuillaume Horel2019-07-131-0/+3
| * | add benchmarkGuillaume Horel2019-07-131-0/+13
| * | add shuffle keywordGuillaume Horel2019-07-131-4/+11
| * | fix testsGuillaume Horel2019-07-131-2/+2
| * | nogilGuillaume Horel2019-07-131-1/+1
| * | extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-131-1/+2
| * | faster shuffleGuillaume Horel2019-07-131-8/+27
| * | fix testsGuillaume Horel2019-07-131-1/+1
| * | prevent warningsGuillaume Horel2019-07-131-4/+4
| * | fix testsGuillaume Horel2019-07-131-2/+2
| * | no wraparoundGuillaume Horel2019-07-131-1/+1
| * | use typed memoryview instead of C arrayGuillaume Horel2019-07-131-8/+3
| * | Rewrite Floyd algorithmGuillaume Horel2019-07-131-17/+27
* | | Merge pull request #13971 from mattip/backport-13945Matti Picus2019-07-133-15/+29
|\ \ \ | |/ / |/| |
| * | DOC: emphasize random API changesmattip2019-07-133-15/+29
* | | Merge pull request #13963 from mattip/backport-13920-1.17Charles Harris2019-07-135-55/+194
|\ \ \
| * | | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable filemattip2019-07-105-55/+194
* | | | Merge pull request #13932 from eric-wieser/forbid-_add_newdocs-pythonCharles Harris2019-07-083-216/+64
|\ \ \ \ | |/ / / |/| | |