summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.pyi
Commit message (Expand)AuthorAgeFilesLines
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-111-7/+13
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-7/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-7/+5
* ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-161-7/+73
* MAINT: Allow the `loadtxt` comments parameter to be `None`Bas van Beek2021-12-151-3/+3
* MAINT: Change the `npyio` recarray dtypes from `void` to `record`Bas van Beek2021-09-241-2/+3
* MAINT: Make the `_SupportsGetItem` protocol positional-onlyBas van Beek2021-09-021-1/+1
* ENH: Use custom file-like protocols instead of `typing.IO`Bas van Beek2021-09-021-17/+32
* STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-311-3/+4
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-2/+2
* ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-161-2/+2
* ENH: Add annotations for `np.lib.npyio`Bas van Beek2021-08-131-81/+232
* Rm numpy.lib.npyio.mafromtxt.Ross Barnowski2021-08-051-3/+0
* Rm numpy.lib.npyio.ndfromtxt.Ross Barnowski2021-08-051-1/+0
* Rm numpy.lib.npyio.loads.Ross Barnowski2021-08-051-2/+0
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-0/+104