summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* ENH, SIMD: add new universal intrinsics for floorHowJMay2021-12-127-3/+74
* make import path explicitH. Vetinari2021-12-102-2/+4
* move get_glibc_version to np.testing; skip 2 more tests for old glibcH. Vetinari2021-12-102-16/+12
* BUG: Always check for mutated signatures in the legacy resolverSebastian Berg2021-12-081-11/+13
* REV: Revert adding a default ufunc promoterSebastian Berg2021-12-082-56/+20
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-085-65/+12
* PERF: Fix performance bug in dispatching cacheSebastian Berg2021-12-072-13/+18
* Merge pull request #20484 from seberg/promote-reduceCharles Harris2021-12-077-133/+456
|\
| * BUG: Fixup rare reducelike cast causing rejection of a valid loopSebastian Berg2021-12-072-2/+52
| * MAINT: Remove now unnecessary/bogus reduce special pathSebastian Berg2021-12-041-29/+0
| * FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-044-6/+47
| * Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-043-20/+26
| * MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-036-90/+307
| * BUG: Fix reduce promotion with out argumentSebastian Berg2021-11-302-3/+41
* | Merge pull request #20470 from BvB93/function_baseRalf Gommers2021-12-011-22/+162
|\ \
| * | ENH: Add dtype-typing support to `np.core.function_base`Bas van Beek2021-11-261-22/+162
* | | Merge pull request #20471 from serge-sans-paille/cleanup/remove-useless-src-s...Matti Picus2021-11-292-1/+1
|\ \ \
| * | | Rename _operand_flag_tests.c.src into numpy/core/src/umath/_operand_flag_tests.cserge-sans-paille2021-11-262-1/+1
| |/ /
* | | Merge pull request #20422 from evanmiller/patch-1Matti Picus2021-11-271-4/+10
|\ \ \ | |/ / |/| |
| * | BUG: Restore support for i686 and PowerPC (OS X)Evan Miller2021-11-221-4/+10
* | | Merge pull request #20399 from timhoffm/doc-linkMelissa Weber Mendonça2021-11-222-7/+10
|\ \ \
| * | | Improve See Also of ndarray.shapeTim Hoffmann2021-11-202-4/+6
| * | | Make numpy.shape examples less ambiguousTim Hoffmann2021-11-181-4/+5
| * | | Document what len(a) is in See Also of numpy.shapeTim Hoffmann2021-11-181-1/+1
* | | | Merge pull request #20414 from rgommers/remove-deprecated-stuffWarren Weckesser2021-11-213-73/+3
|\ \ \ \
| * | | | DEP: remove deprecated `np.alen` functionRalf Gommers2021-11-213-73/+3
| | |/ / | |/| |
* | | | MAINT: Fix longdouble precision check.Charles Harris2021-11-211-1/+1
|/ / /
* | | Merge pull request #20405 from seiko2plus/issue_20356Matti Picus2021-11-191-5/+13
|\ \ \
| * | | BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabledSayed Adel2021-11-191-5/+13
| |/ /
* | | DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-183-33/+46
| |/ |/|
* | MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-184-16/+18
* | DOC: np.fromfunction documentation not clear (#20396)Soumya2021-11-181-0/+8
|/
* Merge pull request #20244 from MuhammadMotawe/clarify-sqrt-behaviorMatti Picus2021-11-171-0/+1
|\
| * DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-301-0/+1
| * BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-10-302-2/+14
* | REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-163-0/+3
* | Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-167-8/+85
|\ \
| * | ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
* | | Merge pull request #20274 from h-vetinari/fix_15179Charles Harris2021-11-151-19/+14
|\ \ \
| * | | TST: parametrize glibc-version check in test_umath.pyH. Vetinari2021-11-021-5/+4
| * | | TST: skip coverage of large elements in sincos_float32 for ancient glibcH. Vetinari2021-11-021-2/+4
| * | | TST: use existence of glibc-version to clean up a testH. Vetinari2021-11-021-12/+5
| * | | TST: turn glibc_older_than_2.17 into boolean instead of xfailH. Vetinari2021-11-021-4/+5
* | | | Merge pull request #20327 from seberg/rename-interpolationCharles Harris2021-11-151-0/+20
|\ \ \ \
| * | | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
| * | | | TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20
* | | | | Merge pull request #20373 from charris/prepare-for-1.22-branchCharles Harris2021-11-152-2/+4
|\ \ \ \ \
| * | | | | MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-152-2/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #19173 from czgdp1807/never_copyMatti Picus2021-11-1515-52/+448
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix refcounting issue and missed scalar special case for never-copy logicSebastian Berg2021-11-122-7/+14