Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
/
tools
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
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
958a6b5
DOC,MAINT: Build release notes during CircleCI step
by Sebastian Berg
· 6 years ago
ee2b119
Merge pull request #14453 from rgommers/no-cython-in-sdist
by Charles Harris
· 6 years ago
d630d96
BLD: remove generated Cython files from sdist
by Ralf Gommers
· 6 years ago
393a3a4
MAINT: Only allow using Cython module when cythonizing.
by Charles Harris
· 6 years ago
a484293
BLD: Update RELEASE_WALKTHROUGH and cythonize.
by Charles Harris
· 6 years ago
947304a
Merge pull request #14378 from mattip/test-dependencies
by Charles Harris
· 6 years ago
bfe255f
BUILD: move all test dependencies to ./test_requirements.txt
by mattip
· 6 years ago
bd59cd4
Use *sys.version_info[:2]
by Hugo
· 6 years ago
5c02fed
BUG: Fix for Python 4
by Hugo
· 6 years ago
e7c1f8e
BUG: Fix for Python 3.10
by Hugo
· 6 years ago
8fa9c0d
TST, MAINT: bump to OpenBLAS 0.3.7 stable
by Tyler Reddy
· 6 years ago
ca6883c
TST: Disable `--durations` flag for pytest.
by Charles Harris
· 6 years ago
bb257bd
TST: Pin pytest and use python3.6-dbg.
by Charles Harris
· 6 years ago
397a299
TST: Don't test with nose for Python 3.5+.
by Charles Harris
· 6 years ago
7eb5e0d
MAINT: bump ARMv8 / POWER8 OpenBLAS in CI
by Tyler Reddy
· 6 years ago
88021a5
Merge pull request #14002 from tylerjereddy/expand_openblas_ver_check
by Matti Picus
· 6 years ago
a0b3874
DEV: Fix spelling error in npy_tempita kwarg
by kai-striega
· 6 years ago
2b504ea
TST, MAINT: expand OpenBLAS version checking
by Tyler Reddy
· 6 years ago
030ebff
MAINT, TST: remove test-installed-numpy.py
by Tyler Reddy
· 6 years ago
3c2e270
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
Next »