summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-041-12/+0
|\ \
| * | MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-12/+0
* | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-11/+0
|/ /
* | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-1/+0
|/
* Fixed language styleErfan Nariman | Veneficus2020-06-231-3/+3
* 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-171-1/+2
|\ \
| * | MAINT: make typing module available at runtimeJosh Wilson2020-06-091-1/+2
| |/
* | DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-121-12/+16
|/
* 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: dir(numpy) returned duplicate "testing" (gh-15425)SanthoshBala182020-01-271-0/+6
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-3/+0
* Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co...Eric Wieser2020-01-061-3/+0
|\
| * MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-1/+0
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+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
* 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