summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* BUG: properly define PyArray_DescrCheckmattip2019-09-271-1/+1
* MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-211-20/+0
* Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-141-0/+22
|\
| * MAINT: Move shift implementation to npy_mathEric Wieser2019-09-131-0/+22
* | MAINT: Add NPY_UNUSED in many places where it was missingSebastian Berg2019-09-111-1/+2
* | BUG: view with fieldless dtype should raise if itemsize != 0Allan Haldane2019-08-281-1/+2
* | MAINT: using an enum to switch between sin/cosRaghuveer Devulapalli2019-08-031-0/+9
* | BUG: AVX2 impl of sin/cos requires an FMARaghuveer Devulapalli2019-08-031-2/+6
* | ENH: Use AVX for float32 implementation of np.sin & np.cosRaghuveer Devulapalli2019-08-031-1/+16
|/
* BLD: Added missing gcd/lcm definitions to npy_math (#14121)Seth Troisi2019-07-281-26/+43
* [DOC] Remove unused/deprecated functionskritisingh12019-07-151-12/+0
* MAINT: move location of bitgen.hmattip2019-06-271-0/+20
* BUG: fix compilation of 3rdparty modules with Py_LIMITED_API enabledMaksim Shabunin2019-06-131-2/+2
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-191-0/+4
* ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-192-0/+45
* BUG: Add timsort without breaking the API.Charles Harris2019-02-071-2/+9
* ENH: preliminary numeric timsortwtli2019-01-211-2/+3
* BUG: Added parens to macro argument expansionsJoseph Fox-Rabinovitz2019-01-151-10/+10
* BUG: reference cycle in np.vectorize (#11977)Matti Picus2019-01-091-2/+6
* 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