Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.7.1
/
numpy
8d76ceb
Merge pull request #3187 from ericfode/float16pow
by Ondřej Čertík
· 12 years ago
8b42156
Update scalarmathmodule.c.src
by Eric Fode
· 12 years ago
3fd6b62
MAINT: Fix python3 ResourceWarning when running test_exec_command.py
by Charles Harris
· 12 years ago
1e747d7
TST: open the TemporaryFile in ASCII mode
by Ondrej Certik
· 12 years ago
9c5f317
Merge pull request #3136 from certik/backport3128
by Ondřej Čertík
· 12 years ago
e151843
TST: rework tests to work with Python 2.4
by Ondrej Certik
· 12 years ago
1660575
TST: skip general test on non-posix platforms
by Ondrej Certik
· 12 years ago
eb0e3f8
TST: Redirect the other stream to temp. file
by Ondrej Certik
· 12 years ago
8ca9bd5
Implement separate checking for stdout and stderr
by Ondrej Certik
· 12 years ago
0ad86c5
TST: add robust tests for exec_command()
by Ondrej Certik
· 12 years ago
361a76c
PEP8: don't use \
by Ondrej Certik
· 12 years ago
1c016fb
FIX: add _supports_fileno() for testing fileno()
by Ondrej Certik
· 12 years ago
6231088
BUG: fix issue with distutils.exec_command introduced in 1.7.0.
by Ralf Gommers
· 12 years ago
07377a6
DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').
by Maximilian Albert
· 12 years ago
86a0102
Merge pull request #3117 from seberg/backport-choice-object-scalar
by njsmith
· 12 years ago
8415e89
BUG: Exported f2py_size symbol prevents linking multiple f2py modules.
by Bradley M. Froehle
· 12 years ago
23a2ce2
MAINT: Regenerate mtrand.c
by Sebastian Berg
· 12 years ago
8070640
MAINT: random.choice python 2.4 compatibility changes
by Sebastian Berg
· 12 years ago
f781708
BUG: PyArray_LexSort allocates too much temporary memory.
by Bradley M. Froehle
· 12 years ago
1af8949
BUG: fix random.choice scalar object result and disallow 0-d arrays
by Sebastian Berg
· 12 years ago
d7fd71d
BUG: npy-pkg-config ini files were missing after Bento build.
by Ralf Gommers
· 12 years ago
524d8e5
BUG: initialize op_axes when only itershape is given
by Sebastian Berg
· 12 years ago
9231850
Merge pull request #3039 from seberg/backport-object-take
by njsmith
· 12 years ago
bff13fa
BUG: non-empty takes on empty axes failed for clip/wrap logic
by Sebastian Berg
· 12 years ago
907e382
TST: Add test for np.take refcounting
by Sebastian Berg
· 12 years ago
eb5adfb
BUG: Incref items in np.take on error as they are decrefed later
by Sebastian Berg
· 12 years ago
aede7e0
Merge pull request #2985 from seberg/backport-large-sort-fixes
by njsmith
· 12 years ago
4192040
Merge pull request #2982 from charris/backport-fix-nansum
by njsmith
· 12 years ago
f7d6f6a
Merge pull request #2984 from charris/backport-fix-complex-polynomial-fit
by njsmith
· 12 years ago
753bc5b
Merge pull request #3007 from seberg/fix-empty-item-backport
by njsmith
· 12 years ago
b84555a
BUG: Fix regression of bad error/random behavior in item method
by Sebastian Berg
· 13 years ago
0a343f3
BUG: Fix reporting of memory error inside sorting
by Sebastian Berg
· 13 years ago
ead4a95
BUG: Fix dtypes in sorting functions to npy_intp
by Sebastian Berg
· 13 years ago
f9be8e4
TST: Add Test for column scaling in the polynomial package fits.
by Charles Harris
· 13 years ago
9448491
BUG: gh-2790, fix column scaling in polynomial package least squares.
by Charles Harris
· 13 years ago
3819bf8
BUG: gh-2969: Backport memory leak fix 80b3a34.
by Charles Harris
· 13 years ago
4753c19
BUG: Make nansum work with booleans.
by Charles Harris
· 13 years ago
08ea266
Fix `1` is printed during numpy.test()
by Christoph Gohlke
· 13 years ago
7f0f68f
BUG: Fix memory leak in ndarray construction from strings (gh-2927)
by Mark Wiebe
· 13 years ago
7177513
Merge pull request #2920 from certik/backport2907
by Ondřej Čertík
· 13 years ago
3087fd5
TST: Mark the test as knownfail for Python < 2.6
by Ondřej Čertík
· 13 years ago
0d053ba
Add a missing part of the test
by Ondřej Čertík
· 13 years ago
dea4fab
Backport of #2897 (ndindex failing)
by Ondřej Čertík
· 13 years ago
02e3a81
BUG: Convert non-array rhs for boolean assignment with correct dtype
by Sebastian Berg
· 13 years ago
04bd5ac
Added support for AArch64 architecture
by Marcin Juszkiewicz
· 13 years ago
d4a3937
BUG: Replace unprefixed SIZEOF_* macros with prefixed versions.
by Charles Harris
· 13 years ago
19953ba
BUG: Fix byteswapping for complex scalars
by Sebastian Berg
· 13 years ago
dcc5c79
TST: skip floating point warning test failures on ARM. Closes gh-413.
by Ralf Gommers
· 13 years ago
78628fd
fix array interface documentation links
by Sandro Tosi
· 13 years ago
82fc667
Update the C API version number
by Ondřej Čertík
· 13 years ago
d930c88
FIX: remove a spurious check in get_cast_transfer_function
by Nathaniel J. Smith
· 13 years ago
bae7330
DOC: Add a blank line to multiline comments
by Ondřej Čertík
· 13 years ago
c8decf2
DOC: Thoroughly document datetime issues
by Ondřej Čertík
· 13 years ago
e54f750
FIX: Use the NPY_TIME_T macro everywhere
by Ondřej Čertík
· 13 years ago
bffea7a
TST: Add test for in1d ravelling
by Sebastian Berg
· 13 years ago
42e5b80
BUG: Fix regression for in1d with non-array input
by Sebastian Berg
· 13 years ago
5de0b6e
Add fix to unit test; remove debug logging
by Jay Bourque
· 13 years ago
d0aca0e
Add debug logging to figure out why unit test fails on Travis
by Jay Bourque
· 13 years ago
6209e3e
Refactor unit tests and add DECREF
by Jay Bourque
· 13 years ago
ab2d5d2
Modify unit tests for 32 bit support
by Jay Bourque
· 13 years ago
d288e39
Refactor to cover more cases; modify unit tests
by Jay Bourque
· 13 years ago
9340dd4
Fix invalid typestring size
by Jay Bourque
· 13 years ago
ba58718
Fix unicode tests for flexible string representation on Python 3.3
by cgohlke
· 13 years ago
c4c169c
Merge pull request #2842 from certik/backport459
by Ralf Gommers
· 13 years ago
049ae4d
TST: Change expected output for Python 3.
by Skipper Seabold
· 13 years ago
b3b367f
BUG: Use numpystr for arrayprint fallback instead of str
by Skipper Seabold
· 13 years ago
f5d883c
TST: Add failing test for unicode array with object dtype
by Skipper Seabold
· 13 years ago
de6f3b6
MAINT: update Intel Fortran compiler flags for the 21st century.
by Ralf Gommers
· 13 years ago
2050eb0
[FIX] preserve memory order in np.copy()
by Nathaniel J. Smith
· 13 years ago
e208de6
FIX: Fixes the segfault in PyArray_FromScalar
by Ondřej Čertík
· 13 years ago
7bdeaa3
TST: also filter Cython warnings in NoseTester. See PR-432.
by Ralf Gommers
· 13 years ago
fa3f5a1
Merge pull request #2820 from certik/backport2793
by Ondřej Čertík
· 13 years ago
fec3a99
Handle MSVC v10 in _MSVCRVER_TO_FULLVER
by peterjc
· 13 years ago
0e1f9a3
Cope with two digit major number in MSCV v10
by peterjc
· 13 years ago
86436d8
Include msvcr100 (MSVC v10 aka 2010) in msvc_runtime_library()
by peterjc
· 13 years ago
eb77c8d
BUG: internal call fix in random.choice
by Sebastian Berg
· 13 years ago
d27ddee
MAINT: Regenerate mtrand.c
by Sebastian Berg
· 13 years ago
4b0249f
TST: Add tests for new feature and fix in random.choice
by Sebastian Berg
· 13 years ago
959f790
BUG: Fix various problems in the previous commits.
by Sebastian Berg
· 13 years ago
6b523d6
BUG: Do not sort new indices in random.choice.
by Sebastian Berg
· 13 years ago
acf7421
ENH: make random.choice size argument default to None and allow tuple
by Sebastian Berg
· 13 years ago
bf084bd
Merge pull request #2817 from certik/backport2794
by Ondřej Čertík
· 13 years ago
62bc371
Merge pull request #2816 from certik/backport2792
by Ondřej Čertík
· 13 years ago
27a9c36
Merge pull request #2815 from certik/backport444
by Ondřej Čertík
· 13 years ago
d676f1f
TST: Add a test for bug gh-2668
by Mark Wiebe
· 13 years ago
c25886d
BUG: Attempt to fix sparc segfault (gh-2668)
by Mark Wiebe
· 13 years ago
ecee2b0
FIX: Add multiarch paths to the distutils' ones
by Ondřej Čertík
· 13 years ago
590811f
TST: Add more tests.
by Han Genuit
· 13 years ago
438567f
BUG: Disallow shapesize > 1 when coercing scalar to array
by Han Genuit
· 13 years ago
e575a51
ENH: Assume object is scalar if no shape and data attribute are given
by Han Genuit
· 13 years ago
911dd03
BUG: Handle scalars correctly.
by Han Genuit
· 13 years ago
b6ce3bb
BUG: Fixes for Python 3.x
by Han Genuit
· 13 years ago
193f2d3
BUG: Make sure empty shapes are disallowed when data is specified
by Han Genuit
· 13 years ago
b24d971
TST: Add test for special case in array interface
by Han Genuit
· 13 years ago
6385ac4
BUG: Make shape check for special case a bit stricter
by Han Genuit
· 13 years ago
fcd67d4
ENH: Allow objects to use the array interface without specifying data
by Han Genuit
· 13 years ago
cb0ee58
BLD: MSVC build fix for switch of PyArray_DATA to void*
by Mark Wiebe
· 13 years ago
5487ac3
Merge pull request #2782 from certik/backport2754
by Ondřej Čertík
· 13 years ago
807cabd
Merge pull request #2789 from certik/backport2746
by Ondřej Čertík
· 13 years ago
c9a4966
MISC: fix whitespace in C file
by GaelVaroquaux
· 13 years ago
Next »