summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Reorder extern "C" to only apply to function declarations in npy_math.hserge-sans-paille2022-07-081-4/+4
* Revert "ENH: Implement string comparison ufuncs (or almost) "Charles Harris2022-06-161-1/+1
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-1/+1
* REL: Prepare for 1.23.0rc1 release, second version.Charles Harris2022-05-261-1/+1
* Addressing review for more cleanup and clarificationBrigitta Sipőcz2022-05-171-0/+2
* Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-1/+1
* MAINT: Translate ieee754.c.src to C++ using templates. (#21367)serge-sans-paille2022-04-291-1/+1
* MAINT: Use more NPY_OSRohit Goswami2022-03-071-0/+4
* DOC: Fix striding related comments based on reviewSebastian Berg2022-02-121-3/+3
* MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-5/+3
* MAINT: Dereference DTypes (just more typical for "types")Sebastian Berg2022-01-291-33/+32
* ENH: Add Wrapping array-method to wrap existing ufunc loopSebastian Berg2022-01-291-11/+31
* MAINT: Fix `dtypes` to be PyArray_DTypeMeta and not objectSebastian Berg2022-01-291-1/+1
* API: Export public symbols for all NumPy builtin DTypesSebastian Berg2022-01-291-0/+55
* API: Expose a way to fetch the default descriptorSebastian Berg2022-01-291-2/+18
* ENH: Make experimental-dtype-api compatible with multi-file projectsSebastian Berg2022-01-291-12/+37
* Merge pull request #20874 from trueroad/fix-cygwin-mtrandCharles Harris2022-01-241-1/+1
|\
| * BUG: mtrand cannot be imported on CygwinMasamichi Hosoda2022-01-221-1/+1
* | ENH: Add changes that allow NumPy to compile with clang-clKevin Sheppard2022-01-202-4/+5
|/
* MAINT: remove outdated mingw32 fseek supportRalf Gommers2022-01-181-6/+0
* BUG: Fix build of third-party extensions with Py_LIMITED_APILeo Singer2022-01-131-1/+5
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* MAINT: Use intp output param viewable casts/methods (#20176)Sebastian Berg2021-12-202-18/+11
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-184-25/+3
* Merge pull request #20484 from seberg/promote-reduceCharles Harris2021-12-071-0/+6
|\
| * MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-031-0/+6
* | BUG: Restore support for i686 and PowerPC (OS X)Evan Miller2021-11-221-4/+10
|/
* REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-161-0/+1
* Merge pull request #20373 from charris/prepare-for-1.22-branchCharles Harris2021-11-151-1/+1
|\
| * MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-151-1/+1
* | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-151-1/+8
|\ \ | |/ |/|
| * DOC: Slightly extend to docs to note that we assume no-copy buffer protocolSebastian Berg2021-11-121-1/+6
| * MAINT: Remove private CopyMode enum to private headerSebastian Berg2021-11-121-6/+0
| * STY: Small style fixups for never-copy changesSebastian Berg2021-11-121-3/+3
| * Merge branch 'main' into never_copyRalf Gommers2021-11-122-5/+7
| |\
| * | Addressed reviews and increased code coverageGagandeep Singh2021-11-091-1/+1
| * | Addressed reviewsGagandeep Singh2021-11-021-3/+3
| * | resolved conflictsGagandeep Singh2021-11-0226-108/+535
| |\ \
| * \ \ resolved conflictsczgdp18072021-09-033-1/+5
| |\ \ \
| * \ \ \ resolved conflictsczgdp18072021-08-064-77/+28
| |\ \ \ \
| * | | | | Apply suggestions from code reviewGagandeep Singh2021-06-091-4/+4
| * | | | | Merge branch 'main' into never_copyczgdp18072021-06-081-0/+2
| |\ \ \ \ \
| * | | | | | Updated API ready for formal testingczgdp18072021-06-071-1/+7
| * | | | | | Addressed reviews and PyArray_CopyConverter definedczgdp18072021-06-071-1/+1
| * | | | | | initial work for supporting never_copyczgdp18072021-06-051-0/+2
* | | | | | | BUG: Revert from `long double` changes, and force `npymath` to respect `npy_l...Sayed Adel2021-11-131-5/+23
| |_|_|_|_|/ |/| | | | |
* | | | | | 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