Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.1.1
/
numpy
6727624
updating version information for tag
by Jarrod Millman
· 17 years ago
v1.1.1
694b85c
* force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857)
by pierregm
· 17 years ago
848778f
Make skip message a simple 'S'.
by Charles Harris
· 17 years ago
cc3af8a
Backport r5348: f2py removal part 2.
by Charles Harris
· 17 years ago
b354ef2
Backport r5357: f2py removal part 1.
by Charles Harris
· 17 years ago
fd544cd
Backport r5498 fixes to loadtxt.
by Charles Harris
· 17 years ago
4672601
Fix Python2.3 incompatibility.
by Charles Harris
· 17 years ago
a097099
define actual_dtype and desired_dtype
by pierregm
· 17 years ago
38b0a63
core:
by pierregm
· 17 years ago
ab8dfb1
testutils : * backport from 1.2
by pierregm
· 17 years ago
1e5549f
Bring back reverted r5461. Error was in the regression test.
by Charles Harris
· 17 years ago
9b21f44
Fix broken regression test.
by Charles Harris
· 17 years ago
7f91116
make regression test work for reverted NaN fix.
by Charles Harris
· 17 years ago
454985b
fix typo
by Charles Harris
· 17 years ago
b629243
Revert r5472.
by Charles Harris
· 17 years ago
cade1fb
debugging printout.
by Charles Harris
· 17 years ago
de448a1
Fix use of NAN for MSVC platforms.
by Charles Harris
· 17 years ago
ebc870e
Backport r5465.
by Charles Harris
· 17 years ago
7c757f5
Fix ticket #794.
by Charles Harris
· 17 years ago
17fc989
Replace bogus repeat1 with repeat. Doesn't change generator behavior.
by Charles Harris
· 17 years ago
0bebd52
Revert r5461, it seems to cause obscure problems
by Charles Harris
· 17 years ago
31e66cf
Backport part of r5446 to fudge test of exotic type failing on SPARC.
by Charles Harris
· 17 years ago
476b0fd
Add verbose keyword to test for compatibility with trunk.
by Charles Harris
· 17 years ago
cd723b0
Backport r5452 build fixes.
by Charles Harris
· 17 years ago
4d640d9
Backport fix for #848 by copying whole scalartypes.inc.src from trunk.
by Charles Harris
· 17 years ago
6951052
Fix arccosh and arcsinh implementations for complex numbers.
by Charles Harris
· 17 years ago
e83b078
Backport r5438 to 1.1.x. Fixes #837.
by Pauli Virtanen
· 17 years ago
1359da2
Backport fix for ticket #849.
by Charles Harris
· 17 years ago
cec077e
Backport fix for ticket #850.
by Charles Harris
· 17 years ago
a4aa6fa
Replace hard tabs with spaces.
by Charles Harris
· 17 years ago
095a7a7
Finish sync of doc/cython/ to trunk.
by Charles Harris
· 17 years ago
a58b4c7
Finish backport of r5298.
by Charles Harris
· 17 years ago
01d53d5
Backport first half r5298.
by Charles Harris
· 17 years ago
88236e0
Backport r5255 by copy _zerofill and array_imag_get from trunk.
by Charles Harris
· 17 years ago
88fd097
Backport r5245.
by Charles Harris
· 17 years ago
c39ea4e
Backport r5312 by copying _has_reflected_op from trunk.
by Charles Harris
· 17 years ago
b8163e9
Backport r5392 by copying function PyArray_DescrFromType from trunk.
by Charles Harris
· 17 years ago
454ce6f
Backport r5324 and r5320 by copying format.py from trunk.
by Charles Harris
· 17 years ago
eddb551
* improved support for flexible dtypes (w/ nesting and shaped fields)
by pierregm
· 17 years ago
c72742e
Backport r5399.
by Charles Harris
· 17 years ago
681a675
Backport r5406 and r5407.
by Charles Harris
· 17 years ago
4d51e44
backport of r5254
by dhuard
· 17 years ago
f8022b5
Backport r5357.
by Robert Kern
· 17 years ago
5443cae
Backport r5349.
by Robert Kern
· 17 years ago
f2caf30
Merge changeset 5292:5293 from trunk.
by Stefan van der Walt
· 17 years ago
00ab08a
Backport r5342.
by Robert Kern
· 17 years ago
aada0c2
Merge changeset 5359:5360 from trunk.
by Stefan van der Walt
· 17 years ago
a095d60
Back-port changes to documentation standard.
by Stefan van der Walt
· 17 years ago
f906ca3
Backport printing fixes for complex numbers.
by Charles Harris
· 17 years ago
f8dd10f
Backport r5361 and r5362.
by Charles Harris
· 17 years ago
247099c
Backport unifed multiarray/object api for code generator.
by David Cournapeau
· 17 years ago
268dcd9
More backporting of scons changes: require 0.8.2
by David Cournapeau
· 17 years ago
582c95f
More backport from 1.2 for numscons build.
by David Cournapeau
· 17 years ago
1f216e4
merge 5304: update dotblas build with numscons.
by David Cournapeau
· 17 years ago
e656e66
Merge revisions 5266:5288: update scons scripts to new variant_dir conventions
by David Cournapeau
· 17 years ago
b417c5e
Merge revision 5258 from trunk: some updates to scons scripts.
by David Cournapeau
· 17 years ago
1650298
Merge revision 5236 to fix ctypes load_library.
by David Cournapeau
· 17 years ago
9d0b62d
BUG: Make sure the Zipf results are within the allowable range.
by Robert Kern
· 17 years ago
9b80572
Fix c++ style comment.
by Charles Harris
· 17 years ago
8284091
Avoid updating the __dict__ of the result in .reshape
by pierregm
· 17 years ago
d529a3e
substitute getattr(...,...)(*args,**kwargs) for getattr(...,...).__call__(*args,**kwargs) in _frommethods
by pierregm
· 17 years ago
bd94f6e
deleted the "reload" statement that shouldn't have been there
by pierregm
· 17 years ago
4b10ea1
tests: * use the `import numpy as np` convention
by pierregm
· 17 years ago
bb20e1c
implement itertools.groupby as a class
by pierregm
· 17 years ago
3475f5b
Backport fix for ticket #828.
by Charles Harris
· 17 years ago
5c685c3
Fix bus error on SPARC.
by Charles Harris
· 17 years ago
0d71603
* fixed dictionaries update for backwards compatibility with Python 2.3
by pierregm
· 17 years ago
8f85171
Fix dotblas compilation on mac os X: scons scanner is not smart enough to interpret #include CPP_MACRO.
by David Cournapeau
· 17 years ago
09791d2
Do not fail scons command when cxx compiler is not available.
by David Cournapeau
· 17 years ago
d46b162
Make sure we are using numscons 0.8.0 or above.
by David Cournapeau
· 17 years ago
3f04110
adapt numpy.random to new scons build_dir architecture.
by David Cournapeau
· 17 years ago
8c53a44
adapt numpy.linalg to new scons build_dir architecture.
by David Cournapeau
· 17 years ago
7148b1c
Adapt numpy.fft to new build dir conventions.
by David Cournapeau
· 17 years ago
fd5f2dc
Adapt numpy.numarray to new build dir convention.
by David Cournapeau
· 17 years ago
be47c6f
Adapat numpy.lib scons build to new build_dir conventions.
by David Cournapeau
· 17 years ago
d039ec9
Set numpy include path relatively to top setup callee when bootstrapping.
by David Cournapeau
· 17 years ago
a7eb6e9
Adapt numpy.lib to new scons build_dir behavior.
by David Cournapeau
· 17 years ago
9ed41fe
When src_dir is not null, takes it into account to retrieve distutils libdir.
by David Cournapeau
· 17 years ago
95a9bef
Adapt numpyconfig.h location in setup.py file.
by David Cournapeau
· 17 years ago
607c8ff
Adapt SConscript to new architecture for build dir.
by David Cournapeau
· 17 years ago
067cbfa
Add boilerplate SConstruct to set variant dir transparantly.
by David Cournapeau
· 17 years ago
2835b2f
variant_dir: Rename SConscript for numpy.core.
by David Cournapeau
· 17 years ago
1e11e53
Remove distutils_dirs_emitter hacks: no need anymore since we use variant_dir.
by David Cournapeau
· 17 years ago
e0b47b1
scons command: set distutils libdir relatively to build directory.
by David Cournapeau
· 17 years ago
327a4d2
How to use variables in math markup.
by Stefan van der Walt
· 17 years ago
c0bdc3a
CHANGES:
by pierregm
· 17 years ago
3cd9e03
* make_mask_none now accepts a fields argument to construct record-like masks easily
by pierregm
· 17 years ago
cf89a25
Move umath docstrings to a separate file. Make the automatic ufunc signature compatible with the documentation standard.
by Pauli Virtanen
· 17 years ago
8fac05d
MSVC compiler does not have compiler_cxx member.
by David Cournapeau
· 17 years ago
b7ba98c
* revamped the functions min/max so that the methods are called
by pierregm
· 17 years ago
b8c5c9c
Fix missing return value, closes ticket #813.
by Charles Harris
· 17 years ago
942d2dc
Merged revisions 5204-5257 via svnmerge from
by David Cournapeau
· 17 years ago
abd2bda
Testcases for ticket #791
by Christoph Weidemann
· 17 years ago
7996e06
* revamped choose to accept the out and mode keywords
by pierregm
· 17 years ago
8c6fc02
Fix more in ticket #791.
by Travis Oliphant
· 17 years ago
222043b
added verbose argument to assert_array_equal in assert_equal. Fixes ticket #810.
by dhuard
· 17 years ago
ce51b91
simplified MaskedArray.__setitem__ to fix setting object-ndarray elements
by pierregm
· 17 years ago
b8cc583
use tempfile.mkstemp for the creation of temporary files
by pierregm
· 17 years ago
29175fc
core
by pierregm
· 17 years ago
4bf8efd
Update examples section.
by Stefan van der Walt
· 17 years ago
Next »