| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22786 from asmeurer/linalg-namedtuplesHEADmain | Charles Harris | 2023-05-17 | 1 | -15/+15 |
|\ |
|
| * | TYP: Update type annotations for the new linalg named tuples | Bas van Beek | 2023-05-17 | 1 | -15/+15 |
* | | TYP: Relax the `genfromtxt` return dtype when the dtype is unspecified | Bas van Beek | 2023-05-16 | 1 | -5/+5 |
* | | Merge branch 'main' into deprecate-find-common-type | Charles Harris | 2023-05-13 | 16 | -231/+24 |
|\ \ |
|
| * | | TYP: Re-export the `np.dtypes` namespace | Bas van Beek | 2023-05-08 | 1 | -0/+1 |
| * | | TYP: Add the `np.exceptions` namespace and add `DTypePromotionError` | Bas van Beek | 2023-05-08 | 1 | -0/+1 |
| * | | TYP: Let `np.einsum` accept `object` dtypes | Bas van Beek | 2023-05-08 | 2 | -4/+4 |
| * | | Merge pull request #22493 from mwtoews/maint-open | Sebastian Berg | 2023-04-28 | 1 | -1/+1 |
| |\ \ |
|
| | * | | MAINT: remove redundant open() modes and io.open() alias | Mike Taves | 2022-10-29 | 1 | -1/+1 |
| * | | | BUG: Use output when given on numpy.dot C-API branch (#23459) | Pedro Lameiras | 2023-03-28 | 1 | -1/+1 |
| * | | | MAINT: cleanup unused Python3.8-only code and references | Clément Robert | 2023-03-14 | 2 | -9/+3 |
| * | | | MAINT, DOC: string_ → bytes_ and unicode_ → str_ | Dimitri Papadopoulos | 2023-02-10 | 3 | -5/+5 |
| * | | | MAINT: Remove `npt._GenericAlias` in favor of py39 `types.GenericAlias` | BvB93 | 2023-02-02 | 1 | -188/+0 |
| * | | | MAINT: Remove all nose testing support. | Charles Harris | 2023-01-19 | 1 | -2/+0 |
| | |/
| |/| |
|
| * | | Merge pull request #22316 from seberg/void-strctured-new | Sebastian Berg | 2022-11-21 | 2 | -2/+5 |
| |\ \ |
|
| | * | | ENH: Allow creating structured void scalars by passing dtype | Sebastian Berg | 2022-09-21 | 2 | -2/+5 |
| * | | | TYP: Remove newly deprecated scalar type aliases | Sebastian Berg | 2022-11-17 | 2 | -15/+0 |
| * | | | TYP,DEP: Remove `msort` annotations | BvB93 | 2022-11-14 | 1 | -4/+0 |
| * | | | TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack` | BvB93 | 2022-11-14 | 1 | -0/+3 |
| | |/
| |/| |
|
* | | | DEP,TYP: Remove `find_common_type` typing stubs and tests | Sebastian Berg | 2022-11-07 | 3 | -9/+0 |
|/ / |
|
* | | TST: Avoid possible warning from unnecessary cast with uninitialized values | Sebastian Berg | 2022-10-12 | 1 | -1/+1 |
* | | Merge pull request #22360 from BvB93/mypy | Matti Picus | 2022-10-02 | 3 | -4/+2 |
|\ \ |
|
| * | | TST,TYP: Bump mypy to 0.981 | BvB93 | 2022-09-30 | 3 | -4/+2 |
| |/ |
|
* | | Merge pull request #22358 from BvB93/index | Matti Picus | 2022-10-02 | 1 | -2/+2 |
|\ \ |
|
| * | | ENH,TYP: Add special casing for `ndarray`-based indexing | BvB93 | 2022-09-30 | 1 | -2/+2 |
| |/ |
|
* | | TYP,ENH: Mark `numpy.typing` protocols as runtime checkable | BvB93 | 2022-09-30 | 1 | -1/+32 |
|/ |
|
* | TYP: Import into random module | Kevin Sheppard | 2022-08-11 | 1 | -2/+2 |
* | MAINT: Update typing information | Kevin Sheppard | 2022-08-11 | 2 | -0/+6 |
* | Merge pull request #21984 from BvB93/comparison | Matti Picus | 2022-07-17 | 1 | -0/+9 |
|\ |
|
| * | MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons | Bas van Beek | 2022-07-14 | 1 | -0/+9 |
* | | Merge pull request #21983 from BvB93/einsum | Matti Picus | 2022-07-14 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes | Bas van Beek | 2022-07-14 | 1 | -0/+3 |
* | | MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` att... | Bas van Beek | 2022-07-14 | 1 | -1/+4 |
|/ |
|
* | MAINT, TYP: Fix `np.angle` dtype-overloads | Bas van Beek | 2022-07-12 | 1 | -3/+4 |
* | DOC: Fix link to PEP-484 | Sebastian Berg | 2022-06-30 | 1 | -1/+1 |
* | Linking PEP-484, as suggested | ssanya942 | 2022-06-30 | 1 | -1/+1 |
* | ENH: issue overflow warning when using `abs` on `np.int8(-128)` (#21648) | Meekail Zain | 2022-06-13 | 1 | -2/+4 |
* | TYP: Remove `normed=` from typing stubs | Sebastian Berg | 2022-06-02 | 1 | -1/+0 |
* | Merge pull request #21605 from BvB93/alias | Matti Picus | 2022-05-27 | 1 | -3/+40 |
|\ |
|
| * | TST: Remove the `__reduce__` tests | Bas van Beek | 2022-05-26 | 1 | -2/+0 |
| * | TST: Add `npt._GenericAlias` tests for (backported) Python 3.11 features | Bas van Beek | 2022-05-26 | 1 | -3/+42 |
* | | TYP: Allow unsigned integer inplace-ops to accept signed integers | Bas van Beek | 2022-05-25 | 1 | -0/+4 |
|/ |
|
* | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 2 | -7/+5 |
* | DOC: Add a note about `npt._GenericAlias` >=3.11 stability | Bas van Beek | 2022-05-20 | 1 | -0/+4 |
* | TST,TYP: Fix a python 3.11 failure for the `GenericAlias` tests | Bas van Beek | 2022-05-20 | 1 | -2/+2 |
* | TYP: Add basic `np.number` overloads for ndarray dunders | Bas van Beek | 2022-05-14 | 1 | -1/+4 |
* | TYP: Let `ndarray` fancy indexing always return an `ndarray` | Bas van Beek | 2022-04-15 | 1 | -0/+2 |
* | DOC: Fix an `automodule` path | Bas van Beek | 2022-03-18 | 1 | -1/+1 |
* | MAINT: Explicitly re-export the types in `numpy._typing` | Bas van Beek | 2022-03-18 | 1 | -0/+1 |
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 26 | -2050/+56 |