| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REL: NumPy 1.17.0rc2 release.v1.17.0rc2 | Charles Harris | 2019-07-15 | 1 | -2/+2 |
| * | Merge pull request #14021 from charris/prepare-1.17.0rc2 | Charles Harris | 2019-07-15 | 2 | -3/+24 |
| |\ | |||||
| | * | DOC: Prepare 1.17.0rc2 release. | Charles Harris | 2019-07-15 | 2 | -3/+24 |
| |/ | |||||
| * | Merge pull request #13993 from seberg/issue-13929-2 | Matti Picus | 2019-07-15 | 3 | -15/+43 |
| |\ | |||||
| | * | DEP: Speed up WarnOnWrite deprecation in buffer interface | Sebastian Berg | 2019-07-14 | 3 | -15/+43 |
| * | | Merge pull request #14001 from charris/backport-13985 | Charles Harris | 2019-07-14 | 1 | -0/+12 |
| |\ \ | |||||
| | * | | DOC: show workaround for backward compatibility | mattip | 2019-07-14 | 1 | -0/+12 |
| * | | | Merge pull request #13999 from charris/backport-13979 | Charles Harris | 2019-07-14 | 4 | -2/+404 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Improve illustartion of unsupported args. | Dan Allan | 2019-07-14 | 1 | -6/+10 |
| | * | | Copy editing | Dan Allan | 2019-07-14 | 2 | -6/+5 |
| | * | | Restore old intro, add note at top. | Dan Allan | 2019-07-14 | 1 | -4/+18 |
| | * | | Add new section of custom array containers. | Dan Allan | 2019-07-14 | 4 | -15/+281 |
| | * | | rephrase | Dan Allan | 2019-07-14 | 1 | -2/+6 |
| | * | | Add __array_function__ to user reference. | Dan Allan | 2019-07-14 | 1 | -0/+115 |
| |/ / | |||||
| * | | Merge pull request #13998 from charris/backport-13989 | Matti Picus | 2019-07-14 | 3 | -2/+16 |
| |\ \ | |||||
| | * | | TST: hit the deprecationwarning | patto90 | 2019-07-14 | 1 | -1/+3 |
| | * | | check also warning message | patto90 | 2019-07-14 | 1 | -2/+3 |
| | * | | add missing import warnings | patto90 | 2019-07-14 | 1 | -0/+1 |
| | * | | add test to hit RankWarning in polyutils._fit | patto90 | 2019-07-14 | 1 | -2/+12 |
| | |/ | |||||
| * | | Merge pull request #13997 from charris/backport-13916 | Matti Picus | 2019-07-14 | 2 | -0/+17 |
| |\ \ | |||||
| | * | | BUG: i0 Bessel function regression on array-likes supporting ufuncs | Sebastian Berg | 2019-07-14 | 2 | -0/+17 |
| | |/ | |||||
| * | | Merge pull request #13996 from charris/backport-13907 | Matti Picus | 2019-07-14 | 3 | -2/+43 |
| |\ \ | |||||
| | * | | STY: standardize creation of bytestrings in dtype tests | Steve Stagg | 2019-07-14 | 1 | -1/+1 |
| | * | | STY: Cast away signdness on value rather than pointer | Steve Stagg | 2019-07-14 | 1 | -1/+1 |
| | * | | BUG: handle weird bytestrings in dtype() (#13902) | Steve Stagg | 2019-07-14 | 3 | -2/+43 |
| | |/ | |||||
| * | | Merge pull request #13893 from mattip/links-in-release-notes | Charles Harris | 2019-07-14 | 2 | -126/+145 |
| |\ \ | |||||
| | * | | DOC: fix links in 1.17 release note | mattip | 2019-07-13 | 2 | -126/+145 |
| * | | | Merge pull request #13992 from charris/backport-13003 | Matti Picus | 2019-07-14 | 4 | -26/+103 |
| |\ \ \ | |||||
| | * | | | BUG: Do not crash on recursive `.dtype` attribute lookup. | Sebastian Berg | 2019-07-14 | 4 | -26/+103 |
| | |/ / | |||||
| * | | | Merge pull request #13995 from charris/backport-13901 | Matti Picus | 2019-07-14 | 1 | -1/+0 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | BLD: Remove Trusty dist in Travis CI build | kai-striega | 2019-07-14 | 1 | -1/+0 |
| |/ / | |||||
| * | | Merge pull request #13972 from mattip/backport-13812 | Matti Picus | 2019-07-13 | 3 | -30/+78 |
| |\ \ | |||||
| | * | | test shuffle keyword | Guillaume Horel | 2019-07-13 | 1 | -0/+3 |
| | * | | add benchmark | Guillaume Horel | 2019-07-13 | 1 | -0/+13 |
| | * | | add shuffle keyword | Guillaume Horel | 2019-07-13 | 1 | -4/+11 |
| | * | | fix tests | Guillaume Horel | 2019-07-13 | 1 | -2/+2 |
| | * | | nogil | Guillaume Horel | 2019-07-13 | 1 | -1/+1 |
| | * | | extra shuffle at the end and tweak heuristic | Guillaume Horel | 2019-07-13 | 1 | -1/+2 |
| | * | | faster shuffle | Guillaume Horel | 2019-07-13 | 1 | -8/+27 |
| | * | | fix tests | Guillaume Horel | 2019-07-13 | 1 | -1/+1 |
| | * | | prevent warnings | Guillaume Horel | 2019-07-13 | 1 | -4/+4 |
| | * | | fix tests | Guillaume Horel | 2019-07-13 | 1 | -2/+2 |
| | * | | no wraparound | Guillaume Horel | 2019-07-13 | 1 | -1/+1 |
| | * | | use typed memoryview instead of C array | Guillaume Horel | 2019-07-13 | 1 | -8/+3 |
| | * | | Rewrite Floyd algorithm | Guillaume Horel | 2019-07-13 | 1 | -17/+27 |
| * | | | Merge pull request #13971 from mattip/backport-13945 | Matti Picus | 2019-07-13 | 3 | -15/+29 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | DOC: emphasize random API changes | mattip | 2019-07-13 | 3 | -15/+29 |
| * | | | Merge pull request #13963 from mattip/backport-13920-1.17 | Charles Harris | 2019-07-13 | 5 | -55/+194 |
| |\ \ \ | |||||
| | * | | | ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file | mattip | 2019-07-10 | 5 | -55/+194 |
| * | | | | Merge pull request #13932 from eric-wieser/forbid-_add_newdocs-python | Charles Harris | 2019-07-08 | 3 | -216/+64 |
| |\ \ \ \ | |/ / / |/| | | | |||||
