Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.19.0
/
tools
tag
b11fd76461ec1e47f5036a56d371e279af424726
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jun 20 20:06:57 2020
object
92ebe1e9a6aeb47a881a1226b08218175776f9ea
NumPy 1.19.0 release
a1a1655
Defer ctypes import in generated _distributor_init.py
by Steve Dower
· 5 years ago
d0d7396
BUG: Fix tools/download-wheels.py.
by Charles Harris
· 5 years ago
bd8be54
Merge pull request #16269 from tbm/typo
by Matti Picus
· 5 years ago
0a28931
DOC: Fix typos and cosmetic issues
by Martin Michlmayr
· 5 years ago
a205a70
ENH: Add tool for downloading release wheels from Anaconda.
by Charles Harris
· 5 years ago
83b0c87
ENH: add manylinux1 openblas hashes
by mattip
· 5 years ago
5210048
ENH: add win32 hash
by mattip
· 5 years ago
c9422ff
ENH: backport scipy changes to openblas download script
by mattip
· 5 years ago
aab329c
BUG: use default
by mattip
· 5 years ago
cea894c
MAINT: Fix '2104' typo, should be '2014'.
by Charles Harris
· 5 years ago
45cff3c
ENH: allow choosing which manylinux artifact to download
by mattip
· 5 years ago
0efcd15
BLD: Add :doc: to whitelisted roles in refguide_check.
by Ross Barnowski
· 5 years ago
d9a2ba3
TST: use latest released PyPy instead of nightly builds
by mattip
· 5 years ago
a126709
TST: use draft OpenBLAS build
by mattip
· 5 years ago
1cb3871
DOC: fix remaining doc files for refguide_check (#15720)
by Pierre de Buyl
· 5 years ago
dc9d3f9
MAINT: CI: Run 'apt-get update' in tools/pypy-test.sh
by Warren Weckesser
· 5 years ago
8aad05e
Fix swig tests resize typemap issue python 3 bytes vs str issue
by Mathieu Lamarre
· 5 years ago
9da90de
Merge pull request #15702 from mwtoews/optparse
by Charles Harris
· 5 years ago
a7af9cc
MAINT: replace optparse with argparse for 'doc' and 'tools' scripts
by Mike Taves
· 5 years ago
336fd8b
TST: always use 'python -mpip' not 'pip'
by mattip
· 5 years ago
583901a
convert shebang from python to python3 (#15687)
by Changqing Li
· 5 years ago
2fd9ff8
Merge pull request #15653 from mattip/openblas0.3.7
by Charles Harris
· 5 years ago
7eaac94
Merge pull request #12646 from shoyer/refguide-check-exceptions
by Matti Picus
· 5 years ago
eeb9e50
BLD: consolidate openblas verison check to be self-contained
by mattip
· 6 years ago
eb8a540
BLD: update OpenBLAS to pre-0.3.9 version
by mattip
· 6 years ago
f1863c5
BLD: update openblas download to new location, use manylinux2010-base
by mattip
· 6 years ago
49265d1
BLD: manylinux2010 docker reports machine=i686
by mattip
· 6 years ago
1bc8dfc
Merge pull request #15556 from seberg/travis-install-python3-dbg
by Charles Harris
· 6 years ago
7b38f69
TST: (Travis CI) Use full python3-dbg path for virtual env creation
by Sebastian Berg
· 6 years ago
cef4dc9
Merge pull request #15465 from mwtoews/imports
by Sebastian Berg
· 6 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
c6c5644
TST: Fix missing output in refguide-check
by Seth Troisi
· 6 years ago
85be00a
Merge pull request #15430 from sethtroisi/refguide_warning
by Matti Picus
· 6 years ago
49102a5
Merge pull request #15464 from sethtroisi/refguide_dup_line
by Matti Picus
· 6 years ago
05cb43b
Merge pull request #15417 from sethtroisi/python2_easy
by Matti Picus
· 6 years ago
134cc44
MAINT: Cleanup duplicate line in refguide_check
by Seth Troisi
· 6 years ago
9ef5f37
MAINT: Python2 Cleanups
by Seth Troisi
· 6 years ago
4d1a3a8
Merge pull request #15449 from sethtroisi/refguide_doc2
by Matti Picus
· 6 years ago
96727cf
MAINT: Remove sys.version checks (gh-#15373)
by Seth Troisi
· 6 years ago
d20378b
DOC: Update refguide_check note on how to skip code
by Seth Troisi
· 6 years ago
2b118ec
Updated openblas_support.py
by Xavier Thomas
· 6 years ago
2a2be8b
Update tools/openblas_support.py
by Xavier Thomas
· 6 years ago
fe50af5
Update tools/openblas_support.py
by Xavier Thomas
· 6 years ago
02cbcd7
Updated openblas_support.py
by Xavier Thomas
· 6 years ago
a53a70e
Made changes to openblas_support.py
by Xavier Thomas
· 6 years ago
a71e8a8
DEV: More contextmanager in _run_doctests
by Seth Troisi
· 6 years ago
616d27e
DEV: Use contextmanager in _run_doctests
by Seth Troisi
· 6 years ago
84c2e18
Updated openblas_support.py
by Xavier Thomas
· 6 years ago
35e760c
Updated openblas_support.py with f-string
by Xavier Thomas
· 6 years ago
9982a58
Updated cythonize.py with f-strings
by Xavier Thomas
· 6 years ago
3493d1b
MAINT: Revise imports from urllib modules
by Mike Taves
· 6 years ago
61c5c5d
Merge pull request #15366 from mwtoews/F403
by Matti Picus
· 6 years ago
388e819
Merge pull request #15379 from sethtroisi/misc_cleanups3
by Matti Picus
· 6 years ago
f9c5bd5
MAINT: resolve pyflake F403 'from module import *' used
by Mike Taves
· 6 years ago
6737f24
MAINT: Python2 Cleanups
by Seth Troisi
· 6 years ago
b541082
STY: use `with open` when possible
by Seth Troisi
· 6 years ago
9a21ec8
[MAINT] Cleanup python2 sys.version checks
by Seth Troisi
· 6 years ago
1edb446
BLD: use 0.3.8dev build of OpenBLAS
by mattip
· 6 years ago
18ab0d3
MAINT: try to avoid spurious warnings in einsum
by mattip
· 6 years ago
879d0e4
BLD: use 0.3.7 release version, add dependency on libgfortran5
by mattip
· 6 years ago
21bc6b6
BUILD: use standard build of OpenBLAS for aarch64, ppc64le
by mattip
· 6 years ago
b6bc094
Merge pull request #15307 from sethtroisi/sys_version_pre
by Matti Picus
· 6 years ago
99b4814
TST: move pypy CI to ubuntu 18.04
by mattip
· 6 years ago
dcc40ea
MAINT: travis-ci: Update CI scripts.
by Warren Weckesser
· 6 years ago
addf86b
MAINT: cleanup sys.version dependant code
by Seth Troisi
· 6 years ago
c31cc36
MAINT: Remove implicit inheritance from object class (#15236)
by Jon Dufresne
· 6 years ago
c1f1bc9
Merge pull request #15232 from sethtroisi/remove_python3_part3
by Matti Picus
· 6 years ago
24189be
Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX
by Seth Troisi
· 6 years ago
ed1e965
MAINT: Remove unnecessary 'from __future__ import ...' statements
by Jon Dufresne
· 6 years ago
6253ff7
Merge pull request #15107 from pv/blas64-ilp64-ci
by Charles Harris
· 6 years ago
a792831
MAINT: Update required cython version to 0.29.14.
by Charles Harris
· 6 years ago
49974ba
MAINT: make openblas_support.py strip path prefix from archive contents
by Pauli Virtanen
· 6 years ago
2dbe8de
CI: use only one flag on travis for downloading openblas
by Pauli Virtanen
· 6 years ago
f554976
CI: add travis openblas64_ target
by Pauli Virtanen
· 6 years ago
b473fc6
CI: add openblas64_ downloading to openblas_support.py
by Pauli Virtanen
· 6 years ago
28848d7
BLD: fix signed-unsigned comparison warning
by mattip
· 6 years ago
bfca5db
Implemented review feedbacks #14961
by Sanjeev Kumar
· 6 years ago
0c7cafb
Added documentation in methods
by Sanjeev Kumar
· 6 years ago
3f31943
Fix typos
by Brian Wignall
· 6 years ago
d76efa7
Merge pull request #14732 from mattip/refguide-rst
by Charles Harris
· 6 years ago
dff3c1f
MAINT: remove deprecation warnings
by mattip
· 6 years ago
e057823
MAINT: fixes from review
by mattip
· 6 years ago
8175d8f
TST: Update travis.yml
by Charles Harris
· 6 years ago
3b8cf7c
MAINT: fixes from review
by mattip
· 6 years ago
a873f0c
BUG: Add backslashes for line continuation.
by Charles Harris
· 6 years ago
d1067cb
MAINT: split lines (from review)
by mattip
· 6 years ago
537bca8
BUILD: ignore more build.log warnings
by mattip
· 6 years ago
96ec81b
MAINT: pep8, remove checks of *.py files from --rst check
by mattip
· 6 years ago
620934a
MAINT: fixes from review
by mattip
· 6 years ago
4c2b4d8
BUILD, DOC: remove the std=c99 flag from docs, builds, add release note
by mattip
· 6 years ago
5af0ca9
TST: changes from review
by mattip
· 6 years ago
0b474e3
TST: run refguide-check on rst files in doc/*
by mattip
· 6 years ago
b89caf6
Merge pull request #14368 from jdufresne/byteswarning
by Sebastian Berg
· 6 years ago
9fc355b
BUILD: change to build_src --verbose-cfg, runtests.py --debug-info
by mattip
· 6 years ago
7f1293f
MAINT: Avoid all BytesWarning
by Jon Dufresne
· 6 years ago
963bece
MAINT: Fix typo: remoge → remove
by Jon Dufresne
· 6 years ago
cdf67fa
MAINT: move the option to build_src, simplifies logic
by mattip
· 6 years ago
a68c5b8
BUILD: mostly restore verbose output on CI (except for pip install)
by mattip
· 6 years ago
c5f98bd
Merge pull request #14525 from mattip/pypy
by Sebastian Berg
· 6 years ago
b5b9f2c
BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource
by mattip
· 6 years ago
Next »