summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Updated annotationsMitchell Faas2021-02-011-7/+7
* MAINT: import refactorMitchell Faas2021-01-311-2/+2
* ENH: Improved error traceback in set_printoptionsMitchell-Faas2021-01-311-2/+2
* BUG: Now allows for all integer typesMitchell Faas2021-01-311-1/+4
* ENH: Added sanity check to printoptionsMitchell Faas2021-01-312-0/+10
* DOC: replace 'this platform' with the actual platform in the scalar type docu...Ryan Polley2021-01-301-1/+4
* Merge pull request #18150 from seberg/fix-too-many-boolean-indicesCharles Harris2021-01-292-1/+30
|\
| * Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
| * BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-112-1/+32
* | Merge pull request #18248 from Carreau/see-also-upperMatti Picus2021-01-281-91/+91
|\ \
| * | DOC: See also -> See Also (casing)Matthias Bussonnier2021-01-271-91/+91
* | | DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-278-27/+21
|/ /
* | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-268-42/+149
|\ \
| * | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-258-42/+149
* | | DOC: Misc single to double backticks fixes.Matthias Bussonnier2021-01-241-17/+17
* | | MAINT: Ignore ComplexWarning in ``test_iter_copy_casts``Charles Harris2021-01-241-0/+1
* | | 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
|\ \