summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-301-1/+1
|\
| * MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-301-1/+1
* | MAINT: Fixup new ufunc AxisError use to use `numpy.exceptions`Sebastian Berg2022-11-301-3/+2
* | API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-304-16/+11
|/
* ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-281-11/+29
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-283-102/+0
* Merge pull request #22679 from mattip/issue22673Ralf Gommers2022-11-271-0/+23
|\
| * BUILD: revert function() -> #define for 3 npymath functionsmattip2022-11-271-0/+23
* | Merge pull request #22678 from eltociear/patch-5Matti Picus2022-11-271-1/+1
|\ \
| * | MAINT: fix typo in loops_unary_fp.dispatch.c.srcIkko Ashimine2022-11-271-1/+1
| |/
* | Merge pull request #22677 from rgommers/cleanups-gitignore-inlineMatti Picus2022-11-272-35/+35
|\ \
| * | MAINT: remove remaining `NPY_INLINE` usagesRalf Gommers2022-11-272-35/+35
| |/
* | Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-274-6/+10
|\ \ | |/ |/|
| * MAINT: avoid gcc warning that signed and unsigned types are being comparedStefan van der Walt2022-11-251-1/+1
| * BLD: fix missing `Python.h` includesRalf Gommers2022-11-253-5/+9
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2553-228/+228
|/
* Merge pull request #22653 from ngoldbaum/ensure-canonical-checkSebastian Berg2022-11-231-0/+6
|\
| * [MAINT] check user-defined dtype has an ensure_canonical implementationNathan Goldbaum2022-11-221-0/+6
* | Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-228-52/+52
|/
* ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-212-61/+84
* Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-11/+32
|\
| * ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-11/+32
* | Merge pull request #22605 from seberg/silence-update-shape-warningCharles Harris2022-11-171-2/+2
|\ \
| * | MAINT: (array-coercion) Silence invalid read warning in some gcc versionsSebastian Berg2022-11-171-2/+2
* | | Merge pull request #22601 from seberg/issue-22599Charles Harris2022-11-161-9/+9
|\ \ \ | |/ / |/| |
| * | MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`Sebastian Berg2022-11-161-9/+9
* | | Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-161-40/+458
|\ \ \
| * | | MAINT: Adopt changes from Stuart's reviewSebastian Berg2022-10-271-0/+1
| * | | DOC: Add comment for capsule which includes name (mainly to point to docs)Sebastian Berg2022-10-271-0/+6
| * | | BUG: Fix `_resolve_dtypes_and_context` refcounting error returnsSebastian Berg2022-10-271-1/+6
| * | | BUG: Fix error checking of _get_strided_Loop fixed_stridesSebastian Berg2022-10-271-1/+12
| * | | DOC: Apply Stuarts suggestions from code reviewSebastian Berg2022-10-271-2/+2
| * | | BUG: `ufunc.resolve_dtypes` expects descrs to be valid even on errorSebastian Berg2022-10-121-1/+1
| * | | ENH: Allow reductions in `np.add.resolve_dtypes`Sebastian Berg2022-10-121-25/+53
| * | | MAINT: Move add/multiple reduction special case into promotion helperSebastian Berg2022-10-121-32/+33
| * | | ENH: Expose `ufunc.resolve_dtypes` and strided loop accessSebastian Berg2022-10-121-0/+366
* | | | Merge pull request #22571 from DanielHabenicht/patch-1Sebastian Berg2022-11-161-1/+1
|\ \ \ \
| * | | | Update numpy/core/src/umath/ufunc_type_resolution.cDanielHabenicht2022-11-151-1/+1
| * | | | BUG: add quotes to error messageDanielHabenicht2022-11-111-1/+1
| * | | | BUG: fix misleading error messageDanielHabenicht2022-11-111-1/+1
| | |/ / | |/| |
* | | | Merge pull request #22548 from juztamau5/cleanup-orderSebastian Berg2022-11-1614-42/+42
|\ \ \ \
| * | | | Cleanup: Fix designator order not matching declaration orderjuztamau52022-11-0714-42/+42
* | | | | BLD: fix issue with header includes in dlpack.cRalf Gommers2022-11-121-5/+3
* | | | | BUG: fix issue with broken assert statement in `templ_common.h.src`Ralf Gommers2022-11-121-2/+3
| |/ / / |/| | |
* | | | Merge pull request #22566 from seberg/ObjectType-fixupCharles Harris2022-11-103-12/+53
|\ \ \ \
| * | | | MAINT: Ensure that datetime dot, correlate, and vdot cannot happenSebastian Berg2022-11-091-3/+9
| * | | | BUG: Fix use and errorchecking of ObjectType useSebastian Berg2022-11-092-9/+44
* | | | | Merge pull request #22552 from juztamau5/fix-temp-addressSebastian Berg2022-11-091-6/+12
|\ \ \ \ \
| * | | | | Fix taking address of temporary arrayjuztamau52022-11-091-6/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #22540 from seberg/finalize-dtype-deprCharles Harris2022-11-091-15/+8
|\ \ \ \ \ | |_|/ / / |/| | | |