summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12419 from timfel/fix-fill-funcsCharles Harris2018-11-241-1/+2
|\
| * ENH: Fix PyArray_FillFunc definitions to return an int as per typedefTim Felgentreff2018-11-191-1/+2
* | ENH: do not emit compilation warning if using old APImattip2018-11-141-0/+3
|/
* Merge pull request #8955 from eric-wieser/obj-identityMatti Picus2018-11-121-1/+8
|\
| * ENH: Allow ufunc.identity to be any python objectEric Wieser2018-11-121-1/+8
* | BUG: Fix segfault when an error occurs in np.fromfileSimon Gibbons2018-11-101-0/+30
* | BUG: fix a bug in npy_PyFile_Dup2 where it didn't return immediately on failureMark Harfouche2018-11-061-0/+1
|/
* Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-191-0/+23
|\
| * MAINT: formatting, remove version, rework flagsmattip2018-10-111-6/+4
| * ENH: increment and use NPY_API_VERSION in PyUFuncObject->versionmattip2018-10-071-24/+18
| * MAINT: refactor inner loop in testmattip2018-09-161-16/+22
| * merge master into gufunc-signature-modification2mattip2018-09-151-1/+1
| |\
| * | MAINT: make PyUFuncObject.version a const intmattip2018-09-131-1/+3
| * | Merge 'master' into branchmattip2018-09-121-4/+4
| |\ \
| * | | MAINT: Use flags instead of flexible_dims argument.Marten van Kerkwijk2018-07-171-4/+14
| * | | ENH: test, document, implement flexible signature.mattip2018-07-171-2/+8
| * | | ENH: convert reserved field to version, set new version to 1mattip2018-07-171-2/+4
| * | | ENH: Add frozen dimensions to gufunc signaturesjaimefrio2018-07-171-0/+5
* | | | Merge pull request #12124 from mattip/rework-float-error-statusCharles Harris2018-10-171-16/+0
|\ \ \ \
| * | | | MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-101-16/+0
* | | | | Merge pull request #12155 from eric-wieser/setrefMatti Picus2018-10-161-8/+12
|\ \ \ \ \
| * | | | | MAINT: Move NPY_SETREF alongside the other backportsEric Wieser2018-10-141-8/+12
* | | | | | MAINT: Update ndarrayobject.h `__cplusplus` block. (#12145)lerbuke2018-10-151-7/+1
|/ / / / /
* | | | | BUG: fix PyDataType_ISBOOLmattip2018-10-101-1/+1
|/ / / /
* | | | ENH: Chain exceptions to give better error messages for invalid PEP3118 forma...Eric Wieser2018-09-231-0/+32
| |_|/ |/| |
* | | MAINT: test NPY_INTERNAL_BUILD only if definedJ. Lewis Muir2018-09-141-1/+1
| |/ |/|
* | DOC: #defining -> #defineDerek Kim2018-09-111-2/+2
* | DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-2/+2
|/
* BLD: Modify cpu detection and function to get build working on aarch64 (#11568)Kyle Sunden2018-07-151-3/+3
* Merge pull request #11479 from wdirons/fix_define_for_ppc64_and_ppc64leCharles Harris2018-07-051-4/+6
|\
| * BUG: Fix #define for ppc64 and ppc64leWilliam D. Irons2018-07-021-4/+6
* | Adjust endianness header file to accommodate AARCHXX changes.Stuart Archibald2018-06-261-20/+23
* | ENH: Add AARCH32 support.Stuart Archibald2018-06-261-6/+21
|/
* REL: Update numpyconfig.h for 1.15.Charles Harris2018-06-201-0/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* Merge pull request #11155 from eric-wieser/datetime-stack-overflowMarten van Kerkwijk2018-06-081-0/+8
|\
| * BUG: Prevent stackoverflow in conversion to datetime typesEric Wieser2018-05-241-0/+8
* | DOC: Clarify C-API for generalized ufuncs.mattip2018-05-281-1/+1
|/
* DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-1/+4
* BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-1/+7
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
* STY: Fix long line.Charles Harris2018-04-241-1/+2
* fix from reviewmattip2018-04-211-9/+6
* BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-2/+7
* BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-081-2/+29
* Merge pull request #10814 from juliantaylor/improve-cpuidCharles Harris2018-04-051-16/+0
|\
| * BUG: verify the OS supports avx instructionJulian Taylor2018-03-291-16/+0
* | MAINT: Fix hard tab.Charles Harris2018-04-011-1/+1
* | ENH: Add support for the 64-bit RISC-V architectureDavid Abdurachmanov2018-04-012-1/+5
|/
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-6/+6