summaryrefslogtreecommitdiff
path: root/numpy/setup.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: make `_utils` a full moduleSebastian Berg2022-11-251-0/+1
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-0/+1
* ENH: add hook and test for PyInstaller.bwoodsend2022-01-201-0/+1
* Rename numpy._array_api to numpy.array_apiAaron Meurer2021-08-041-1/+1
* Make the _array_api submodule install correctlyAaron Meurer2021-07-151-0/+1
* MAINT: make typing module available at runtimeJosh Wilson2020-06-091-0/+1
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-061-0/+2
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove references to Bento.Charles Harris2015-08-291-1/+0
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-1/+0
* MAINT: List subpackages alphabetically in numpy.setup.configuration()Alex Willmer2015-08-041-6/+6
* BLD: fix tests under Tox, include numpy.build_utils in the distributionAlex Willmer2015-08-041-0/+3
* DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-231-2/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Fix print statements in numpy.distutils.environmentDavid Cournapeau2009-12-031-1/+1
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+1
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-0/+1
* Rename matrx to matrixlib.David Cournapeau2009-09-181-1/+1
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+1
* Remove doc/reference from setup.Stefan van der Walt2008-08-241-1/+0
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-091-0/+2
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+1
* numpy/setup.py shouldn't be run as a scriptcookedm2007-05-281-8/+1
* Remove dft from build.Travis Oliphant2006-09-201-1/+0
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-0/+1
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+1
* Fix-up C-API support for numarrayTravis Oliphant2006-06-201-1/+1
* Adding numarray C-APITravis Oliphant2006-06-201-0/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-0/+1
* Remove cwd from sys.path when running numpy/setup.py script.Pearu Peterson2006-04-201-1/+2
* Fix version machinery and pkg information requests.Pearu Peterson2006-04-041-4/+2
* Removed pkgload from numpy - all imports can be done explicitly.Pearu Peterson2006-01-051-1/+1
* Change most setup.py filesTravis Oliphant2006-01-041-7/+8
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+26