summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18236 from BvB93/dtype-likeRalf Gommers2021-01-293-10/+180
|\
| * MAINT: typo fix: `_UInt8Codes` -> `_Int8Codes`Bas van Beek2021-01-291-1/+1
| * ENH: Added aliases for commonly used dtype-like objectsBas van Beek2021-01-262-4/+165
| * MAINT: Ensure that the `_SupportsDType` protocol can only take dtypes; not ar...Bas van Beek2021-01-262-7/+16
* | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-273-6/+4
* | TST: Add module-based tests to the `pass` testsBas van Beek2021-01-251-0/+23
* | ENH: Add annotations for certain module-level dundersBas van Beek2021-01-251-0/+8
|/
* TST: Fix two failing typing testsdependabot/pip/mypy-0.800Bas van Beek2021-01-251-2/+2
* Merge pull request #18204 from BvB93/tst_mypyCharles Harris2021-01-242-44/+46
|\
| * MAINT: Do not split at the first `:` character if the path contains a windows...Bas van Beek2021-01-221-2/+10
| * TST: Enable the `show_absolute_path` option in mypy.iniBas van Beek2021-01-222-4/+2
| * TST: Alias `OUTPUT_MYPY` so that it appears in the local namespaceBas van Beek2021-01-221-6/+13
| * MAINT: Manually assign the full path rather than using `os.path.abspath`Bas van Beek2021-01-221-1/+2
| * TST: Run mypy once and cache the resultsBas van Beek2021-01-211-45/+33
* | ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-216-65/+175
|/
* DOC: Added a missing `Union` importBas van Beek2021-01-191-1/+1
* TST: Added a tests for `number` invariancyBas van Beek2021-01-191-0/+6
* MAINT: Adjusted the return-type of `number` ops to `Any`Bas van Beek2021-01-191-1/+1
* DOC,TST: Update the `NBitBase` exampleBas van Beek2021-01-192-4/+7
* MAINT: Changed the `NBitBase` variancy in `number` from co- to invariantBas van Beek2021-01-191-63/+63
* Merge pull request #18191 from pmav99/panos/fix_18190Charles Harris2021-01-191-2/+2
|\
| * STY: Use explicit reexports for numpy.typing objectspmav992021-01-191-2/+2
* | MAINT: Simplify a unionBas van Beek2021-01-181-12/+12
* | MAINT: Renamed `_ArrayLike<X>` to `_ArrayLike<X>_co`Bas van Beek2021-01-182-23/+23
* | MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-182-24/+24
|/
* TST: Clear the mypy cache before running any typing testsBas van Beek2021-01-151-0/+10
* DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-061-1/+1
* TST: Use type-aliases for describing `np.number` subclassesBas van Beek2020-12-238-434/+432
* TST: Allow mypy output types to be specified via aliasesBas van Beek2020-12-231-3/+79
* Merge pull request #17843 from BvB93/precision-pluginRalf Gommers2020-12-2214-76/+487
|\
| * Update mypy_plugin.pyBas van Beek2020-12-221-1/+1
| * DOC: Add a comment about truncating and sub-string matchingBas van Beek2020-12-221-0/+3
| * ENH: Add unit support to the `datetime64`/`timedelta64` character codesBas van Beek2020-12-221-6/+66
| * MAINT: Import `mypy` via a try/except approachBas van Beek2020-12-221-15/+23
| * MAINT,TST: Fixed a failure due platform-dependent precisionsBas van Beek2020-12-221-4/+4
| * TST: Add `numpy.typing.mypy_plugin` to the list of public modulesBas van Beek2020-12-221-0/+2
| * DOC: Add a docstring to the mypy plugin entry-pointBas van Beek2020-12-221-0/+1
| * DOC,STY: Fixed a few typos and the likesBas van Beek2020-12-221-5/+5
| * ENH: Take the precision of `np.int_` into account arithmetic operationsBas van Beek2020-12-224-48/+50
| * ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-222-18/+18
| * ENH: Centralize all `DTypeLike` string aliases in `numpy.typing`Bas van Beek2020-12-222-0/+156
| * ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-226-1/+180
* | MAINT: Add aliases for commonly used `ArrayLike` objectsBas van Beek2020-12-212-7/+96
|/
* TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-193-0/+69
* Merge pull request #17981 from BvB93/flatiterCharles Harris2020-12-115-23/+33
|\
| * STY: Fixed a typo: `ofthe` -> `of the`Bas van Beek2020-12-111-1/+1
| * TST: Updated the `__array__` typing testsBas van Beek2020-12-112-6/+6
| * TST: Updated the `np.flatiter` typing testsBas van Beek2020-12-112-9/+14
| * ENH: Add dtype-support for the `__array__` protocolBas van Beek2020-12-111-8/+13
* | Merge pull request #17968 from BvB93/dtype-typevarCharles Harris2020-12-112-0/+16
|\ \ | |/ |/|