| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP: remove deprecated casting in np.clip | Matti Picus | 2023-03-16 | 1 | -45/+16 |
* | MAINT: add dates/versions to deprecations, fix linter complaint | Ralf Gommers | 2023-03-02 | 1 | -1/+2 |
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue` | Ralf Gommers | 2023-03-02 | 1 | -3/+4 |
* | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 1 | -1/+6 |
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 1 | -13/+13 |
* | TST: Fixup tests for strict Python integer conversions | Sebastian Berg | 2022-10-05 | 1 | -6/+5 |
* | BUG: cross product: add dtype conversions of inputs (#20659) | Omar | 2022-07-04 | 1 | -0/+8 |
* | TST: Fixup tests that cause FPEs during casts | Sebastian Berg | 2022-06-13 | 1 | -1/+3 |
* | Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp... | Matti Picus | 2022-05-19 | 1 | -33/+31 |
|\ |
|
| * | DOC: Fixup test and general doc strings | Sebastian Berg | 2022-05-18 | 1 | -3/+2 |
| * | TST: Fix byte-swap test for big-endian machines | Sebastian Berg | 2022-05-11 | 1 | -1/+2 |
| * | TST: Fixup slow metadata promotion tests to match new behaviour | Sebastian Berg | 2022-05-09 | 1 | -7/+5 |
| * | TST: Fortify tests for improved struct dtype promotion and comparison | Sebastian Berg | 2022-05-09 | 1 | -2/+2 |
| * | MAINT,ENH: Adjust metadata preservation, preserving it for identical structur... | Sebastian Berg | 2022-05-09 | 1 | -6/+6 |
| * | API: Fix structured dtype cast-safety, promotion, and comparison | Sebastian Berg | 2022-05-09 | 1 | -19/+19 |
* | | MAINT: Reduce allocation size of empty (0 size) arrays to 1 byte (#21477) | Matti Picus | 2022-05-17 | 1 | -6/+14 |
* | | BUG: Fix failed itemsetting in fromiter | Sebastian Berg | 2022-02-11 | 1 | -0/+8 |
* | | TST: Test object cleanup on error in fromiter | Sebastian Berg | 2022-02-03 | 1 | -12/+8 |
* | | ENH: Allow object and subarray dtypes in fromiter | Sebastian Berg | 2022-02-03 | 1 | -0/+45 |
|/ |
|
* | BUG: `VOID_nonzero` could sometimes mutate alignment flag | Sebastian Berg | 2021-10-29 | 1 | -0/+12 |
* | DEP: Deprecate `finfo.machar` | Bas van Beek | 2021-10-27 | 1 | -2/+2 |
* | MAINT: Remove duplicated tests | Alessia Marcolini | 2021-10-08 | 1 | -19/+0 |
* | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 1 | -1/+1 |
* | ENH: core: More informative error message for broadcast(*args) | warren | 2021-10-01 | 1 | -0/+6 |
* | BUG: core: Fix *_like strides for str and bytes dtype. | warren | 2021-09-17 | 1 | -0/+15 |
* | index_tricks.py file not modified | shubham11941140 | 2021-08-19 | 1 | -5/+5 |
* | TST: Parametrize a few more tests. | DWesl | 2021-07-22 | 1 | -54/+57 |
* | ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536) | Stephannie Jimenez Gacha | 2021-07-19 | 1 | -7/+10 |
* | TST: generalise `clip` test | Zac-HD | 2021-07-16 | 1 | -18/+14 |
* | TST: Simplify property test | Zac-HD | 2021-07-12 | 1 | -25/+16 |
* | BUG: Fix cast safety and comparisons for zero sized voids | Sebastian Berg | 2021-06-23 | 1 | -0/+16 |
* | API: Delay string and number promotion deprecation/future warning | Sebastian Berg | 2021-06-04 | 1 | -37/+30 |
* | A few whitespace cleanups | Aitik Gupta | 2021-03-18 | 1 | -5/+6 |
* | The same test for np.correlate | Aitik Gupta | 2021-03-18 | 1 | -0/+5 |
* | Add one more test for illegal arguments | Aitik Gupta | 2021-03-18 | 1 | -0/+3 |
* | TST: Added test for inexact matches of mode | Aitik Gupta | 2021-03-18 | 1 | -0/+23 |
* | TST: Add test for nonzero and copyswapn (through advanced indexing) | Sebastian Berg | 2021-02-17 | 1 | -0/+21 |
* | Merge pull request #18183 from touqir14/master | Matti Picus | 2021-02-15 | 1 | -4/+14 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' | Touqir Sajed | 2021-02-05 | 1 | -30/+39 |
| |\ |
|
| * | | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero function | Touqir Sajed | 2021-01-18 | 1 | -4/+14 |
* | | | BUG: Allow unmodified use of isclose, allclose, etc. with timedelta | Sebastian Berg | 2021-02-04 | 1 | -0/+9 |
| |/
|/| |
|
* | | DEP: Deprecate promotion of numbers and bool to string | Sebastian Berg | 2021-01-25 | 1 | -30/+39 |
|/ |
|
* | BUG: Promotion between strings and objects was assymetric | Sebastian Berg | 2021-01-11 | 1 | -33/+35 |
* | MAINT: Rewrite can-cast logic in terms of NEP 42 | Sebastian Berg | 2020-11-24 | 1 | -0/+19 |
* | TST: Adapt metadata-promotion tests to new implementation | Sebastian Berg | 2020-09-02 | 1 | -30/+9 |
* | TST: Test void promotion uses equivalent casting | Sebastian Berg | 2020-09-02 | 1 | -0/+18 |
* | TST: Add tests mapping out the rules for metadata in promotion | Sebastian Berg | 2020-08-28 | 1 | -0/+104 |
* | BUG: Remove Void special case for "safe casting" | Sebastian Berg | 2020-08-25 | 1 | -0/+25 |
* | Fixup: numpy/core/tests/test_numeric.py | takanori-pskq | 2020-07-15 | 1 | -1/+1 |
* | Merge pull request #15037 from tirthasheshpatel/patch-1 | Sebastian Berg | 2020-05-26 | 1 | -0/+28 |
|\ |
|