summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_numeric.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: remove deprecated casting in np.clipMatti Picus2023-03-161-45/+16
* MAINT: add dates/versions to deprecations, fix linter complaintRalf Gommers2023-03-021-1/+2
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-3/+4
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+6
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-13/+13
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-6/+5
* BUG: cross product: add dtype conversions of inputs (#20659)Omar2022-07-041-0/+8
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-1/+3
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-33/+31
|\
| * DOC: Fixup test and general doc stringsSebastian Berg2022-05-181-3/+2
| * TST: Fix byte-swap test for big-endian machinesSebastian Berg2022-05-111-1/+2
| * TST: Fixup slow metadata promotion tests to match new behaviourSebastian Berg2022-05-091-7/+5
| * TST: Fortify tests for improved struct dtype promotion and comparisonSebastian Berg2022-05-091-2/+2
| * MAINT,ENH: Adjust metadata preservation, preserving it for identical structur...Sebastian Berg2022-05-091-6/+6
| * API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-19/+19
* | MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477)Matti Picus2022-05-171-6/+14
* | BUG: Fix failed itemsetting in fromiterSebastian Berg2022-02-111-0/+8
* | TST: Test object cleanup on error in fromiterSebastian Berg2022-02-031-12/+8
* | ENH: Allow object and subarray dtypes in fromiterSebastian Berg2022-02-031-0/+45
|/
* BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-10-291-0/+12
* DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-2/+2
* MAINT: Remove duplicated testsAlessia Marcolini2021-10-081-19/+0
* MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+1
* ENH: core: More informative error message for broadcast(*args)warren2021-10-011-0/+6
* BUG: core: Fix *_like strides for str and bytes dtype.warren2021-09-171-0/+15
* index_tricks.py file not modifiedshubham119411402021-08-191-5/+5
* TST: Parametrize a few more tests.DWesl2021-07-221-54/+57
* ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536)Stephannie Jimenez Gacha2021-07-191-7/+10
* TST: generalise `clip` testZac-HD2021-07-161-18/+14
* TST: Simplify property testZac-HD2021-07-121-25/+16
* BUG: Fix cast safety and comparisons for zero sized voidsSebastian Berg2021-06-231-0/+16
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-37/+30
* A few whitespace cleanupsAitik Gupta2021-03-181-5/+6
* The same test for np.correlateAitik Gupta2021-03-181-0/+5
* Add one more test for illegal argumentsAitik Gupta2021-03-181-0/+3
* TST: Added test for inexact matches of modeAitik Gupta2021-03-181-0/+23
* TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-171-0/+21
* Merge pull request #18183 from touqir14/masterMatti Picus2021-02-151-4/+14
|\
| * Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-051-30/+39
| |\
| * | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero functionTouqir Sajed2021-01-181-4/+14
* | | BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-0/+9
| |/ |/|
* | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-30/+39
|/
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-111-33/+35
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+19
* TST: Adapt metadata-promotion tests to new implementationSebastian Berg2020-09-021-30/+9
* TST: Test void promotion uses equivalent castingSebastian Berg2020-09-021-0/+18
* TST: Add tests mapping out the rules for metadata in promotionSebastian Berg2020-08-281-0/+104
* BUG: Remove Void special case for "safe casting"Sebastian Berg2020-08-251-0/+25
* Fixup: numpy/core/tests/test_numeric.pytakanori-pskq2020-07-151-1/+1
* Merge pull request #15037 from tirthasheshpatel/patch-1Sebastian Berg2020-05-261-0/+28
|\