Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
/
tools
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
5d831f8
White spaces
by Mathieu Lamarre
· 8 years ago
b220aed
Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUS
by Mathieu Lamarre
· 8 years ago
db831c0
Swig tool: Clear CARRAY flag when setting FARRAY
by Mathieu Lamarre
· 8 years ago
2145e1b
MAINT: Update zesty to artful for i386 testing
by Charles Harris
· 8 years ago
a69b694
MAINT: Workaround for new travis sdist failures.
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
· 8 years ago
ead991b
MAINT: Refactor tools/find_deprecated_escaped_characters.py
by Charles Harris
· 8 years ago
e5110fa
MAINT: Fix deprecated escape sequences in tools/
by Charles Harris
· 8 years ago
579718f
ENH: Add tool to check for deprecated escaped characters.
by Charles Harris
· 8 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
· 9 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
f0d6d47
CI: run benchmark suite in travis-CI
by Pauli Virtanen
· 10 years ago
27abfb4
ENH deploy dev wheels to rackspace
by Olivier Grisel
· 10 years ago
4743f3b
MAINT: Include from __future__ boilerplate in some files missing it.
by Charles Harris
· 10 years ago
dac0e5d
Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-rollback
by Charles Harris
· 10 years ago
6711d17
TST: Fix travis-ci test for numpy wheels.
by Charles Harris
· 10 years ago
e131ba4
MAINT: enable Werror=vla in travis
by Julian Taylor
· 10 years ago
cbfd937
BUG: Fix swig make_fortran function.
by Charles Harris
· 10 years ago
b9ef15c
BUG: Fix use of PyArray_ISFORTRAN in numpy.i.
by Charles Harris
· 10 years ago
913cad0
typo in numpy.i
by jschueller
· 10 years ago
0648d9f
MAINT,TST: Remove Bento from the travis ci testing.
by Charles Harris
· 10 years ago
05010d6
BLD: Speed up up Travis jobs by running on container-based infrastructure
by Alex Willmer
· 10 years ago
bb4682a
TST: fail tests on compiler warnings
by Julian Taylor
· 10 years ago
a49ad15
New typemap for in-place arrays of arbitrary number of dimensions:
by Tom Krauss
· 10 years ago
d0f95cc
MAINT: switch waf download to https://github.com/numpy/numpy-vendor
by Ralf Gommers
· 10 years ago
5e98be6
Merge pull request #5829 from rgommers/bento-ci
by Charles Harris
· 10 years ago
d9eb7a5
TST: re-enable TravisCI testing with Bento.
by Ralf Gommers
· 10 years ago
83e0d17
TEST: add module to test installed scripts
by Matthew Brett
· 10 years ago
b89bcd0
DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.i
by Ralf Gommers
· 10 years ago
9d77ba8
Correct exit code if number of errors % 256 == 0
by Chris Lamb
· 11 years ago
237d16b
Use correct #ifdef __cplusplus guard to include std_complex.i
by Michele Vallisneri
· 11 years ago
1cad7f8
ENH: added std::complex support to numpy.i
by Glen Mabey
· 11 years ago
23d5461
ENH: support parallel compilation of extensions
by Julian Taylor
· 11 years ago
cd0b8e7
Merge pull request #5149 from charris/fix-ma-docs-for-OO-option
by Julian Taylor
· 11 years ago
43ca904
TST: Add test with python flag -OO.
by Charles Harris
· 11 years ago
fee3c92
MAINT: Update waf to 1.7.16
by Charles Harris
· 11 years ago
dc98a3d
Merge pull request #4671 from charris/prepare-1.10-devel
by Charles Harris
· 11 years ago
c9c53ea
BUG: disable garbage collector during memory allocation hook
by Julian Taylor
· 11 years ago
71fc802
Fix typemap for Fortran ordered array input
by Adam Reeve
· 11 years ago
3cca518
BLD: add a simple python file to build cpucaps.dll
by Julian Taylor
· 11 years ago
39715d5
BUG: Fix missing fragment in ARGOUTVIEWM typemaps.
by David Froger
· 11 years ago
cd0d057
Merge pull request #4662 from matthew-brett/cythonize-for-wheels
by Ralf Gommers
· 11 years ago
fbf668e
TST: update package list for chroot build
by Julian Taylor
· 11 years ago
d1422d3
MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.
by Charles Harris
· 11 years ago
0beb47f
TST: add travis test for wheel build and install
by Matthew Brett
· 11 years ago
999753f
MAINT: annotate reference stealing and burrowed refs in multiarray
by Julian Taylor
· 11 years ago
c9fd634
BLD: remove cython c source from git
by Julian Taylor
· 11 years ago
147c6bb
STY: Whitespace patrol on numpy.i.
by Charles Harris
· 11 years ago
a38888c
MAINT: Move doc/swig to tools/swig.
by Charles Harris
· 11 years ago
bf2a953
TST: work around outdated travis boxes
by Julian Taylor
· 11 years ago
2872bf7
TST: switch i386 build to python3.4 defaulting ubuntu 14.04
by Julian Taylor
· 11 years ago
09aef17
TST: bootstrap chroot in tmpfs
by Julian Taylor
· 12 years ago
89e59e0
TST: fail on declaration-after-statement in travis test
by Julian Taylor
· 12 years ago
8ef97a9
TST: add travis test using python-dbg
by Julian Taylor
· 12 years ago
a1c6d4a
TST: run 32 bit test with python3
by Julian Taylor
· 12 years ago
b3bdb4b
MAINT: enable verbose bento build
by Julian Taylor
· 12 years ago
b6cb030
TST: add 32 bit travis tests
by Julian Taylor
· 12 years ago
0c857a8
MAINT: update release scripts for building OS X binaries.
by Ralf Gommers
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
af306bf
MAINT: Remove tools/osxbuild
by Nathaniel J. Smith
· 12 years ago
4c6cfab
Merge pull request #3289 from rkern/fix-numpy.org-links
by Charles Harris
· 12 years ago
dec4f4b
MAINT: Apply 2to3 idioms fixer.
by Charles Harris
· 12 years ago
c7c4d40
BUG: Fix some README links to point to www.numpy.org
by Robert Kern
· 12 years ago
11b2fcf
MAINT: Remove the tools/py3tool.py file.
by Charles Harris
· 12 years ago
3a5c547
2to3: Apply unicode fixer.
by Charles Harris
· 12 years ago
Next »