summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* REL: Update master after 1.19.x branch.Charles Harris2020-05-171-0/+1
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-231-47/+0
|\
| * MANIT: Move lookup table and constants to new header fileGengxin Xie2020-03-181-132/+0
| * MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-041-0/+85
* | MAINT: Remove 0d check for PyArray_ISONESEGMENTAnirudh Subramanian2020-04-151-3/+2
|/
* BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-081-1/+7
* MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-2/+2
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-0/+16
* MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-063-68/+6
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-033-26/+0
* Merge pull request #15022 from eric-wieser/better-f2py-errorMatti Picus2019-12-051-0/+1
|\
| * ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-021-0/+1
* | API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-041-2/+2
* | REL: Update master after 1.18.x branch.Charles Harris2019-12-031-0/+1
* | Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-031-4/+2
|\ \
| * | API: revert changes to standard_t, cauchymattip2019-11-301-2/+2
| * | API: rename functions in distributions.c,hmattip2019-11-291-6/+4
| |/
* | REL: Update cversion and numpyconfig.hCharles Harris2019-12-021-0/+3
|/
* API, MAINT: export symbols on MSVC, fix typosmattip2019-11-211-1/+1
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-192-0/+222
* 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