Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -111/+0 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | ENH: Add 'ulong' to sctypeDict (#21151) | Geoffrey Gunter | 2022-03-14 | 1 | -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.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 ↵ | Bas van Beek | 2021-05-27 | 1 | -10/+6 |
| | | | | `typing_extensions` is available | ||||
* | BUG: Fix typo in char_codes | Kevin Sheppard | 2021-02-12 | 1 | -2/+2 |
| | | | | Add missing comma in lists of char codes | ||||
* | 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 |