summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-05MAINT: Update pavement.py and setup.py for numpy 1.13.0.Charles Harris1-1/+2
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-4/+4
2016-09-03Merge pull request #7956 from rgommers/numpysetupCharles Harris1-0/+5
2016-09-03BLD: remove __NUMPY_SETUP__ from builtins at end of setup.pyRalf Gommers1-0/+5
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg1-1/+1
2016-05-04MAINT: Cleanp of random stuffJoseph Fox-Rabinovitz1-1/+1
2016-04-09MAINT: Update setup.py to reflect supported python versions.Charles Harris1-5/+2
2016-04-07Fixed iteration over additional bad commandsLuca Mussi1-1/+1
2016-03-07DOC: note about wheels / windows wheels for pypiMatthew Brett1-0/+7
2016-01-27BLD/BUG: revert usage of setuptools when building an sdist.Ralf Gommers1-1/+1
2016-01-19REL: Update master branch after 1.12.x branch has been made.Charles Harris1-1/+1
2016-01-16DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers1-2/+2
2016-01-16DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers1-0/+2
2016-01-16BLD: finish handling of setuptools commands.Ralf Gommers1-26/+89
2016-01-16BLD: disable (half-)broken setuptools commands and give clear error messages.Ralf Gommers1-2/+64
2016-01-16BLD: require setuptools for Numpy builds. Closes gh-6551.Ralf Gommers1-20/+16
2015-12-17BLD: use setuptools for bdist_egg distributionsEugene Krokhalev1-2/+2
2015-10-21Merge pull request #6526 from dsanders11/patch-1Charles Harris1-1/+1
2015-10-20Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris1-1/+0
2015-10-19Fix use of __doc__ in setup.py for -OO modeDavid Sanders1-1/+1
2015-10-10BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor1-2/+6
2015-08-05DOC: Add Trove classifiers for supported Python versionsAlex Willmer1-0/+8
2015-08-03MAINT: Init master branch for 1.11.0 development.Charles Harris1-1/+1
2015-02-27BLD: Add mingw-w64 support for the mingw64static option.carlkl1-0/+1
2015-02-10Change to fully PEP440 compliant dev version numbers (always .dev0)Åsmund Hjulstad1-1/+1
2014-12-23BLD: for PEP 440 compliance, change development version name format from e.g....alex1-1/+1
2014-07-06Merge pull request #4671 from charris/prepare-1.10-develCharles Harris1-1/+1
2014-05-06MAINT: start 1.10-devel.Charles Harris1-1/+1
2014-05-03BUG: cythonize sources for wheel buildMatthew Brett1-5/+3
2014-04-05BLD: remove cython c source from gitJulian Taylor1-0/+14
2014-01-29BLD: check submodules on sdistJulian Taylor1-0/+29
2013-12-07MAINT: setup.py improvements - allow some setuptools commands to work.Ralf Gommers1-42/+60
2013-08-18REL: Update minor version number to 9.Charles Harris1-1/+1
2013-07-11MAINT: Remove outdated version checks.Charles Harris1-0/+3
2013-04-212to3: Stop using 2to3 and remove the tools/py3tool.py file.Charles Harris1-28/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-04-022to3: Apply `imports` fixer.Charles Harris1-3/+3
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-02-282to3: Apply `filter` fixes. Closes #3053.Charles Harris1-1/+1
2012-12-30move to www.numpy.orgSandro Tosi1-1/+1
2012-11-14PKG: Fix minor typo in setup.py.Stefan van der Walt1-1/+1
2012-11-05BUG: fix download link in setup.py (which is shown on PyPi).Ralf Gommers1-3/+3
2012-06-21Change version number on master to 1.8Travis E. Oliphant1-1/+1
2012-02-23Change version number to 1.7.0Travis E. Oliphant1-2/+2
2011-08-13BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers1-0/+13
2011-04-20BLD: raise a clearer warning in case of building without cleaning up first.Ralf Gommers1-1/+6
2011-04-02BLD: do not install swig/cython/pyrex files. See #1791.Ralf Gommers1-6/+0
2011-03-27BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers1-13/+14
2011-03-23BUG: version string construction was not working with released=TrueRalf Gommers1-8/+8
2011-03-16REL: 1.6.x branch created, master open for development of Numpy 2.0Ralf Gommers1-2/+2