Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.0
/
tools
tag
96d063c89e62f5779ef9d01df84a3cae547ba470
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Jul 26 18:01:30 2019
object
d9b1e32cb8ef90d6b4a47853241db2a28146a57d
NumPy 1.17.0 release.
dbdcede
TST, MAINT: expand OpenBLAS version checking
by Tyler Reddy
· 6 years ago
293a53e
ENH, BUILD: refactor all OpenBLAS downloads into a single, testable file
by mattip
· 6 years ago
880651c
Merge pull request #13772 from mattip/windll
by Charles Harris
· 6 years ago
5e68725
MAINT: add script to local repo
by mattip
· 6 years ago
8a5102b
DOC: Change random to uninitialized and unpredictable in empty and empty_like (#13771)
by Kexuan Sun
· 6 years ago
2b52777
CI: run asv check on Travis
by Pauli Virtanen
· 6 years ago
22239d1
Merge pull request #13163 from mattip/randomgen
by Sebastian Berg
· 6 years ago
49edd6b
TST: bump / verify OpenBLAS in CI
by Tyler Reddy
· 6 years ago
fa8af41
BUILD: move files out of _randomgen
by mattip
· 6 years ago
5d76808
TEST: add duration report to tests
by mattip
· 6 years ago
7375abd
BLD, TST: implicit func errors
by Tyler Reddy
· 6 years ago
9ea796e
Fix deprecated ``assertEquals()``
by Nicola Soranzo
· 6 years ago
f402a69
MAINT: use openblas, gfortran, tweak azure and comment mro (from review)
by mattip
· 6 years ago
a641ef2
MAINT: move gc.collect to function (from review)
by mattip
· 6 years ago
e67f8c7
TEST: update for PyPy
by mattip
· 6 years ago
c09fadc
DEV: add pypy3 to azure CI
by mattip
· 6 years ago
77b2be2
TST: use POWER8 OpenBLAS for CI
by Tyler Reddy
· 6 years ago
2f41bb2
DOC: fixes from review
by mattip
· 7 years ago
c458774
MAINT: Convert property to @property
by Alex Watt
· 7 years ago
96d179c
ENH: __array_function__ updates for NumPy 1.17.0
by Stephan Hoyer
· 7 years ago
7fea402
TEST: activate doctests on doc.structured_arrays, fix for pure doc module
by mattip
· 7 years ago
a16fc94
ENH: add "max difference" messages to np.testing.assert_array_equal (#12591)
by Stephan Hoyer
· 7 years ago
9c68725
TST: Update `travis-test.sh` for C99
by Charles Harris
· 7 years ago
e269475
Merge pull request #12589 from charris/fix-changelog-py3k
by Charles Harris
· 7 years ago
8bb3958
MAINT: Update changelog.py for Python 3.
by Charles Harris
· 7 years ago
4541345
ENH: refactor __array_function__ pure Python implementation
by Stephan Hoyer
· 7 years ago
28f8a85
MAINT: include recfunctions module
by Tyler Reddy
· 7 years ago
2508610
TST, DOC: enable refguide_check
by Tyler Reddy
· 7 years ago
524faa5
DEV: remove travis 32 bit chroot job since it is running on azure
by mattip
· 7 years ago
46dc817
TST: enable array_func cov
by Tyler Reddy
· 7 years ago
e6a31ef
force python3 in chroot
by mattip
· 7 years ago
621f477
BUILD: use system python3 in the chroot
by mattip
· 7 years ago
63a4ff0
MNT add pickle5 to some python 3.6/7 setups for the CI suite
by Pierre Glaser
· 7 years ago
e9d36e4
Merge pull request #11905 from charris/c99-tests-update
by Charles Harris
· 7 years ago
530ac09
BUG: Fix memory leak in pyfragments.swg (#11877)
by Christopher Pezley
· 7 years ago
c9f2629
TST: Start testing with "-std=c99" on travisCI.
by Charles Harris
· 7 years ago
10d47df
TST: Drop Python 3.4 testing
by Charles Harris
· 7 years ago
755b7b8
TST: Update travis testing to use latest virtualenv.
by Charles Harris
· 7 years ago
057a762
TST: add C code line coverage to codecov report
by Tyler Reddy
· 7 years ago
5a0a136
Merge pull request #11484 from eric-wieser/bump-cython-version
by Charles Harris
· 7 years ago
323458c
BUG: Increase required cython version on python 3.7
by Eric Wieser
· 7 years ago
5eae3ec
codecov integration. scipy2018 sprint.
by alyssaq
· 7 years ago
4013e5a
Prefer the same-python cython to the on-PATH cython
by Eric Wieser
· 7 years ago
df32fcd
MAINT: Use a simpler invocation of cython
by Eric Wieser
· 7 years ago
b141ee5
DOC: Correct issue reference
by Eric Wieser
· 7 years ago
83828f5
HTTP -> HTTPS, and other linkrot fixes
by Mike Toews
· 7 years ago
313df46
TST: Do not ignore yield warnings in ci testing.
by Charles Harris
· 7 years ago
7f68c8a
TST: Update travis and appveyor to use pytest.
by Charles Harris
· 7 years ago
01cd5c9
TST, DOC: Upload devdocs and neps after circleci build (#10702)
by Stefan van der Walt
· 7 years ago
055ce3e
MAINT: Misc small fixes. (#10722)
by Charles Harris
· 7 years ago
5032904
White spaces
by Mathieu Lamarre
· 8 years ago
a119f03
Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS
by Mathieu Lamarre
· 8 years ago
6c4a77b
Swig tool: Clear CARRAY flag when setting FARRAY
by Mathieu Lamarre
· 8 years ago
d370662
Merge pull request #10434 from charris/rename-announce-to-changelog
by Charles Harris
· 8 years ago
2dfa9e8
MAINT: Update changlog.py docstring.
by Charles Harris
· 8 years ago
fa6f879
MAINT: Move `tools/announce.py` to `tools/changelog.py`.
by Charles Harris
· 8 years ago
e404eed
MAINT: Update zesty to artful for i386 testing
by Charles Harris
· 8 years ago
5dc1f71
Added types for int and uint with an explicit size.
by Mark Harfouche
· 8 years ago
952bf1e
MAINT: Workaround for new travis sdist failures.
by Charles Harris
· 8 years ago
ff4ce31
MAINT: Fix tests failures on travis CI merge.
by Charles Harris
· 8 years ago
37878bf
TST: appveyor: Enable OpenBLAS via MinGW Gfortran
by xoviat
· 8 years ago
7697bf0
MAINT: merge python -3 and -OO test
by Julian Taylor
· 8 years ago
26d7e39
MAINT: remove -Wsign-compare from warnings
by Julian Taylor
· 8 years ago
49e7851
MAINT: add compiler warning tests to all jobs
by Julian Taylor
· 8 years ago
ad398d3
MAINT: restore compiler warning check to zero warnings
by Julian Taylor
· 8 years ago
c6533b6
MAINT: Fix alerts from http://lgtm.com (#9292)
by Jean Helie
· 8 years ago
1608e53
BUG: KeyboardInterrupt is swallowed all over the place
by Eric Wieser
· 8 years ago
03534ec
ENH: add support for python3.6 memory tracing
by Julian Taylor
· 8 years ago
7e7f4ad
Merge pull request #8695 from charris/remove-unneeded-scripts
by Charles Harris
· 8 years ago
f819cc1
Merge pull request #7862 from pitrou/rewrite_exec_command
by Julian Taylor
· 8 years ago
2bf1920
MAINT: Remove numpy-macosx-installer and win32build directories.
by Charles Harris
· 9 years ago
ead991b
MAINT: Refactor tools/find_deprecated_escaped_characters.py
by Charles Harris
· 9 years ago
e5110fa
MAINT: Fix deprecated escape sequences in tools/
by Charles Harris
· 9 years ago
579718f
ENH: Add tool to check for deprecated escaped characters.
by Charles Harris
· 9 years ago
2514742
TST: switch to ubuntu yakkety for testing
by Julian Taylor
· 9 years ago
fdbaece
MAINT: Forward port accumulated changes from the 1.12.0 release.
by Charles Harris
· 9 years ago
fcdb1fc
BUG: Fix author search in announce.py
by Charles Harris
· 9 years ago
a000f9b
ENH: Improve announce tool.
by Charles Harris
· 9 years ago
f685f1a
ENH: Deprecation warnings for `/` integer division when running python -3
by saurabh
· 9 years ago
52f761d
BUG, TST: Fix python3-dbg bug in Travis script
by gfyoung
· 9 years ago
596f031
ENH: Improve announce to find github squash-merge commits.
by Charles Harris
· 9 years ago
9569e50
Merge pull request #8111 from charris/add-release-tool
by Charles Harris
· 9 years ago
5291281
ENH: Add a tool for release authors and PRs.
by Charles Harris
· 9 years ago
581bb79
ENH: Vendorize tempita.
by Charles Harris
· 9 years ago
7fdfa6b
MAINT: Add Tempita to randint helpers
by gfyoung
· 9 years ago
4c877be
BUG: Assert fromfile ending earlier in pyx processing
by gfyoung
· 9 years ago
3f6672a
DOC: change Numpy to NumPy in remaining files
by Pierre de Buyl
· 9 years ago
2dc070d
TST: Make one 3.5 test run the full test suit.
by Sebastian Berg
· 9 years ago
f7a5d04
BLD: rewrite np.distutils.exec_command.exec_command()
by Antoine Pitrou
· 9 years ago
de97bb2
Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7
by Jan David Mol
· 9 years ago
5cdb060
Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF are passed to a function accepting "unsigned int".
by Mathieu Lamarre
· 9 years ago
2556b9f
DOC: Fix more typos in docs and comments.
by Dongjoon Hyun
· 10 years ago
2a079b2
TST: test installing from sdist on TravisCI.
by Ralf Gommers
· 10 years ago
4b43d20
BUG: fix TravisCI test issues when using setuptools unconditionally.
by Ralf Gommers
· 10 years ago
600595f
TST: make pointer-arith error fatal
by Julian Taylor
· 10 years ago
6a04b92
TST: Increase the allowable warning count to 1 for i386 debug test.
by Charles Harris
· 10 years ago
0574f62
MAINT: Remove commented out code blocks
by gfyoung
· 10 years ago
8bc592f
DOC: Use print only as function when print_function is imported from __future__
by gfyoung
· 10 years ago
8f87f43
STY: Style fixes for .travis.yml and travis-upload-wheel.sh
by Charles Harris
· 10 years ago
293e930
TST: Clean up travis-test and make it work with current travis ci.
by Charles Harris
· 10 years ago
Next »