summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* TST: generalise `clip` testZac-HD2021-07-161-18/+14
* Merge pull request #19316 from arubiales/quit_runtimewarning_moduleop_Matti Picus2021-07-143-90/+51
|\
| * TST: Ignore floating point warning tests on MacOSSebastian Berg2021-07-121-0/+6
| * BUG: Fix floating point error flags in division related opsSebastian Berg2021-07-123-71/+28
| * TST: Change tests to more strictly (correctly) check for errorsSebastian Berg2021-07-121-11/+17
| * delete comment about warningrubiales2021-07-121-1/+0
| * Fix 1 test_umath and npy_math_internalrubiales2021-07-122-1/+17
| * Solved test fails due to the warnings changed #18170rubiales2021-07-122-6/+5
| * solve the problems of mod operator except for infinite values #18170rubiales2021-07-121-23/+1
* | DOC: fix see also references in numpy.resize (#19475)Niko Savola2021-07-141-3/+3
|/
* MAINT: Avoid unicode characters in division SIMD code commentsSebastian Berg2021-07-121-6/+6
* Merge pull request #19440 from czgdp1807/refacMatti Picus2021-07-122-287/+140
|\
| * fixed linting issuesczgdp18072021-07-101-4/+7
| * tests refactoredczgdp18072021-07-101-140/+108
| * error formatting doneczgdp18072021-07-101-5/+9
| * factored out _PyArray_ArgMinMaxCommonczgdp18072021-07-091-142/+20
* | TST: Simplify property testZac-HD2021-07-121-25/+16
|/
* Merge pull request #19403 from theoniko/theoniko-memory-leakMatti Picus2021-07-091-0/+1
|\
| * BUG: Fix memory leak in function npyiter_multi_index_settheoniko2021-07-081-0/+1
* | Merge pull request #19431 from seberg/maint-delete-unused-see-absolutMatti Picus2021-07-091-25/+8
|\ \
| * | MAINT: Delete old SSE2 `absolute` implementationSebastian Berg2021-07-071-25/+8
* | | Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-3/+0
|\ \ \
| * | | MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-3/+0
* | | | ENH: Use literals for `flagsobj.__getitem__` and `__setitem__`Bas van Beek2021-07-081-2/+21
* | | | ENH: Mark `flagsobj` as non-hashable and non-subclassableBas van Beek2021-07-081-2/+4
* | | | DEP: Remove annotations for `flagsobj.updateifcopy`Bas van Beek2021-07-081-1/+2
* | | | Merge pull request #19434 from BvB93/flagsobjSebastian Berg2021-07-082-1/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: Move the `flagsobj` annotations to `np.core.multiarray`Bas van Beek2021-07-081-0/+30
| * | | MAINT: Fix the module of `flagsobj`Bas van Beek2021-07-081-1/+1
| | |/ | |/|
* | | Fixed linter errorsslepton2021-07-072-3/+4
* | | TST: Pyston has no recursion limit and the refcount of "immortal" objects is ...slepton2021-07-077-28/+224
|\ \ \
| * \ \ Merge branch 'numpy:main' into mainslepton2021-07-077-28/+224
| |\ \ \
| | * | | ENH: Adding keepdims to np.argmin,np.argmax (#19211)Gagandeep Singh2021-07-076-26/+224
| | * | | MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-2/+0
| | |/ /
* | | | TST: Pyston has no recursion limit and the refcount of "immortal" objects is ...slepton2021-07-073-6/+5
|/ / /
* | | Merge remote-tracking branch 'origin/main' into mainslepton2021-07-073-1/+26
|\ \ \
| * \ \ Merge branch 'numpy:main' into mainslepton2021-07-073-1/+26
| |\ \ \ | | |/ /
| | * | Merge pull request #19396 from defoishugo/fix_numpy.nditer_leakMatti Picus2021-07-062-1/+24
| | |\ \
| | | * | ENH: fix typoMatti Picus2021-07-061-1/+1
| | | * | TST: add multi_index set tests on non-error casesHugo Defois2021-07-031-0/+23
| | | * | BUG: fix a numpy.npiter leak in npyiter_multi_index_setHugo Defois2021-07-021-1/+1
| | * | | Merge pull request #19409 from defoishugo/fix_ufunc_object_leaksMatti Picus2021-07-061-0/+2
| | |\ \ \
| | | * | | BUG: fix a leak in ufunc_object.PyUFunc_RegisterLoopForDescrHugo Defois2021-07-051-0/+1
| | | * | | BUG: fix a leak in ufunc_object.PyUFunc_RegisterLoopForTypeHugo Defois2021-07-051-0/+1
| | | |/ /
* | | | | For Pyston the refcount of "immortal" objects is set to ~infinityslepton2021-07-072-9/+11
|/ / / /
* | | | Skip test for RecursionError on Pyston, since it disables recursion checkingslepton2021-07-043-0/+11
|/ / /
* | | Merge pull request #19394 from seiko2plus/issue_19255Charles Harris2021-07-031-2/+2
|\ \ \
| * | | BUG, SIMD: Fix infinite loop during count non-zero on GCC-11Sayed Adel2021-07-021-2/+2
* | | | Merge pull request #19371 from seberg/maint-ufunc-check-trivial-loopMatti Picus2021-07-012-21/+40
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: (ufunc-trivial-loop cleanup) Adopt Marten's comments from reviewSebastian Berg2021-07-012-7/+14