summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Changed the `new_order` parameter to positional-onlyBas van Beek2020-08-291-1/+1
* ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-30/+37
* ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-0/+1
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-6/+30
* ENH: Add annotations to the last 8 functions in numpy.core.fromnumeric (#16729)Bas van Beek2020-08-241-0/+111
* MAINT: Added the `order` parameter to `np.array()` (#16966)Bas van Beek2020-07-291-0/+2
* Allow `None` to be passed to certain `generic` subclassesBas van Beek2020-06-251-6/+10
* ENH: Added annotations to 8 functions from np.core.fromnumeric (#16647)Bas van Beek2020-06-221-0/+169
* ENH: add annotation for abs (#16618)Yuya Unno2020-06-211-0/+2
* MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-141-23/+23
* MAINT: fix name of first parameter to dtype constructor in type stubsJosh Wilson2020-06-101-1/+6
* MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-101-37/+17
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-061-0/+1077