summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-1/+13
|\
| * ENH: Add support for inplace matrix multiplicationBas van Beek2022-12-021-1/+13
* | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-8/+3
* | Merge pull request #23326 from hawkinsp/clipwrapCharles Harris2023-03-051-4/+0
|\ \
| * | Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.Peter Hawkins2023-03-051-4/+0
* | | TYP: Remove some stray type-check-only imports of `msort`BvB932023-03-051-1/+0
|/ /
* | Replace duplicate reduce in ufunc type signature with reduceat.Peter Hawkins2023-03-031-1/+1
* | MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+2
* | DOC: add `np.round` to the html docs, and make it the preferred aliasRalf Gommers2023-03-011-1/+1
* | TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-30/+30
* | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* | MAINT: Remove the python <3.9 guards for `__class_getitem__`BvB932023-02-021-6/+3
|/
* TYP: Modify typing stubs for new `np.exceptions` moduleSebastian Berg2022-11-301-0/+1
* Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-1/+5
|\
| * ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-1/+5
* | TYP: Remove newly deprecated scalar type aliasesSebastian Berg2022-11-171-10/+0
* | TYP,ENH: Add annotations for `np.show_runtime`BvB932022-11-141-0/+1
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-2/+2
* | Merge pull request #22359 from BvB93/pyrightCharles Harris2022-10-021-0/+6
|\ \
| * | TYP,MAINT: Change more overloads to play nice with pyrightBvB932022-09-301-0/+6
| |/
* | ENH,TYP: Add special casing for `ndarray`-based indexingBvB932022-09-301-0/+6
|/
* MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as argum...Bas van Beek2022-07-221-4/+4
* Merge pull request #21957 from BvB93/hashCharles Harris2022-07-091-1/+3
|\
| * TYP,ENH: Mark all unhashable classes as suchBas van Beek2022-07-091-1/+3
* | Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-0/+7
|\ \
| * | API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-3/+3
| * | TYP: Add types for new symbolsSebastian Berg2022-06-151-0/+7
| |/
* | MAINT: remove some names from main numpy namespace (#21403)Ross Barnowski2022-06-151-1/+0
|/
* TYP: Allow unsigned integer inplace-ops to accept signed integersBas van Beek2022-05-251-11/+16
* TYP: Add basic `np.number` overloads for ndarray dundersBas van Beek2022-05-141-0/+24
* TYP,STY: Use PEP 570 for denoting the `from_dlpack`'s positional-only parameterBas van Beek2022-05-091-1/+1
* TYP: Let `ndarray` fancy indexing always return an `ndarray`Bas van Beek2022-04-151-5/+1
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-4/+4
* MAINT: make np._from_dlpack publicTirth Patel2022-03-031-1/+1
* Merge pull request #21111 from BvB93/__array_finalize__Matti Picus2022-02-241-4/+6
|\
| * MAINT: Relax the `obj` type in `__array_finalize__`Bas van Beek2022-02-231-3/+6
| * MAINT: Remove a leftover `__array_finalize__` property decoratorBas van Beek2022-02-231-1/+0
* | ENH: Mark `np.dtype` as `final`Bas van Beek2022-02-231-0/+1
* | ENH: Mark non-subclassable types as `final`Bas van Beek2022-02-221-0/+4
|/
* MAINT: Allow `ndarray.var/std` to accept floats for `ddof`Bas van Beek2022-02-171-4/+4
* MAINT: Allow only a single axis in `ndarray.argmin/-max`Bas van Beek2022-02-171-4/+4
* Merge pull request #20918 from janusheide/add-missing-where-typehintsBas van Beek2022-01-281-0/+24
|\
| * added where typehints to __init__.pyiJanus Heide2022-01-281-0/+24
* | MAINT: Add annotations for `flatiter.__setitem__`Bas van Beek2022-01-271-0/+9
* | MAINT: Allow `flatiter.__getitem__` to accept 1-tuplesBas van Beek2022-01-271-2/+3
|/
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-6/+1
* DOC: Add a note regarding a potential future mypy plugin for dealing with lit...Bas van Beek2022-01-191-0/+2
* MAINT: Relax the return-type of `np.vectorize`Bas van Beek2022-01-191-1/+1
* TYP: Fix pyright being unable to infer the `real` and `imag` output typeBas van Beek2022-01-151-2/+2
* MAINT: correct typing for ndarray.__array_finalize__Marten van Kerkwijk2022-01-091-1/+1