summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-2115-335/+332
* Merge pull request #15375 from sethtroisi/misc_cleanupsMatti Picus2020-01-225-78/+59
|\
| * STY: use `with open` when possibleSeth Troisi2020-01-215-78/+59
* | TST: Simplify unicode testSeth Troisi2020-01-211-27/+15
|/
* Merge pull request #15369 from Kai-Striega/simd_fix_signed_comparisonSebastian Berg2020-01-211-1/+1
|\
| * MAINT: simd: Avoid signed comparison warningkai-striega2020-01-211-1/+1
* | NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-2117-57/+135
|/
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-2025-315/+99
* MAINT: Remove unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-192-2/+0
* Merge pull request #15279 from mattip/openblasTyler Reddy2020-01-194-7/+15
|\
| * MAINT: try to avoid spurious warnings in einsummattip2020-01-171-0/+8
| * BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-173-7/+7
* | Merge pull request #15224 from pv/lapack-lite-symrenameMatti Picus2020-01-2012-37/+787
|\ \
| * | GEN: regenerate lapack_litePauli Virtanen2020-01-148-25/+716
| * | MAINT: linalg: use symbol suffix in fallback lapack_litePauli Virtanen2020-01-144-12/+71
* | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPI (#15348)Eric Wieser2020-01-191-2/+0
|\ \ \
| * | | MAINT: Remove unneccessary call to NpyIter_IterationNeedsAPIAlex Henrie2020-01-191-2/+0
* | | | MAINT: Fix mistype in histogramdd docstringKirill Zinovjev2020-01-191-2/+2
|/ / /
* | | ENH: add identity kwarg to frompyfunc (#8255)mattharrigan2020-01-163-8/+43
* | | Merge pull request #15011 from hmaarrfk/compat_cleanup_35Sebastian Berg2020-01-161-118/+51
|\ \ \
| * | | MAINT: cleanup compat.py3k.pyMark Harfouche2020-01-031-118/+51
* | | | Merge pull request #15217 from eric-wieser/deprecate-shape-0Sebastian Berg2020-01-161-6/+29
|\ \ \ \
| * | | | DEP: records: Deprecate treating shape=0 as shape=NoneEric Wieser2020-01-011-6/+29
* | | | | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-165-75/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-165-75/+29
* | | | | MAINT: Remove duplicate deprecation of fastclipSebastian Berg2020-01-151-8/+9
* | | | | DEP: Deprecate `->f->fastclip` at registration timeSebastian Berg2020-01-151-0/+12
* | | | | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-165-299/+279
|\ \ \ \ \
| * | | | | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-151-0/+31
| * | | | | MAINT,API: Do not use fastputmask dtype slot and always NULL itSebastian Berg2020-01-073-73/+70
| * | | | | MAINT,API: Do not use fasttake slot of ArrFuncs and null itSebastian Berg2020-01-073-226/+178
* | | | | | 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-169-187/+88
|\ \ \ \ \ \ \
| * | | | | | | MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-129-187/+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
* | | | | | | | | | TST: move _no_tracing to testing._privatemattip2020-01-153-22/+24
* | | | | | | | | | 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
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | DOC: fix typosBrian Wignall2020-01-1419-21/+21
|/ / / / / / / /
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \