summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18289 from seberg/npyiter-bufferdataMatti Picus2021-02-065-141/+256
|\
| * TST: Split out failure test and ensure it requires cleanupSebastian Berg2021-02-031-3/+6
| * TST: Split out unraisable test, add comment and skip on pypySebastian Berg2021-02-031-10/+15
| * TST: Clear out final (nil) pointersSebastian Berg2021-02-031-3/+3
| * TST,MAINT: Avoid subprocess for the debugprint testSebastian Berg2021-02-031-21/+19
| * BUG: Add further tests and fix existing npyiter cleanup bugsSebastian Berg2021-02-032-6/+47
| * TST: Add test for the nditer debug_printSebastian Berg2021-02-031-0/+85
| * MAINT: Add variable length field at end of struct.Sebastian Berg2021-02-021-1/+2
| * MAINT: Do not use `stransfer` to indicate NPY_OP_ITFLAG_USINGBUFFERSebastian Berg2021-02-011-16/+11
| * MAINT: Move transferdata into buffer-wise structSebastian Berg2021-02-013-121/+108
* | Merge pull request #18332 from seberg/issue-18325Charles Harris2021-02-062-2/+36
|\ \
| * | BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-042-2/+36
* | | BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-042-2/+16
|/ /
* | Merge pull request #18200 from Qiyu8/intrin-sumMatti Picus2021-02-039-28/+214
|\ \
| * | use more accurate words.Qiyu82021-01-276-6/+6
| * | improve sumup intriniscs.Qiyu82021-01-258-102/+115
| * | fix npyv_storea_u64 undefined error.Qiyu82021-01-222-3/+3
| * | correct the input paramater of f32.Qiyu82021-01-222-5/+5
| * | treat u8/u16 as overflow protection.Qiyu82021-01-229-52/+110
| * | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sumQiyu82021-01-214-24/+23
| |\ \
| | * | add neon sum_u8/u16/u64Qiyu82021-01-211-1/+1
| | * | Merge branch 'intrin-sum' of github.com:Qiyu8/numpy into intrin-sumQiyu82021-01-207-4/+115
| | |\ \
| * | | | Optimize the avx512 sum_u8/sum_u16.Qiyu82021-01-211-24/+28
| | |/ / | |/| |
| * | | Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-207-4/+115
* | | | Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-022-3/+6
|\ \ \ \
| * | | | MAINT: Add previously missing objects to `np.rec.__all__`Bas van Beek2021-02-012-3/+6
* | | | | Merge pull request #18264 from mckib2/c-extern-npyrandomCharles Harris2021-02-021-0/+8
|\ \ \ \ \
| * | | | | FIX: random: C linkage for random distributionsNicholas McKibben2021-01-301-0/+8
| |/ / / /
* | | | | Merge pull request #18161 from alexhenrie/static_kwlistSebastian Berg2021-02-025-15/+15
|\ \ \ \ \
| * | | | | MAINT: Make keyword arrays staticAlex Henrie2021-01-135-15/+15
* | | | | | MAINT: Fix typo in PyArray_RegisterDataType errorLeo Singer2021-02-021-1/+1
* | | | | | Merge pull request #18293 from charris/fix-unicode-alias-errorMatti Picus2021-02-021-8/+8
|\ \ \ \ \ \
| * | | | | | BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-011-8/+8
* | | | | | | MAINT: Import `SupportsIndex` from typing-extensionsBas van Beek2021-02-012-7/+2
|/ / / / / /
* | | | | | 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