Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -111/+0 |
* | ENH: Add 'ulong' to sctypeDict (#21151) | Geoffrey Gunter | 2022-03-14 | 1 | -1/+1 |
* | MAINT: Drop .py code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -171/+111 |
* | MAINT: Added a missing `sys.version` check | Bas van Beek | 2021-06-05 | 1 | -1/+1 |
* | REV,BUG: Replace `NotImplemented` with `typing.Any` | Bas van Beek | 2021-06-05 | 1 | -49/+49 |
* | STY: Replace all `Any`-based runtime placeholders with `NotImplemented` | Bas van Beek | 2021-05-27 | 1 | -49/+49 |
* | ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_... | Bas van Beek | 2021-05-27 | 1 | -10/+6 |
* | BUG: Fix typo in char_codes | Kevin Sheppard | 2021-02-12 | 1 | -2/+2 |
* | ENH: Add unit support to the `datetime64`/`timedelta64` character codes | Bas van Beek | 2020-12-22 | 1 | -6/+66 |
* | ENH: Centralize all `DTypeLike` string aliases in `numpy.typing` | Bas van Beek | 2020-12-22 | 1 | -0/+115 |