summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_multiarray.py
Commit message (Expand)AuthorAgeFilesLines
* TST: test object dtype in test_repeatNathan Goldbaum2023-05-031-2/+3
* DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-201-8/+17
* BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-281-0/+16
* TST: Fix failing test (introduced deprecation after written)Sebastian Berg2023-03-261-2/+2
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-11/+66
|\
| * MAINT: Explicitly raise when `a @= b` would otherwise broadcast the outputBas van Beek2022-12-021-0/+3
| * TST: Add `__imatmul__` tests for arrays with various shapesBas van Beek2022-12-021-5/+27
| * TST: Add a dedicated `__imatmul__` test case for large matricesBas van Beek2022-12-021-1/+14
| * TST: Add tests for inplace matrix multiplicationBas van Beek2022-12-021-11/+28
* | ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-0/+11
* | Merge pull request #22982 from yamadafuyuka/add_fujitsuccompiler_and_SSL2Sebastian Berg2023-03-061-1/+2
|\ \
| * | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-1/+2
* | | MAINT: Use strong references/copies for sorting bufferSebastian Berg2023-02-251-7/+14
* | | Merge pull request #23141 from rgommers/reduce-azp-jobsSebastian Berg2023-02-151-27/+0
|\ \ \
| * | | TEST: remove very slow test, add it as a comment to the code snippet it testsmattip2023-02-151-27/+0
* | | | Merge pull request #22315 from r-devulap/avxsortMatti Picus2023-02-151-15/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix linter errors'Raghuveer Devulapalli2023-01-301-1/+3
| * | | TST: Add test for float16 quicksortRaghuveer Devulapalli2023-01-301-0/+7
| * | | MAINT: Fix linter errorsRaghuveer Devulapalli2023-01-301-2/+2
| * | | TST: Add quicksort test coverage for all 16, 32, 64 bit dtypesRaghuveer Devulapalli2023-01-301-14/+14
| |/ /
* | | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* | | MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-12/+12
|/ /
* | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-0/+25
* | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-081-0/+7
* | TST: tests/core/test_multiarray:TestArg{Min,Max}Evgeni Burovski2022-12-261-16/+16
* | DOC,TST: address review comments and improve test coverageSebastian Berg2022-12-021-7/+11
* | TST: Remove old deprecation test and convert/add new onesSebastian Berg2022-12-011-0/+52
* | API: Always reject equal/not_equal for datetime/timedelta mixSebastian Berg2022-12-011-0/+28
* | TST: Add test to cover basic subclass support of new code pathsSebastian Berg2022-12-011-7/+19
* | MAINT: (equality) fixup subclass handling for new array-return pathSebastian Berg2022-12-011-0/+13
|/
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-2/+2
* ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-211-0/+56
* BUG: Fix use and errorchecking of ObjectType useSebastian Berg2022-11-091-6/+18
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-9/+9
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-15/+16
* Merge pull request #22418 from charris/fix-memory-checkCharles Harris2022-10-111-1/+1
|\
| * TST, BLD: Fix failing aarch64 wheel builds.Charles Harris2022-10-111-1/+1
* | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-3/+4
|\ \
| * | TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-3/+4
* | | ENH: allow explicit `like=None` in all array creation functions (#22379)Jordy Williams2022-10-111-1/+0
| |/ |/|
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-2/+2
|/
* BUG: Fix complex vector dot with more than NPY_CBLAS_CHUNK elementsSebastian Berg2022-09-221-1/+10
* Merge pull request #22004 from seberg/ragged-dep-finalizeMatti Picus2022-07-181-5/+4
|\
| * DEP: Finalize ragged array creation deprecationSebastian Berg2022-07-171-5/+4
* | BUG: Avoid errors on NULL during deepcopy (#21996)Jon Cusick2022-07-171-0/+22
|/
* MAINT: Disable checks for Win workaround for GCC (#21881)Matthew Brett2022-06-301-4/+6
* remove unusued importpostmalloc2022-06-261-1/+0
* parameterize and split testspostmalloc2022-06-261-39/+20
* Handle NaNs correctly for half-precision floatsSrimukh Sripada2022-06-241-2/+35
* Merge pull request #21817 from seberg/always-fillCharles Harris2022-06-231-0/+15
|\