summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.19.2 release.v1.19.2Charles Harris2020-09-091-1/+1
* ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-1/+1
* REL: prepare 1.19.x for further developmentCharles Harris2020-07-211-2/+2
* REL: NumPy 1.19.1 release.v1.19.1Charles Harris2020-07-211-2/+2
* Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-151-4/+0
* MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-0/+4
* REL: Fix outdated docs linkEric Wieser2020-06-211-1/+11
* REL: prepare 1.19.x for further developmentCharles Harris2020-06-201-2/+2
* REL: NumPy 1.14.5 release.v1.19.0Charles Harris2020-06-201-1/+1
* REL: prepare 1.19.x for further developmentCharles Harris2020-05-311-2/+2
* REL: NumPy 1.19.0rc2 release.v1.19.0rc2Charles Harris2020-05-311-2/+2
* MAINT: Remove f-strings in setup.py. (gh-16346)Wojciech Rzadkowski2020-05-231-2/+2
* BUG: Require Python >= 3.6 in setup.pyCharles Harris2020-05-191-2/+2
* REL: prepare 1.19.x for further developmentCharles Harris2020-05-181-2/+2
* REL: NumPy 1.19.0rc1 release.v1.19.0rc1Charles Harris2020-05-181-2/+2
* BUG: add missing numpy/__init__.pxd to the wheelmattip2020-05-051-0/+1
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+3
* Updated setup.py with f-stringsXavier Thomas2020-01-241-2/+3
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: --std=c99 works, but -std=c99 is bettermattip2020-01-051-4/+4
* MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-051-2/+40
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* REL: Update master after 1.18.x branch.Charles Harris2019-12-031-4/+3
* Update CLASSIFIERS with python 3.8 supportGrzegorz Bokota2019-10-241-0/+1
* MAINT: Add assert that git version is available. (#14548)Seth Troisi2019-09-231-0/+4
* BUG: importing build_src breaks setuptools monkeypatch for msvc14mattip2019-09-211-2/+0
* DOC, BUILD: make build_src more discoverablemattip2019-09-201-2/+5
* BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-2/+2
* DOC: Document project as Python 3 only with a trove classifierJon Dufresne2019-08-261-0/+1
* ENH: add pyproject.tomlmattip2019-07-171-1/+1
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-2/+2
* MAINT: Prepare master for 1.18.0 development.Charles Harris2019-06-301-1/+1
* MAINT: remove pre-randomgen _mtrandmattip2019-05-231-1/+1
* BENCH: convert bencmarks to asv formatmattip2019-05-201-2/+2
* BUILD: move files out of _randomgenmattip2019-05-201-6/+7
* MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txtRalf Gommers2019-05-071-3/+3
* BLD: prune LICENSE_bundled.txt in MANIFEST.inRalf Gommers2019-05-061-5/+0
* LICENSE: split license file in standard BSD 3-clause and bundled.Ralf Gommers2019-05-041-1/+34
* BUG: missing git raises an OSErrormattip2019-05-011-1/+1
* BUILD, BUG: fix from review, fix bug in git_versionmattip2019-04-251-2/+2
* Add project_urls to setupJarrod Millman2019-04-111-0/+5
* BLD: Fix minimum Python version in setup.py (#12616)Juan Luis Cano Rodríguez2018-12-261-3/+1
* MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-10/+6
* Merge pull request #11802 from charris/f2py-console-scriptCharles Harris2018-08-281-0/+15
|\
| * ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-0/+15
* | DOC: edit setup.py docstring that is displayed on PyPI.Ralf Gommers2018-08-241-15/+12
|/
* BUG: Revert use of `console_scripts`.Charles Harris2018-08-111-7/+0
* MAINT: add PyPI classifier for Python 3.7Ralf Gommers2018-06-271-0/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2