summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-2/+2
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+2
* | BUG: Avoid uses -Werror during tests default C/C++ standardsSayed Adel2023-04-241-4/+1
* | BLD: add static to std_c_flags test program (see gh23538)Andrew Nelson2023-04-081-1/+1
* | ENH: Raise C++ standard to C++17Sayed Adel2023-04-041-23/+115
* | MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-2/+1
* | BUILD: error when building with python<3.9mattip2023-01-261-2/+2
* | Merge pull request #22687 from rgommers/fix-newer-setuptoolsMatti Picus2022-11-301-0/+3
|\ \
| * | STY: satisfy linterStefan van der Walt2022-11-291-1/+2
| * | BLD: add workaround in setup.py for newer setuptoolsRalf Gommers2022-11-291-0/+2
* | | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-3/+3
|/ /
* | removing docstringhannah2022-11-011-25/+5
* | REL: readme in pypy plus testhannah2022-10-301-1/+3
* | MAINT: Use SPDX license expression in project metadataFrazer McLean2022-10-281-1/+1
|/
* MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-2/+2
* DOC: fix code comment forward reference (#22401)Dimitri Papadopoulos Orfanos2022-10-071-1/+1
* MAINT: Update setup.py for Python 3.11.Charles Harris2022-08-171-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