summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-282-38/+9
* Merge pull request #22679 from mattip/issue22673Ralf Gommers2022-11-271-3/+10
|\
| * BUILD: revert function() -> #define for 3 npymath functionsmattip2022-11-271-3/+10
* | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-272-0/+87
|\ \ | |/ |/|
| * BLD: enable building NumPy with MesonRalf Gommers2022-11-252-0/+87
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-258-90/+65
|/
* REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-221-0/+1
* MAINT: remove macOS specific long double handling in numpyconfig.hRalf Gommers2022-11-171-45/+0
* MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-201-92/+93
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-161-0/+2
* MAINT: fix defines for universal2 python builds of NumPymattip2022-08-241-0/+8
* remove obsolete support for Solarismattip2022-08-211-3/+0
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-10/+2
* BUG: Fix experimental dtype slot numbersSebastian Berg2022-07-131-3/+4
* Reorder extern "C" to only apply to function declarations in npy_math.hserge-sans-paille2022-07-081-4/+4
* WIP: Implement weak scalar logicSebastian Berg2022-06-151-11/+0
* fixupsSebastian Berg2022-06-131-1/+4
* ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-1/+1
* MAINT: Fix some API versions.Charles Harris2022-05-261-1/+2
* 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