summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Kill unused fileRohit Goswami2022-05-051-1/+0
* Merge pull request #20416 from ARCCA/armcompilerMatti Picus2021-12-241-0/+2
|\
| * Update test_public_api.pyThomas Green2021-12-021-0/+2
* | ENH: Generate the docstrings of umath into a separated C headerSayed Adel2021-12-121-0/+1
|/
* ENH: Add the linalg extension to the array_api submodule (#19980)Aaron Meurer2021-11-141-0/+1
* xfail `test_array_api_entry_point` on python-dbgMatthew2021-11-041-0/+9
* Use ep.load() instead of import_module() to get xpMatthew Barber2021-11-041-1/+1
* Clearer test logicMatthew Barber2021-11-041-6/+13
* Make test compatible with Python >=3.10Matthew Barber2021-11-041-5/+11
* Test array_api entry point exists and points to numpy.array_apiMatthew Barber2021-11-041-0/+16
* DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-1/+0
* Add new module numpy.f2py.symbolicPearu Peterson2021-09-011-0/+1
* Merge pull request #18585 from data-apis/array-apiCharles Harris2021-08-231-0/+1
|\
| * Make sure array_api is included in the public API testsAaron Meurer2021-08-121-0/+1
* | MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-16/+2
* | Rm numpy.lib.npyio.mafromtxt.Ross Barnowski2021-08-051-1/+0
* | Rm numpy.lib.npyio.ndfromtxt.Ross Barnowski2021-08-051-1/+0
|/
* API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` listBas van Beek2021-03-161-1/+1
* API: Formally classify `np.lib.stride_tricks` as part of the public APIBas van Beek2021-03-151-1/+1
* 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
* ENH: add support for fujitsu compiler to numpy. (#17792)Tomoki, Karatsu2020-12-031-0/+1
* 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