summaryrefslogtreecommitdiff
path: root/numpy/typing/_nested_sequence.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-90/+0
| | | | i.e. `numpy.typing` and `numpy._typing`
* DOC: See also should not have backticks.Matthias Bussonnier2022-02-121-1/+1
| | | | NumpyDoc fails on this with a parse Error
* MAINT: Fixed an issue wherein `npt._NestedSequence` did not supertype `range`Bas van Beek2021-10-051-4/+1
|
* ENH: Add a protocol for representing nested sequencesBas van Beek2021-09-191-0/+93