Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Move typing tests | Charles Harris | 2020-09-07 | 1 | -182/+0 |
| | | | | Move them into a new `numpy/typing/tests directory` | ||||
* | MAINT: Implemented two dtype-related TODO's (#16622) | Bas van Beek | 2020-07-30 | 1 | -2/+0 |
| | | | | | This pull requests addresses and implement two previous TODO's in `np.typing._DTypeLike`: * Added a protocol, `_SupportsDtype`, for objects with the `dtype` attribute. * Replaced an old dictionary, representing array field parameter, with a `TypedDict`. | ||||
* | MAINT: Added the `order` parameter to `np.array()` (#16966) | Bas van Beek | 2020-07-29 | 1 | -0/+8 |
| | | | | | | | * MAINT: Added the `order` argument to `np.array()` * MAINT: Made a number of `np.array()` arguments keyword-only * TST: Added a `np.array` test with >2 positional arguments | ||||
* | MAINT: avoid more division by zero in typing test causing aarch64 to fail | Josh Wilson | 2020-06-07 | 1 | -5/+6 |
| | |||||
* | MAINT: avoid divide by zero in typing test causing aarch64 tests to fail | Josh Wilson | 2020-06-07 | 1 | -1/+1 |
| | |||||
* | MAINT: move typing tests cases into a subdirectory of numpy/tests | Josh Wilson | 2020-06-07 | 1 | -0/+175 |