summaryrefslogtreecommitdiff
path: root/numpy/typing/_char_codes.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-111/+0
| | | | i.e. `numpy.typing` and `numpy._typing`
* ENH: Add 'ulong' to sctypeDict (#21151)Geoffrey Gunter2022-03-141-1/+1
| | | | | | | | | * ENH: Add 'ulong' to sctypeDict Closes #21063 * TST: Add a test for np.dtype("ulong") * REV: Don't add new attribute np.ulong
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-171/+111
|
* MAINT: Added a missing `sys.version` checkBas van Beek2021-06-051-1/+1
|
* REV,BUG: Replace `NotImplemented` with `typing.Any`Bas van Beek2021-06-051-49/+49
|
* STY: Replace all `Any`-based runtime placeholders with `NotImplemented`Bas van Beek2021-05-271-49/+49
|
* ENH: Add a global constant to `numpy.typing` denoting whether or not ↵Bas van Beek2021-05-271-10/+6
| | | | `typing_extensions` is available
* BUG: Fix typo in char_codesKevin Sheppard2021-02-121-2/+2
| | | | Add missing comma in lists of char codes
* ENH: Add unit support to the `datetime64`/`timedelta64` character codesBas van Beek2020-12-221-6/+66
|
* ENH: Centralize all `DTypeLike` string aliases in `numpy.typing`Bas van Beek2020-12-221-0/+115