Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.1
/
setup.py
tag
74426498afefe921b326233cc859f1e0b9dfb834
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Oct 14 18:37:55 2023
object
411a55b9ec084c3315fe5f199351c31d0eb3c352
NumPy 1.26.1 release
7eb8cd9
MAINT: Remove versioneer (#24196)
by Stefan van der Walt
· 2 years ago
1c9532b
Merge pull request #22493 from mwtoews/maint-open
by Sebastian Berg
· 2 years, 4 months ago
bcc9c51
BUG: Avoid uses -Werror during tests default C/C++ standards
by Sayed Adel
· 2 years, 4 months ago
c9229a3
BLD: add static to std_c_flags test program (see gh23538)
by Andrew Nelson
· 2 years, 5 months ago
d183edf
ENH: Raise C++ standard to C++17
by Sayed Adel
· 2 years, 5 months ago
e570c6f
MAINT: cleanup unused Python3.8-only code and references
by Clément Robert
· 2 years, 5 months ago
40a920d
BUILD: error when building with python<3.9
by mattip
· 2 years, 7 months ago
6812517
Merge pull request #22687 from rgommers/fix-newer-setuptools
by Matti Picus
· 2 years, 9 months ago
fe31f6b
STY: satisfy linter
by Stefan van der Walt
· 2 years, 9 months ago
bf148bf
BLD: add workaround in setup.py for newer setuptools
by Ralf Gommers
· 2 years, 9 months ago
dab7572
MAINT: Move _inspect and _pep440 from compat to _utils
by Sebastian Berg
· 2 years, 9 months ago
6c2fa30
removing docstring
by hannah
· 2 years, 10 months ago
ce57eea
REL: readme in pypy plus test
by hannah
· 2 years, 10 months ago
080cf82
MAINT: remove redundant open() modes and io.open() alias
by Mike Taves
· 2 years, 10 months ago
033503c
MAINT: Use SPDX license expression in project metadata
by Frazer McLean
· 2 years, 10 months ago
69a3946
MAINT: change subprocess arguments from Python>=3.7
by Mike Taves
· 2 years, 10 months ago
3cf2ca1
DOC: fix code comment forward reference (#22401)
by Dimitri Papadopoulos Orfanos
· 2 years, 11 months ago
f06a315
MAINT: Update setup.py for Python 3.11.
by Charles Harris
· 3 years ago
c0696c5f2
MAINT: Update to Cython 0.29.30.
by Mariusz Felisiak
· 3 years, 3 months ago
73a9e8e
MAINT: Update to Cython 0.29.29.
by Mariusz Felisiak
· 3 years, 3 months ago
91a3e3a
MAINT: Translate ieee754.c.src to C++ using templates. (#21367)
by serge-sans-paille
· 3 years, 4 months ago
df8d1fd
MAINT: Replace LooseVersion by _pep440.
by Charles Harris
· 3 years, 7 months ago
dedc095
MAINT: be more tolerant of setuptools>=60
by Andrew J. Hesford
· 3 years, 7 months ago
6218e76
Merge pull request #20745 from bwoodsend/pyinstaller-hook
by Charles Harris
· 3 years, 7 months ago
bac9d0e
ENH: add hook and test for PyInstaller.
by bwoodsend
· 3 years, 7 months ago
5ab126b
MAINT: Fix inconsistent PyPI casing
by Nihaal Sangha
· 3 years, 7 months ago
c62e1db
MAINT: Raise RuntimeError if setuptools version is too recent.
by Charles Harris
· 3 years, 8 months ago
dfe8245
DOC: add hypothesis test depedency in README and PyPI long-description
by Ralf Gommers
· 3 years, 8 months ago
3dcbecc
MAINT: Fix python version check in setup.py to require Python 3.8
by Sebastian Berg
· 3 years, 10 months ago
df6d285
Entry point for Array API implementation
by Matthew Barber
· 3 years, 10 months ago
9db73b5
More informative error for unparsable version
by Matthew Brett
· 3 years, 10 months ago
2ae7aeb
[demo] how-to replacing numpy custom generation engine by raw C++
by serge-sans-paille
· 3 years, 10 months ago
856d6d6
BLD: Bump the warning for potentially unsupported Python versions
by Bas van Beek
· 3 years, 11 months ago
9a176d0
MAINT: Drop Python 3.7 from setup.py
by Charles Harris
· 4 years ago
9a37cd9
BUG: Fix setup.py to work in maintenance branches.
by Charles Harris
· 4 years, 3 months ago
b39dc56
ENH: Removed useless declarations in `bad_commands`
by Giulio Procopio
· 4 years, 5 months ago
491d26b
BLD: fix issue with `bdist_egg`, which made `make dist` in doc/ fail
by Ralf Gommers
· 4 years, 7 months ago
7d0430b
Merge pull request #18042 from charris/testing
by Charles Harris
· 4 years, 8 months ago
9b3f650
MAINT: Add dist_info to valid setup.py commands.
by Charles Harris
· 4 years, 8 months ago
f66d5db
BLD: ensure we give the right error message for old Python versions
by Ralf Gommers
· 4 years, 8 months ago
ca11e4e
BUG: Replace f-string in root setup.py
by Charles Harris
· 4 years, 8 months ago
fed2509
BUG: Make sdist use distutils.
by Charles Harris
· 4 years, 9 months ago
40fd17e
ENH: Use versioneer to manage numpy versions.
by Charles Harris
· 4 years, 9 months ago
88be44b
MAINT: Remove remaining uses of Python 3.6.
by Charles Harris
· 4 years, 9 months ago
242a1b5
ENH: Timestamp development versions.
by Charles Harris
· 4 years, 9 months ago
a37b3a8
MAINT: Update master after 1.20.x branch.
by Charles Harris
· 4 years, 9 months ago
v1.21.0.dev0
49d62f8
ENH: adds type hints to numpy.version (gh-17711)
by Douglas Fenstermacher
· 4 years, 10 months ago
779d306
fix small typos.
by Qiyu8
· 4 years, 10 months ago
5cb80d6
Fully qualify license trove classifier
by johnthagen
· 4 years, 10 months ago
73157ef
Merge pull request #17444 from BvB93/typed
by Matti Picus
· 4 years, 11 months ago
e592c27
ENH: Add `Typing :: Typed` to the PyPi classifier
by Bas van Beek
· 4 years, 11 months ago
79a8e16
Add 3.10 classifier
by Hugo van Kemenade
· 4 years, 11 months ago
7178a1d
Update comment
by Hugo van Kemenade
· 4 years, 11 months ago
cac2df0
Already compatible with 3.10
by Hugo van Kemenade
· 4 years, 11 months ago
a30c410
Clarify warning, it might work before official support
by Hugo van Kemenade
· 4 years, 11 months ago
c549dbb
Add comment to remind to keep consistent with classifiers
by Hugo van Kemenade
· 4 years, 11 months ago
2ebb453
MAINT: Fix Flake8
by Hugo van Kemenade
· 4 years, 11 months ago
f3a6b33
ENH: Warn on unsupported Python 3.9+
by Hugo van Kemenade
· 4 years, 11 months ago
a7401ae
Merge pull request #16619 from mattip/c99-again2
by Charles Harris
· 5 years ago
e1211b8
ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)
by scoder
· 5 years ago
10dcfb0
MAINT: refactoring from review
by mattip
· 5 years ago
57fb47c
MAINT: fixes from review
by mattip
· 5 years ago
24748cb
Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"
by mattip
· 5 years ago
d95a8cc
MAINT: setuptools 49.2.0 emits a warning, avoid it
by mattip
· 5 years ago
fb47ba6
REL: Fix outdated docs link
by Eric Wieser
· 5 years ago
4142eba
BUG: fixes failures (from review)
by mattip
· 5 years ago
eab6af0
BLD: use '-dumpversion' to get gcc version
by mattip
· 5 years ago
04883a6
BLD: check if std=c99 is really required
by mattip
· 5 years ago
dabf31c
MAINT: Remove f-strings in setup.py. (gh-16346)
by Wojciech Rzadkowski
· 5 years ago
b3b6cc0
BUG: Require Python >= 3.6 in setup.py
by Charles Harris
· 5 years ago
b578312
REL: Update master after 1.19.x branch.
by Charles Harris
· 5 years ago
fc6cd38
BUG: add missing numpy/__init__.pxd to the wheel
by mattip
· 5 years ago
583901a
convert shebang from python to python3 (#15687)
by Changqing Li
· 5 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
d7cdf5b
Updated setup.py with f-strings
by Xavier Thomas
· 6 years ago
b485da1
DOC: fix typos
by Brian Wignall
· 6 years ago
c2f9300
MAINT: --std=c99 works, but -std=c99 is better
by mattip
· 6 years ago
18af8e0
MAINT: add --std=c99 in setup.py, not distutils
by mattip
· 6 years ago
ed1e965
MAINT: Remove unnecessary 'from __future__ import ...' statements
by Jon Dufresne
· 6 years ago
fbcb58c
REL: Update master after 1.18.x branch.
by Charles Harris
· 6 years ago
c861a36
Update CLASSIFIERS with python 3.8 support
by Grzegorz Bokota
· 6 years ago
0498afe
MAINT: Add assert that git version is available. (#14548)
by Seth Troisi
· 6 years ago
928c759
BUG: importing build_src breaks setuptools monkeypatch for msvc14
by mattip
· 6 years ago
2e4af96
DOC, BUILD: make build_src more discoverable
by mattip
· 6 years ago
d630d96
BLD: remove generated Cython files from sdist
by Ralf Gommers
· 6 years ago
334201d
DOC: Document project as Python 3 only with a trove classifier
by Jon Dufresne
· 6 years ago
8b26655
ENH: add pyproject.toml
by mattip
· 6 years ago
78d269d
MAINT: Remove unnecessary backslashes when not needed.
by MSeifert04
· 6 years ago
cde9a2e
MAINT: Prepare master for 1.18.0 development.
by Charles Harris
· 6 years ago
4e6a812
MAINT: remove pre-randomgen _mtrand
by mattip
· 6 years ago
c53b2eb
BENCH: convert bencmarks to asv format
by mattip
· 6 years ago
fa8af41
BUILD: move files out of _randomgen
by mattip
· 6 years ago
3341590
MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txt
by Ralf Gommers
· 6 years ago
f993b3c
BLD: prune LICENSE_bundled.txt in MANIFEST.in
by Ralf Gommers
· 6 years ago
a08fb60
LICENSE: split license file in standard BSD 3-clause and bundled.
by Ralf Gommers
· 6 years ago
1f1e8f9
BUG: missing git raises an OSError
by mattip
· 6 years ago
6424fee
BUILD, BUG: fix from review, fix bug in git_version
by mattip
· 6 years ago
0486b6d
Add project_urls to setup
by Jarrod Millman
· 6 years ago
4adf52e
BLD: Fix minimum Python version in setup.py (#12616)
by Juan Luis Cano Rodríguez
· 7 years ago
badf290
MAINT: Prepare master for 1.17.0 development.
by Charles Harris
· 7 years ago
Next »