summaryrefslogtreecommitdiff
path: root/numpy/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* TST: add `core/generate_numpy_api.py` to private-but-present modulesRalf Gommers2019-09-191-0/+1
* TST: add test to prevent new public-looking modules being addedRalf Gommers2019-09-191-1/+288
* MAINT: Lazy import testing on python >=3.7 (#14097)Mark Harfouche2019-08-221-0/+23
* MAINT: Fix errors seen on new python 3.8Sebastian Berg2019-05-211-1/+1
* DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-271-1/+0
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-131-0/+92
* BUG,TST: Remove the misguided `run_command` that wraps subprocess in a broken...Eric Wieser2018-12-181-71/+16
* DEV: add test for 'python -mnumpy.f2py'mattip2018-12-181-0/+5
* BUG: fix segfault in ctypeslib with obj being collectedAnthony Sottile2018-12-161-0/+13
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-221-1/+13
* BUG/ENH: Fix use of ndpointer in return valuesEric Wieser2018-11-211-5/+70
* BUG: Fix inconsistent cache keying in ndpointerEric Wieser2018-11-191-3/+8
* MAINT: fix tests on Python 2Stephan Hoyer2018-11-141-0/+6
* MAINT: separate builtins and undocumented functionsStephan Hoyer2018-11-131-8/+12
* DOC: add a comment explaining why we use normal assertStephan Hoyer2018-11-131-0/+2
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+65
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-3/+5