summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MAINT,API: Do not use fasttake slot of ArrFuncs and null itSebastian Berg2020-01-074-226/+183
* | | | | | Merge pull request #15305 from sethtroisi/sys_version_testsMatti Picus2020-01-1631-553/+246
|\ \ \ \ \ \
| * | | | | | MAINT: Remove sys.version checks in testsSeth Troisi2020-01-1531-553/+246
* | | | | | | Merge pull request #15286 from haojin2/patch-1Matti Picus2020-01-161-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update doc for np.fullHao Jin2020-01-071-1/+5
* | | | | | | Merge pull request #15307 from sethtroisi/sys_version_preMatti Picus2020-01-1610-190/+88
|\ \ \ \ \ \ \
| * | | | | | | MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-1210-190/+88
* | | | | | | | MAINT: Ragged cleanup (#15085)Matti Picus2020-01-153-12/+14
* | | | | | | | Merge pull request #15333 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-166-40/+166
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Add some missing C error handlingEric Wieser2020-01-156-40/+166
* | | | | | | | | Merge pull request #15319 from Kai-Striega/correct_array_nameEric Wieser2020-01-151-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: fix NameError in clip nan propogation testskai-striega2020-01-121-3/+5
* | | | | | | | | | Merge pull request #15329 from mattip/issue-15202aCharles Harris2020-01-143-22/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: move _no_tracing to testing._privatemattip2020-01-153-22/+24
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15328 from mattip/pypy2Matti Picus2020-01-152-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: move pypy CI to ubuntu 18.04mattip2020-01-152-2/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #15262 from eric-wieser/use-PyDict_GetItemWithErrorMatti Picus2020-01-1515-90/+307
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-1415-90/+307
* | | | | | | | | | Merge pull request #15324 from bwignall/typoCharles Harris2020-01-1434-50/+50
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: fix typosBrian Wignall2020-01-1434-50/+50
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15275 from WarrenWeckesser/gh-15108Matti Picus2020-01-142-12/+27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: travis-ci: Update CI scripts.Warren Weckesser2020-01-132-12/+27
* | | | | | | | | Merge pull request #15124 from Bharat123rox/clipMatti Picus2020-01-141-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Doc changes per reviewBharat Raghunathan2019-12-181-1/+1
| * | | | | | | | | DOC: Update documentation of np.clipBharat Raghunathan2019-12-181-1/+2
* | | | | | | | | | Merge pull request #15144 from mhvk/ufunc-reduction-output-dimension-checkMatti Picus2020-01-142-2/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG: ensure reduction output matches input along non-reduction axes.Marten van Kerkwijk2019-12-202-2/+38
* | | | | | | | | | | Merge pull request #15249 from eric-wieser/remove-evalMatti Picus2020-01-143-7/+9
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Update numpy/f2py/crackfortran.pyEric Wieser2020-01-121-1/+1
| * | | | | | | | | | MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-113-7/+9
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #15315 from rossbar/doc/ma_readme_gh_formattingCharles Harris2020-01-111-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Changed file extension of ma README.Ross Barnowski2020-01-101-0/+0
* | | | | | | | | | Merge pull request #15261 from eric-wieser/unicode-commastringMatti Picus2020-01-122-38/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINT: Work with unicode strings in `dtype('i8,i8')`Eric Wieser2020-01-112-38/+36
* | | | | | | | | | | Merge pull request #15310 from eric-wieser/tidy-dtype-ctors-fix-errors-wipMatti Picus2020-01-111-48/+35
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | / / / / / / / / / | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT: Ensure `_convert_from_*` functions set errorsEric Wieser2020-01-101-48/+35
* | | | | | | | | | ENH: Avoid escaping unicode in error messages (#15312)Eric Wieser2020-01-101-30/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #15300 from eric-wieser/tidy-dtype-ctors-try_convertSebastian Berg2020-01-103-67/+76
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FIXUP: fix misnamingEric Wieser2020-01-102-2/+2
| * | | | | | | | | FIXUP: Clean up the external caller to use the new API tooEric Wieser2020-01-093-21/+12
| * | | | | | | | | FIXUP: use Py_NotImplemented insteadEric Wieser2020-01-091-22/+21
| * | | | | | | | | MAINT: Refactor dtype conversion functions to be more similarEric Wieser2020-01-091-54/+73
* | | | | | | | | | Merge pull request #15291 from eric-wieser/cleanup-descriptor-error-handlingMatti Picus2020-01-101-17/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG: Add missing error handling to _convert_from_listEric Wieser2020-01-081-17/+45
* | | | | | | | | | | Merge pull request #15304 from sethtroisi/remove_NPY_PY3KMatti Picus2020-01-102-17/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Remove NPY_PY3KSeth Troisi2020-01-082-17/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #15242 from sethtroisi/python3_docMatti Picus2020-01-101-15/+22
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Notes on compiler and OpenBLASSeth Troisi2020-01-071-15/+22
| * | | | | | | | | | Update HOWTO_RELEASE.rstSeth Troisi2020-01-041-3/+3
* | | | | | | | | | | Merge pull request #15287 from eric-wieser/simplify-PyArray_DescrAlignConverterSebastian Berg2020-01-081-62/+33
|\ \ \ \ \ \ \ \ \ \ \