summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update setup.py for Python 3.11.Charles Harris2022-08-181-1/+2
* MAINT: Update to Cython 0.29.30.Mariusz Felisiak2022-05-191-1/+1
* MAINT: Update to Cython 0.29.29.Mariusz Felisiak2022-05-161-2/+2
* MAINT: Translate ieee754.c.src to C++ using templates. (#21367)serge-sans-paille2022-04-291-1/+2
* MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-2/+27
* MAINT: be more tolerant of setuptools>=60Andrew J. Hesford2022-02-011-3/+10
* Merge pull request #20745 from bwoodsend/pyinstaller-hookCharles Harris2022-01-231-0/+1
|\
| * ENH: add hook and test for PyInstaller.bwoodsend2022-01-201-0/+1
* | MAINT: Fix inconsistent PyPI casingNihaal Sangha2022-01-201-3/+3
|/
* MAINT: Raise RuntimeError if setuptools version is too recent.Charles Harris2022-01-061-0/+4
* DOC: add hypothesis test depedency in README and PyPI long-descriptionRalf Gommers2021-12-281-0/+5
* MAINT: Fix python version check in setup.py to require Python 3.8Sebastian Berg2021-11-071-2/+1
* Entry point for Array API implementationMatthew Barber2021-11-041-1/+2
* More informative error for unparsable versionMatthew Brett2021-10-231-1/+4
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-3/+2
* BLD: Bump the warning for potentially unsupported Python versionsBas van Beek2021-10-051-1/+1
* MAINT: Drop Python 3.7 from setup.pyCharles Harris2021-08-161-3/+4
* BUG: Fix setup.py to work in maintenance branches.Charles Harris2021-05-251-2/+9
* ENH: Removed useless declarations in `bad_commands` Giulio Procopio2021-03-181-6/+0
* BLD: fix issue with `bdist_egg`, which made `make dist` in doc/ failRalf Gommers2021-01-271-1/+2
* Merge pull request #18042 from charris/testingCharles Harris2020-12-271-10/+6
|\
| * MAINT: Add dist_info to valid setup.py commands.Charles Harris2020-12-271-10/+6
* | BLD: ensure we give the right error message for old Python versionsRalf Gommers2020-12-221-5/+10
|/
* BUG: Replace f-string in root setup.pyCharles Harris2020-12-121-4/+4
* BUG: Make sdist use distutils.Charles Harris2020-12-101-5/+8
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-123/+49
* MAINT: Remove remaining uses of Python 3.6.Charles Harris2020-12-021-4/+3
* ENH: Timestamp development versions.Charles Harris2020-11-301-1/+4
* MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-271-1/+1
* ENH: adds type hints to numpy.version (gh-17711)Douglas Fenstermacher2020-11-051-5/+5
* fix small typos.Qiyu82020-11-031-1/+1
* Fully qualify license trove classifierjohnthagen2020-10-221-1/+1
* Merge pull request #17444 from BvB93/typedMatti Picus2020-10-041-0/+1
|\
| * ENH: Add `Typing :: Typed` to the PyPi classifierBas van Beek2020-10-041-0/+1
* | Add 3.10 classifierHugo van Kemenade2020-10-041-0/+1
* | Update commentHugo van Kemenade2020-10-041-1/+1
* | Already compatible with 3.10Hugo van Kemenade2020-10-041-1/+1
* | Clarify warning, it might work before official supportHugo van Kemenade2020-10-041-1/+1
* | Add comment to remind to keep consistent with classifiersHugo van Kemenade2020-10-041-0/+1
* | MAINT: Fix Flake8Hugo van Kemenade2020-10-041-27/+25
* | ENH: Warn on unsupported Python 3.9+Hugo van Kemenade2020-10-041-1/+8
|/
* Merge pull request #16619 from mattip/c99-again2Charles Harris2020-08-271-12/+18
|\
| * MAINT: refactoring from reviewmattip2020-07-281-16/+17
| * MAINT: fixes from reviewmattip2020-07-281-4/+4
| * BUG: fixes failures (from review)mattip2020-06-171-3/+4
| * BLD: use '-dumpversion' to get gcc versionmattip2020-06-161-15/+7
| * BLD: check if std=c99 is really requiredmattip2020-06-161-7/+19
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-1/+1
* | Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-4/+0
* | MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-0/+4