summaryrefslogtreecommitdiff
path: root/numpy/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Add `numpy.typing.mypy_plugin` to the list of public modulesBas van Beek2020-12-221-0/+1
* DOC: Doc for deprecate_with_doc (#17852)kumudlakara2020-12-171-1/+1
* DOC: Warn when reloading numpy or using numpy in sub-interpreterSebastian Berg2020-12-151-5/+9
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-1/+1
* ENH: add support for fujitsu compiler to numpy. (#17792)Tomoki, Karatsu2020-12-031-0/+1
* Merge pull request #17122 from charris/cleanup-f2py-versioningRalf Gommers2020-11-281-2/+2
|\
| * MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-2/+2
* | Change string to f-stringJakob2020-10-231-1/+1
* | Merge pull request #17344 from danbeibei/masterCharles Harris2020-10-091-0/+1
|\ \
| * | ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-09-221-0/+1
* | | MAINT: Move typing testsCharles Harris2020-09-0739-1954/+0
* | | Merge branch 'master' into ndarray-methodsCharles Harris2020-09-078-7/+107
|\ \ \
| * \ \ Merge pull request #17144 from BvB93/function-base-coreCharles Harris2020-09-073-0/+41
| |\ \ \
| | * | | ENH: Change the `axis` type to `SupportsIndex`Bas van Beek2020-08-231-1/+5
| | * | | MAINT: The returned step size can be complexBas van Beek2020-08-232-1/+2
| | * | | TST: Add tests for the `np.core.function_base` stubsBas van Beek2020-08-233-0/+36
| | | |/ | | |/|
| * | | Merge pull request #17214 from BvB93/genericCharles Harris2020-09-073-7/+43
| |\ \ \
| | * | | TST: Don't run typing tests on lines that are commented outBas van Beek2020-09-012-3/+3
| | * | | MAINT: Only allow `SupportsIndex` for python >= 3.8Bas van Beek2020-09-011-3/+7
| | * | | ENH: Add an alias for `Union[str, bytes]`; updated two `np.generic` constructorsBas van Beek2020-09-011-0/+2
| | * | | TST: Add tests for the new `generic` constructorsBas van Beek2020-09-011-3/+28
| | * | | MAINT: Make `datetime64` a `generic` subclass (again)Bas van Beek2020-09-011-3/+8
| * | | | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-072-0/+23
| |\ \ \ \
| | * | | | TST: Remove `compat` and `core` from the testsBas van Beek2020-08-201-2/+0
| | * | | | ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-192-2/+5
| | * | | | REV: Removed one last builtin moduleBas van Beek2020-08-191-1/+0
| | * | | | REV: Removed two more (accidently included) builtin modulesBas van Beek2020-08-191-2/+0
| | * | | | REV: Removed the (accidently included) builtin `sys` moduleBas van Beek2020-08-191-1/+0
| | * | | | ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+26
| | | |/ / | | |/| |
* | | | | TST: Fixed a testBas van Beek2020-09-071-1/+1
|/ / / /
* | | | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-041-12/+0
|\ \ \ \
| * | | | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-12/+0
| | |/ / | |/| |
* | | | BUG: Avoid using ``np.random`` in typing tests.Charles Harris2020-09-031-1/+1
* | | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-11/+0
* | | | ENH: Added missing methods to `np.flatiter` (#17180)Bas van Beek2020-09-023-0/+53
|/ / /
* | | ENH: typing: Make `np.complexfloating` generic w.r.t. `np.floating` (#17172)Bas van Beek2020-09-011-0/+3
* | | TST: Add more `Literal`-related testsBas van Beek2020-08-291-0/+43
* | | ENH: Add annotations to the last 8 functions in numpy.core.fromnumeric (#16729)Bas van Beek2020-08-243-0/+176
|/ /
* | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-1/+0
* | MAINT: Implemented two dtype-related TODO's (#16622)Bas van Beek2020-07-303-2/+47
* | MAINT: Added the `order` parameter to `np.array()` (#16966)Bas van Beek2020-07-292-0/+10
|/
* Allow `None` to be passed to certain `generic` subclassesBas van Beek2020-06-251-0/+6
* Fixed language styleErfan Nariman | Veneficus2020-06-231-3/+3
* ENH: Added annotations to 8 functions from np.core.fromnumeric (#16647)Bas van Beek2020-06-223-0/+174
* ENH: add annotation for abs (#16618)Yuya Unno2020-06-212-0/+4
* TST: add a static typing test for memoryviews as ArrayLikesLevi Stovall2020-06-201-1/+2
* Merge pull request #13516 from seiko2plus/core_improve_infa_buildMatti Picus2020-06-171-0/+1
|\
| * ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-151-0/+1
* | Merge pull request #16558 from person142/typing-runtimeMatti Picus2020-06-173-16/+5
|\ \
| * | MAINT: make typing module available at runtimeJosh Wilson2020-06-093-16/+5