Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.7.1
697316a
REL: Release 1.7.1
by Ondrej Certik
· 12 years ago
v1.7.1
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
4c05eb7
Merge pull request #3166 from certik/fix3165
by njsmith
· 12 years ago
1e747d7
TST: open the TemporaryFile in ASCII mode
by Ondrej Certik
· 12 years ago
21bda0e
REL: Release 1.7.1rc1
by Ondrej Certik
· 12 years ago
v1.7.1rc1
9f829ac
DOC: add 1.7.1-notes.rst notes
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
16de688
Merge pull request #3134 from charris/backport-3123
by njsmith
· 12 years ago
c343e5a
Merge pull request #3135 from charris/backport-3130
by njsmith
· 12 years ago
1be0d08
DOC: Add mention of PyArray_SetBaseObject stealing a reference
by Mark Wiebe
· 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
bb1bdea
Merge pull request #3131 from charris/backport-365
by njsmith
· 12 years ago
8415e89
BUG: Exported f2py_size symbol prevents linking multiple f2py modules.
by Bradley M. Froehle
· 12 years ago
6fc5018
Merge pull request #3124 from njsmith/backport-2976
by Ondřej Čertík
· 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
1720bb8
Merge pull request #3108 from rgommers/backport-2943-bento-ini-files
by njsmith
· 12 years ago
d7fd71d
BUG: npy-pkg-config ini files were missing after Bento build.
by Ralf Gommers
· 12 years ago
8bfa60d
Merge pull request #3105 from seberg/backport-nditer-fix-op_axes-initialization
by njsmith
· 12 years ago
0bf8638
DOC: Remove documentation of non-existing advanced iter NA flags.
by Sebastian Berg
· 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
4ecd0c6
Merge pull request #2983 from charris/backport-fix-memory-leak
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
695fe20
Merge pull request #2973 from cgohlke/patch-1
by Charles Harris
· 13 years ago
08ea266
Fix `1` is printed during numpy.test()
by Christoph Gohlke
· 13 years ago
0c5a166
REL: Release 1.7.0
by Ondřej Čertík
· 13 years ago
v1.7.0
a43307c
REL: Release 1.7.0rc2
by Ondřej Čertík
· 13 years ago
v1.7.0rc2
579e89c
Merge pull request #2964 from certik/doc2542
by Ondřej Čertík
· 13 years ago
13371fd
DOC: document the casting rules changes
by Ondřej Čertík
· 13 years ago
563e754
Merge pull request #2966 from certik/backport2928
by Ondřej Čertík
· 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
ec58fab
Merge pull request #2924 from certik/backport2897
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
788d4bc
Merge pull request #2911 from certik/backport2901
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
3fe7bf0
DOC: remove parentheses around "experimental"
by Ondřej Čertík
· 13 years ago
0be2faa
DOC: Move the news entry in release notes
by Ondřej Čertík
· 13 years ago
c7b17b3
DOC: update release notes about AArch64
by Ondřej Čertík
· 13 years ago
04bd5ac
Added support for AArch64 architecture
by Marcin Juszkiewicz
· 13 years ago
4e179f0
Merge pull request #2900 from certik/backport2886and7
by Ondřej Čertík
· 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
ac69b7c
BLD: Increase the DMG image size
by Ondřej Čertík
· 13 years ago
774f43c
Change ISRELEASED to False
by Ondřej Čertík
· 13 years ago
dcc5c79
TST: skip floating point warning test failures on ARM. Closes gh-413.
by Ralf Gommers
· 13 years ago
d5d2049
move to www.numpy.org
by Sandro Tosi
· 13 years ago
78628fd
fix array interface documentation links
by Sandro Tosi
· 13 years ago
1cd02e0
REL: Release 1.7.0rc1
by Ondřej Čertík
· 13 years ago
v1.7.0rc1
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
931c1c0
BLD: Add support for Python 3.3 in paver
by Ondřej Čertík
· 13 years ago
77bcfcb
Merge pull request #2861 from certik/backport2858
by Ondřej Čertík
· 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
7f3aeac
Merge pull request #2857 from certik/backport2856
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
c2b2422
Merge pull request #2737 from certik/fix438
by njsmith
· 13 years ago
a757cb5
DOC: document the change in .base
by Ondřej Čertík
· 13 years ago
69c06da
Merge pull request #2854 from certik/backport2800
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
60df7b0
Merge pull request #2851 from certik/travis_fix2
by Ondřej Čertík
· 13 years ago
1e8fcdf
Merge pull request #2797 from ContinuumIO/typestring_fix
by njsmith
· 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
fd4fd0d
TST: Replace Python 3.1 test with 3.3.
by Ondřej Čertík
· 13 years ago
Next »