summaryrefslogtreecommitdiff
path: root/numpy/typing/_char_codes.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-111/+0
* ENH: Add 'ulong' to sctypeDict (#21151)Geoffrey Gunter2022-03-141-1/+1
* 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 `typing_...Bas van Beek2021-05-271-10/+6
* BUG: Fix typo in char_codesKevin Sheppard2021-02-121-2/+2
* 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