summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19029 from BvB93/internalCharles Harris2021-05-202-0/+19
|\
| * DEP: Remove annotations for 4 deprecated methodsBas van Beek2021-05-182-5/+7
| * TST: Add typing tests for `np.core._internal._ctypes`Bas van Beek2021-05-181-0/+17
* | TST: Update the `ufunc` typing testsBas van Beek2021-05-203-3/+106
* | ENH: Improve the `np.ufunc` annotationsBas van Beek2021-05-202-3/+423
* | MAINT: Added a missing object to `npt.__all__`Bas van Beek2021-05-201-1/+1
* | BLD: Add `.pyi` data files to the `numpy.typing` sub-packageBas van Beek2021-05-201-0/+1
|/
* Merge pull request #18935 from BvB93/generic-aliasCharles Harris2021-05-176-10/+375
|\
| * TST: Fix a python >= 3.9 testBas van Beek2021-05-121-2/+4
| * MAINT: Removed an unused variableBas van Beek2021-05-121-1/+0
| * STY: Stay under the 79 characters limitBas van Beek2021-05-121-39/+36
| * MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-123-8/+3
| * ENH: Add docstrings and annotations to 2 misc private functionsBas van Beek2021-05-121-2/+18
| * API: Add a runtime-subscriptable alias for `ndarray`Bas van Beek2021-05-123-1/+47
| * TST: Add tests for `GenericAlias`Bas van Beek2021-05-121-0/+113
| * ENH: Added a (python-based) backport of `types.GenericAlias`Bas van Beek2021-05-122-0/+197
* | Merge pull request #19002 from BvB93/datasourceCharles Harris2021-05-174-0/+108
|\ \
| * | TST: Add typing tests for `np.broadcast` and `np.DataSource`Bas van Beek2021-05-134-0/+108
* | | TST: Add typing tests for the newly (re-)annotated `ndarray`/`generic` methodsBas van Beek2021-05-135-51/+168
|/ /
* | TST: Add typing tests for the `item`, `take`, `tolist` and `repeat` methodsBas van Beek2021-05-125-85/+127
|/
* TST: Fixed an incorrect error messageBas van Beek2021-05-111-1/+1
* TST: Add typing tests for `np.lib.NumpyVersion`Bas van Beek2021-05-113-0/+42
* TST: Add typing tests for `np.lib.utils`Bas van Beek2021-05-083-0/+69
* DOC: Add a segment to the `numpy.typing` docs about 0D arraysBas van Beek2021-04-301-0/+14
* MAINT: Remove the `np.typing._ArrayOrScalar` type-aliasBas van Beek2021-04-302-3/+0
* MAINT: Remove unsafe unions from `np.core.einsumfunc`Bas van Beek2021-04-301-8/+8
* MAINT: Remove unsafe unions from `np`Bas van Beek2021-04-304-243/+243
* MAINT: Remove unsafe unions from `np.typing._callable`Bas van Beek2021-04-301-5/+5
* MAINT: Remove unsafe unions from `np.lib.ufunclike`Bas van Beek2021-04-301-12/+12
* MAINT: Remove unsafe unions from `np.lib.index_tricks`Bas van Beek2021-04-302-10/+11
* MAINT: Remove unsafe unions from `np.core.numeric`Bas van Beek2021-04-301-5/+5
* MAINT: Remove unsafe unions from `np.core.function_base`Bas van Beek2021-04-301-1/+1
* MAINT: Remove unsafe unions from `np.core.fromnumeric`Bas van Beek2021-04-302-190/+176
* MAINT: import `emath` from `np.lib`Bas van Beek2021-04-261-1/+0
* TST: Update the `np.core.numerictypes` typing testsBas van Beek2021-04-202-0/+36
* TST: Fix a test failure for python 3.7Bas van Beek2021-04-151-2/+4
* STY: pep8 fixesBas van Beek2021-04-151-4/+9
* MAINT: Relax the integer-type-constraint of `npt._ShapeLike`Bas van Beek2021-04-142-1/+13
* API,DEP: Move ufunc signature parsing to the startSebastian Berg2021-04-081-1/+1
* Add test case for np.datetime64(dt.date(2000, 5, 3))Alexander Hunt2021-03-281-0/+1
* API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` listBas van Beek2021-03-162-2/+0
* MAINT: Re-export a number of sub-modulesBas van Beek2021-03-153-0/+31
* Merge pull request #18598 from BvB93/getitemRalf Gommers2021-03-132-0/+30
|\
| * MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names`Bas van Beek2021-03-112-0/+30
* | MAINT: Tighten the type-constraints of the `__array__` dtype parameterBas van Beek2021-03-125-12/+10
* | MAINT: Relax the signature of the `__array__` protocolBas van Beek2021-03-121-2/+3
* | TST: Add typing tests for `np.lib.arrayterator`Bas van Beek2021-03-123-0/+65
|/
* TST: Add typing tests for the inplace `ndarray` magic methodsBas van Beek2021-03-042-6/+116
* TST: Improve a number of mypy-related exception messagesBas van Beek2021-03-041-7/+21
* TST: Validate the mypy exit-codeBas van Beek2021-03-041-1/+2