summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ENH: add a 'version' field to PyDataMem_Handlermattip2021-11-101-1/+6
* | | | | | MAINT: Remove Python <3.8 support from CSebastian Berg2021-11-071-4/+1
| |_|_|_|/ |/| | | |
* | | | | ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+11
* | | | | BUG: Fix headers for unviersal2 buildsIsuru Fernando2021-11-011-0/+13
* | | | | Merge pull request #20206 from seiko2plus/ci_armv7_simd_testMatti Picus2021-10-281-2/+1
|\ \ \ \ \
| * | | | | BUG, BLD: Fix cast long double and double warnings(C)/errors(C++)Sayed Adel2021-10-281-2/+1
* | | | | | ENH: Expose promoters and Common-DType API experimentally (#20163)Sebastian Berg2021-10-261-24/+98
* | | | | | ENH: Configurable allocator (#17582)Matti Picus2021-10-251-6/+32
|/ / / / /
* | | | | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-182-24/+312
* | | | | MAINT: Standardize header guards,Charles Harris2021-09-0524-75/+89
* | | | | 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