Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Move typing tests | Charles Harris | 2020-09-07 | 1 | -86/+0 |
| | | | | Move them into a new `numpy/typing/tests directory` | ||||
* | TST: Don't run typing tests on lines that are commented out | Bas van Beek | 2020-09-01 | 1 | -2/+2 |
| | | | | Addresses https://github.com/numpy/numpy/pull/17214#discussion_r481239468 | ||||
* | MAINT: Make `datetime64` a `generic` subclass (again) | Bas van Beek | 2020-09-01 | 1 | -3/+8 |
| | |||||
* | MAINT: changed np.generic arguments to positional-only (#16583) | Bas van Beek | 2020-06-14 | 1 | -0/+14 |
| | | | | | | | | | Closes https://github.com/numpy/numpy/issues/16577. Make the arguments of `np.generic` constructors positional-only. Also fix the constructor of`np.bytes_`: encoding is only supported when supplied a string. The opposite holds for `np.str_`. | ||||
* | MAINT: move typing tests cases into a subdirectory of numpy/tests | Josh Wilson | 2020-06-07 | 1 | -0/+67 |