summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* API,DEP: Move ufunc signature parsing to the startSebastian Berg2021-04-084-176/+461
* Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_divMatti Picus2021-04-066-22/+149
|\
| * SIMD: Use scalar division for Armv7, Aarch64, and IBM/PowerGanesh Kathiresan2021-04-061-1/+11
| * TST: Division tests for unsigned intsGanesh Kathiresan2021-03-201-4/+13
| * SIMD, MAINT: Refined kernel and inner ufunc functionsGanesh Kathiresan2021-03-201-66/+43
| * MAINT: Fixed dispatch in generate_umathGanesh Kathiresan2021-03-201-1/+5
| * ENH, SIMD: Add dispatch to build processGanesh Kathiresan2021-03-202-1/+2
| * ENH, SIMD: Use integer dispatchGanesh Kathiresan2021-03-202-17/+12
| * ENH, SIMD: Added integer dispatchGanesh Kathiresan2021-03-201-0/+131
* | Merge pull request #18629 from ahaldane/min_digitsCharles Harris2021-03-318-88/+219
|\ \
| * | DOC: Add versionadded for new min_digits argument.Charles Harris2021-03-311-1/+4
| * | Update arrayprint.pyAllan Haldane2021-03-191-3/+4
| * | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-1/+1
| * | Update numpy/core/arrayprint.pyAllan Haldane2021-03-191-3/+3
| * | BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-188-88/+215
* | | Merge pull request #18697 from seberg/finish-deprecations-umathMatti Picus2021-03-311-142/+38
|\ \ \
| * | | DEP: Disable PyUFunc_GenericFunction and PyUFunc_SetUsesArraysAsDataSebastian Berg2021-03-291-142/+38
* | | | Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-307-14/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Apply suggestions from code review Bas van Beek2021-01-162-2/+2
| * | | MAINT: Remove a redundant use of `sctypeDict`Bas van Beek2021-01-161-2/+2
| * | | TST: Add a deprecation testBas van Beek2021-01-161-0/+3
| * | | DEP: Add a deprecation noteBas van Beek2021-01-161-0/+1
| * | | MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-165-11/+11
| * | | DEP: Formally deprecate the use of `typeDict`Bas van Beek2021-01-162-2/+2
* | | | Remove unused variablesAnne Archibald2021-03-281-2/+0
* | | | BUG: fix segfault in object/longdouble operationsAnne Archibald2021-03-282-1/+141
* | | | BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-0/+4
* | | | BUG: Changed METH_VARARGS to METH_NOARGSmrios2021-03-251-1/+1
* | | | BUG: Fix bug(s) introduced due to rebase/merge conflictSebastian Berg2021-03-231-2/+1
* | | | DOC: Fixup ufunc-argparse release notes and code commentsSebastian Berg2021-03-231-2/+2
* | | | MAINT: Declare functions `static` rather than `NPY_NO_EXPORT`Sebastian Berg2021-03-231-3/+3
* | | | BUG: Add missing `static` leading to a (harmless) ref-leakSebastian Berg2021-03-231-1/+1
* | | | BUG: Add missing decref to `dtype` parsingSebastian Berg2021-03-231-0/+1
* | | | MAINT: Address comments by MartenSebastian Berg2021-03-235-94/+83
* | | | DOC: Fixup comment style for nowSebastian Berg2021-03-231-1/+1
* | | | DOC: Fixup comments based on review and remove TODOSebastian Berg2021-03-233-7/+11
* | | | ENH: Optimize and cleanup ufunc calls and ufunc CheckOverridesSebastian Berg2021-03-239-1155/+883
* | | | BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-236-24/+37
* | | | Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-212-29/+14
|\ \ \ \
| * | | | MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-082-29/+14
* | | | | Merge pull request #18593 from seberg/stop-lying-about-binop-inputsMatti Picus2021-03-217-54/+68
|\ \ \ \ \
| * | | | | TST: Add minimal test for passing an out argument to arr.conjugate()Sebastian Berg2021-03-181-0/+9
| * | | | | Update numpy/core/src/multiarray/calculation.cSebastian Berg2021-03-181-1/+2
| * | | | | MAINT: Do not claim input to binops is `self` (array object)Sebastian Berg2021-03-106-54/+58
* | | | | | Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-2113-523/+671
|\ \ \ \ \ \
| * | | | | | DOC: Update the docs to match how they changed in masterSebastian Berg2021-03-181-14/+45
| * | | | | | BUG,TST: Fix error path and argument name (and add test coverage)Sebastian Berg2021-03-183-4/+33
| * | | | | | DOC: Add TODO comment that `asarray` stubs will need movingSebastian Berg2021-03-181-0/+4
| * | | | | | BUG: import `asanyarray` to `_asarray.py` as its used in `np.require`Sebastian Berg2021-03-181-1/+1
| * | | | | | ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-1811-522/+606
| | |_|_|/ / | |/| | | |