summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18884 from seiko2plus/breathe_doxygenMatti Picus2021-09-051-0/+2
|\
| * DOC: Add support for documenting C/C++ via Doxygen & BreatheSayed Adel2021-08-301-0/+2
* | MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
|/
* MAINT: Remove redundant semicolonHowJMay2021-08-271-1/+1
* Merge pull request #19527 from loongson-zn/mainCharles Harris2021-08-122-0/+4
|\
| * BLD: Add LoongArch supportZHANG NA2021-07-202-0/+4
* | DOC: Fix comments about DType structuresSebastian Berg2021-08-041-3/+3
* | MAINT: Refactor DType slots into an opaque, allocated structSebastian Berg2021-07-291-43/+11
* | Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-281-0/+6
|\ \
| * | DOC: Doc fixes based on Matti's and Marten's reviewsSebastian Berg2021-07-221-4/+3
| * | MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+7
* | | ENH: Add support for windows on arm targets (#19513)Niyas Sait2021-07-271-3/+4
* | | Remove PyArray_MultiIter_SIZE definition. Tentative definition for PyArray_Fi...Chiara Marmo2021-07-271-3/+0
* | | Fix sphinx warnings in c-info.beyond-basics.Chiara Marmo2021-07-271-0/+2
|/ /
* | TST: Add cygwin build to CI (#18330)DWesl2021-07-201-1/+1
|/
* MAINT: Align masked with normal ufunc loopsSebastian Berg2021-06-211-29/+6
* Merge pull request #19016 from ReallyNiceGuy/mainSebastian Berg2021-06-071-0/+2
|\
| * BUG: Update coordinates on PyArray_ITER_GOTO1DMarco Aurelio da Costa2021-05-201-0/+2
| * Revert "BUG: Update coordinates in PyArray_ITER_GOTO1D (#18987)"Ralf Gommers2021-05-141-2/+0
| * BUG: Update coordinates in PyArray_ITER_GOTO1D (#18987)Marco Aurélio da Costa2021-05-131-0/+2
* | MAINT: Update cversions.Charles Harris2021-05-221-0/+1
* | Apply suggestions from code reviewSebastian Berg2021-05-141-2/+2
* | DOC: Fix mistakes found by TylerSebastian Berg2021-05-121-1/+1
* | MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-0/+14
|/
* MAINT: ssize_t -> Py_ssize_t and other fixes for Python v3.10.0 (gh-18890)Matti Picus2021-05-031-1/+11
* DOC: Fixup comments based on review and remove TODOSebastian Berg2021-03-231-1/+1
* ENH: Optimize and cleanup ufunc calls and ufunc CheckOverridesSebastian Berg2021-03-231-1/+5
* Merge pull request #17492 from aitikgupta/unwanted-mode-depMatti Picus2021-03-181-0/+6
|\
| * DEP: Deprecate inexact matches of mode, shift parameter parsing to CAitik Gupta2021-03-181-0/+6
* | Merge pull request #18398 from seberg/casting-loop-signatureMatti Picus2021-03-181-0/+5
|\ \ | |/ |/|
| * DOC: Fix commentsSebastian Berg2021-02-171-1/+5
| * ENH: Micro-optimize within dtype castsSebastian Berg2021-02-111-0/+1
* | BUG: Use lop1p to improve numerical precisionKevin Sheppard2021-03-171-2/+3
|/
* FIX: random: C linkage for random distributionsNicholas McKibben2021-01-301-0/+8
* MAINT: Move modref definition into setup.pySebastian Berg2021-01-071-10/+0
* MAINT: CPUs that support unaligned access. (#18065)Chunlin2021-01-052-12/+10
* SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-261-9/+0
* add strong alignment definition.which can be used in other areas.Qiyu82020-12-162-3/+8
* add ARMV7 macro define header in order to prevent bus error.Qiyu82020-12-151-0/+3
* BUG: merging PR to use -Werror=undef broke another PRmattip2020-12-031-1/+3
* Merge pull request #17727 from ganesh-k13/enh_14959-libdivideMatti Picus2020-12-022-0/+2100
|\
| * ENH: Added libdivide zlib licenseGanesh Kathiresan2020-11-102-0/+21
| * ENH: Added libdivide headerGanesh Kathiresan2020-11-081-0/+2079
* | Merge pull request #17791 from seiko2plus/bld_ci_undefMatti Picus2020-12-022-5/+15
|\ \
| * | BLD: Enable Werror=undef in travisSayed Adel2020-11-172-5/+15
* | | MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-271-0/+1
* | | MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-261-1/+1
* | | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-262-1/+14
* | | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-1/+15
|/ /
* | MAINT: reorder `Python.h` to suppress warning 'declaration of 'struct timespec*'Sayed Adel2020-11-032-7/+5
|/