summaryrefslogtreecommitdiff
path: root/numpy/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #14882 from eric-wieser/6103-alias-__getattr__-deprecationSebastian Berg2020-06-161-12/+16
|\ \ \
| * | | DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-121-12/+16
| |/ /
* | | MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-142-0/+18
| |/ |/|
* | MAINT: fix name of first parameter to dtype constructor in type stubsJosh Wilson2020-06-101-0/+3
* | MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-101-10/+0
|/
* MAINT: avoid more division by zero in typing test causing aarch64 to failJosh Wilson2020-06-071-5/+6
* MAINT: avoid divide by zero in typing test causing aarch64 tests to failJosh Wilson2020-06-071-1/+1
* MAINT: modify mypy error line parsing to work on windowsJosh Wilson2020-06-071-2/+14
* MAINT: move typing tests cases into a subdirectory of numpy/testsJosh Wilson2020-06-0728-6/+6
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-0628-0/+1327
* BUG: Allow attaching documentation twice in add_docstringSebastian Berg2020-05-191-0/+26
* DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-1/+1
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-0/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-063-4/+1
* MAINT: dir(numpy) returned duplicate "testing" (gh-15425)SanthoshBala182020-01-271-0/+6
* Merge pull request #15381 from sethtroisi/matlib_namespaceMatti Picus2020-01-271-8/+0
|\
| * DEP: deprecate importing numpy/matrixlib.pySeth Troisi2020-01-231-8/+0
* | MAINT: Replace basestring with str.Charles Harris2020-01-231-1/+0
|/
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-1/+1
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-153-63/+56
* Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-067-20/+5
|\
| * MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-5/+5
| * MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-1/+0
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-037-14/+0
* | MAINT: Delete numpy.distutils.compatEric Wieser2020-01-061-1/+0
|/
* MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-191-1/+0
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-1/+2
* API: move bit_generator and generator to be privatemattip2019-10-111-2/+0
* API: make BitGenerators privatemattip2019-10-111-4/+0
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-2/+0
* MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-221-1/+0
* DOC: clean up numpy.lib docstring, remove numpy/lib/info.pyRalf Gommers2019-09-221-1/+0
* DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-221-1/+0
* MAINT: remove stray numpy/random/info.py fileRalf Gommers2019-09-221-1/+0
* DOC: add a numpy.distutils module docstring, remove info.py fileRalf Gommers2019-09-221-1/+0
* DOC: remove numpy/core/info.py and incomplete docstring for core.Ralf Gommers2019-09-221-1/+0
* DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-211-3/+0
* TST: add test to check that (semi-)public API modules can be importedRalf Gommers2019-09-191-17/+68
* TST: remove random.entropy from public API test, it was removed in gh-14498Ralf Gommers2019-09-191-1/+0
* TST: make xfailed test for modules in public API pass.Ralf Gommers2019-09-191-3/+35
* TST: add comment on public/semi-private modules.Ralf Gommers2019-09-191-21/+31
* MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`Ralf Gommers2019-09-191-5/+6
* TST: add details to the public modules test about how to check public-nessRalf Gommers2019-09-191-0/+15