summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20166 from charris/run-clang-format-on-cpp-filesCharles Harris2021-10-235-245/+593
|\
| * STY: Run clang-format on cpp files and headers.Charles Harris2021-10-225-245/+593
* | Merge pull request #20173 from charris/disable-refcount-testCharles Harris2021-10-231-0/+2
|\ \
| * | TST: Disable test_partial_iteration_cleanup on 32 bit Windows.Charles Harris2021-10-231-0/+2
| |/
* | TST: xfail `test_overrides` when numpy is build with MKL supportBas van Beek2021-10-231-0/+4
|/
* Merge pull request #20165 from BvB93/chararrayCharles Harris2021-10-223-53/+613
|\
| * TST: Add typing tests for `np.chararray`Bas van Beek2021-10-232-0/+191
| * ENH: Add annotations for `np.chararray`Bas van Beek2021-10-231-53/+422
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-2226-73/+24
|\ \ | |/ |/|
| * MAINT: Restore KnowFailureTestCharles Harris2021-10-221-1/+1
| * MAINT: separate multiple imports in multiple linesAlessia Marcolini2021-10-081-2/+10
| * MAINT: Remove duplicated testsAlessia Marcolini2021-10-081-19/+0
| * MAINT: remove unused importsAlessia Marcolini2021-10-0828-55/+16
* | Merge pull request #20129 from BvB93/apiSebastian Berg2021-10-222-8/+22
|\ \
| * | MAINT: Replace the `__array_namespace__` return type with `Any`Bas van Beek2021-10-181-2/+2
| * | ENH: Change `SupportsDLPack` into a protocolBas van Beek2021-10-181-1/+3
| * | ENH: Replace `NestedSequence` with a proper nested sequence protocolBas van Beek2021-10-181-5/+17
* | | Merge pull request #20164 from rlamy/rm_array_allocSebastian Berg2021-10-221-18/+0
|\ \ \
| * | | MAINT: Remove useless custom tp_alloc and tp_free on ndarrayRonan Lamy2021-10-221-18/+0
* | | | Merge pull request #20162 from matthew-brett/allow-gt-10-crt-verCharles Harris2021-10-221-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Remove fix for odd MSVCRT version on Windows 3.7Matthew Brett2021-10-221-2/+0
| * | | Fix automatic detection for MSVCRT versionMatthew Brett2021-10-221-4/+6
* | | | [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-2216-431/+577
|/ / /
* | | Merge pull request #20159 from seberg/relax-fallback-homogeneous-signature-tryCharles Harris2021-10-212-6/+10
|\ \ \
| * | | BUG: Relax homogeneous signature fallback in type resolutionSebastian Berg2021-10-212-6/+10
* | | | Merge pull request #20155 from matthew-brett/fix-mscver-versionCharles Harris2021-10-211-3/+2
|\ \ \ \
| * | | | Patch to allow for 2 as a minor version (!)Matthew Brett2021-10-211-3/+2
| |/ / /
* | | | Merge pull request #20150 from WarrenWeckesser/fix-insert-incorrect-errorCharles Harris2021-10-212-3/+7
|\ \ \ \
| * | | | BUG: lib: Fix error raised by insert.warren2021-10-202-3/+7
| |/ / /
* | | | Merge pull request #20134 from pijyoi/fix_slow_win32_clipCharles Harris2021-10-211-7/+12
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix win32 np.clip slownessKIU Shueng Chuan2021-10-191-7/+12
* | | | MAINT: core: Update the comment about _parse_signature with more complete info.Warren Weckesser2021-10-191-3/+18
* | | | BUG: core: Fix incorrect check of NpyIter_Deallocate return value.warren2021-10-193-1/+19
* | | | Merge pull request #18905 from seberg/ufunc-refactor-2021Matti Picus2021-10-1916-521/+866
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Add a test covering logical ufuncs for custom DTypesSebastian Berg2021-10-112-0/+72
| * | | DOC: Comment fixups based on Marten's reviewSebastian Berg2021-10-113-7/+11
| * | | MAINT: Fixups and new tests based on Marten's reviewsSebastian Berg2021-10-114-27/+52
| * | | BUG: Fixup and add tests for logical ufuncsSebastian Berg2021-10-111-2/+9
| * | | TST: Add test for reduceat/accumulate output shape mismatchSebastian Berg2021-10-112-2/+22
| * | | BUG: Fix unsupplied DType path in dispatchingSebastian Berg2021-10-111-5/+2
| * | | MAINT: Remove unnecessary assert that may trip 32 bitSebastian Berg2021-10-111-3/+0
| * | | TST: Add test for ufunc out-cast failure when input cast is ignoredSebastian Berg2021-10-111-0/+10
| * | | TST: Add additional reduceat/accumulate testsSebastian Berg2021-10-111-0/+17
| * | | TST: Add test for rare reduce dtype mismatch error pathSebastian Berg2021-10-111-0/+16
| * | | BUG: Add forgotten fix for needs-api for reduceatSebastian Berg2021-10-111-1/+3
| * | | BUG: Fixup some refcounting and remove unused error pathSebastian Berg2021-10-111-11/+12
| * | | MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-1112-512/+689
* | | | ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-1811-76/+817
| |/ / |/| |
* | | Add note to iterable docstring about 0d arrays.Ross Barnowski2021-10-151-0/+13
* | | fix minor typo in commentKent R. Spillner2021-10-131-1/+1