summaryrefslogtreecommitdiff
path: root/numpy/tests/typing/fail/scalars.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Move typing testsCharles Harris2020-09-071-86/+0
| | | | Move them into a new `numpy/typing/tests directory`
* TST: Don't run typing tests on lines that are commented outBas van Beek2020-09-011-2/+2
| | | | Addresses https://github.com/numpy/numpy/pull/17214#discussion_r481239468
* MAINT: Make `datetime64` a `generic` subclass (again)Bas van Beek2020-09-011-3/+8
|
* MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-141-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/testsJosh Wilson2020-06-071-0/+67