summaryrefslogtreecommitdiff
path: root/numpy/testing/__init__.pyi
Commit message (Collapse)AuthorAgeFilesLines
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-5/+3
|
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
|
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
|
* TST: Pyston has no recursion limit and the refcount of "immortal" objects is ↵slepton2021-07-071-0/+1
| | | | set to ~infinity
* ENH: Add annotations for `np.testing`Bas van Beek2021-06-061-1/+4
|
* MAINT: Remove two private functions from `__all__`Bas van Beek2021-06-061-2/+0
|
* MAINT: Move the `np.testing` annotations to `np.testing._private.utils`Bas van Beek2021-06-061-102/+41
|
* MAINT: Add placeholder annotations for two missing `np.testing` objectsBas van Beek2021-05-051-0/+6
| | | | Adds placeholders for two `np.testing` objects previously missed in https://github.com/numpy/numpy/pull/18842.
* ENH: Add improved placeholder annotations for `np.testing`Bas van Beek2021-04-231-43/+104
|
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
|
* ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+42
|
* ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4