summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18214 from Carreau/docstring-array-fullMatti Picus2021-01-241-1/+1
|\
| * DOC: Double backticks for inline code example.Matthias Bussonnier2021-01-231-1/+1
* | DOC: Formatting consistency.Matthias Bussonnier2021-01-231-1/+1
|/
* DOC: typo in post-loop returnJoseph Fox-Rabinovitz2021-01-221-1/+1
* Merge pull request #18194 from Qiyu8/einsum-twooperandsCharles Harris2021-01-201-245/+75
|\
| * Optimize the sub function two-operands by using SIMD.Qiyu82021-01-191-245/+75
* | BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-202-7/+24
* | MAINT: Simplify a unionBas van Beek2021-01-181-2/+1
* | MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-183-23/+23
|/
* ENH: cpu features detection implementation on FreeBSD ARMDavid Carlier2021-01-171-1/+24
* Merge pull request #18157 from alexhenrie/no_castable_outputSebastian Berg2021-01-141-1/+1
|\
| * BUG: Initialize value of no_castable_output used in ufunc_loop_matchesAlex Henrie2021-01-121-1/+1
* | MAINT: Remove redundant null check before freeAlex Henrie2021-01-121-3/+1
|/
* Merge pull request #18152 from seberg/fix-string-object-promotionCharles Harris2021-01-112-35/+38
|\
| * BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-112-35/+38
* | Merge pull request #18136 from Iamsoto/add_keyboard_interrupts_for_array_crea...Sebastian Berg2021-01-111-0/+5
|\ \ | |/ |/|
| * ENH: keyboard interrupt for large array creationiamsoto2021-01-081-0/+5
* | Merge pull request #18104 from DWesl/change-tests-with-loops-to-parametrized-...Charles Harris2021-01-102-43/+42
|\ \
| * | TST: Change big parametrized loop to nested small parametrized loops.DWesl2021-01-032-28/+9
| * | TST: Turn some tests with loos into parametrized tests.DWesl2021-01-012-43/+61
* | | Merge pull request #18118 from seiko2plus/issue_18106Matti Picus2021-01-092-47/+55
|\ \ \
| * | | BUG, MAINT: improve avx512 mask logical operationsSayed Adel2021-01-052-47/+55
* | | | MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-0814-60/+2046
* | | | MAINT: Move modref definition into setup.pySebastian Berg2021-01-072-10/+6
| |_|/ |/| |
* | | ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101)Sayed Adel2021-01-078-1247/+1347
* | | DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-063-6/+37
* | | Merge pull request #18115 from seberg/half-promotionCharles Harris2021-01-062-4/+21
|\ \ \
| * | | BUG: Fix promotion of half and stringSebastian Berg2021-01-042-4/+21
| |/ /
* | | MAINT: CPUs that support unaligned access. (#18065)Chunlin2021-01-056-16/+14
* | | Merge pull request #18086 from seiko2plus/fix_simd_aarch64_clangMatti Picus2021-01-053-11/+18
|\ \ \ | |/ / |/| |
| * | BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2020-12-293-11/+18
* | | MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-2/+2
* | | BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-031-2/+2
| |/ |/|
* | Merge pull request #18091 from anntzer/docsetCharles Harris2020-12-292-2/+2
|\ \
| * | DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-292-2/+2
* | | MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
|/ /
* | Merge pull request #18051 from rpolley/deprecate-np-testing-dec-2Matti Picus2020-12-291-1/+213
|\ \ | |/ |/|
| * TST: add stacklevel parameter to test calls to warnings.warnRyan Polley2020-12-221-3/+3
| * TST: move np.testing.dec tests to test_deprecations.pyRyan Polley2020-12-201-1/+213
* | MAINT: Suppress maybe-uninitialized warning in gcc on VSXSayed Adel2020-12-261-0/+10
* | SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-269-290/+258
* | MAINT: Remove obsolete workaround to set ndarray.__hash__ = NoneRonan Lamy2020-12-242-11/+0
* | Merge pull request #18052 from seberg/concat-with-string-dtypeCharles Harris2020-12-234-40/+116
|\ \
| * | BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-214-40/+116
* | | Merge pull request #18012 from Qiyu8/einsum-sumMatti Picus2020-12-231-429/+81
|\ \ \
| * | | simplify the index related code.Qiyu82020-12-231-3/+3
| * | | passing pointer not the address.Qiyu82020-12-231-14/+14
| * | | add missing opt 3 flag.Qiyu82020-12-181-1/+1
| * | | add NPY_GCC_OPT_3 option.Qiyu82020-12-171-3/+3
| * | | Optimize the performance of einsum's submodule sum.Qiyu82020-12-171-426/+78
| | |/ | |/|