Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Move typing tests | Charles Harris | 2020-09-07 | 1 | -129/+0 |
| | | | | Move them into a new `numpy/typing/tests directory` | ||||
* | MAINT: Only allow `SupportsIndex` for python >= 3.8 | Bas van Beek | 2020-09-01 | 1 | -3/+7 |
| | | | | See https://bugs.python.org/issue20092 | ||||
* | ENH: Add an alias for `Union[str, bytes]`; updated two `np.generic` constructors | Bas van Beek | 2020-09-01 | 1 | -0/+2 |
| | |||||
* | TST: Add tests for the new `generic` constructors | Bas van Beek | 2020-09-01 | 1 | -3/+28 |
| | |||||
* | Allow `None` to be passed to certain `generic` subclasses | Bas van Beek | 2020-06-25 | 1 | -0/+6 |
| | | | | | | | Affected generic subclasses: * `floating` * `complexfloating` * `datetime64` | ||||
* | MAINT: changed np.generic arguments to positional-only (#16583) | Bas van Beek | 2020-06-14 | 1 | -0/+4 |
| | | | | | | | | | 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/+88 |