summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-271-1/+0
* BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORTmattip2018-11-221-1/+13
* 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