Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.2.0b2
/
numpy
68072bf
Remove C99 test cases (merged from trunk).
by Stefan van der Walt
· 17 years ago
v1.2.0b2
fcce62d
Update version number for 1.2.0b2
by chris.burns
· 17 years ago
8b54222
Unique1d will now return unique as well as reverse indices. Fix order of
by Stefan van der Walt
· 17 years ago
086afd5
Disable memmap test on windows because it crashes the testsuite. This has to be fixed before a rc of numpy 1.2.0, though (see#827).
by David Cournapeau
· 17 years ago
83d7c02
Add Roberto de Almeida's Arrayterator.
by Stefan van der Walt
· 17 years ago
c05d81d
BUG: F distributions need the appropriate scale factor.
by Robert Kern
· 17 years ago
31b18be
* masked_where : force a consistency check on the shapes of the inputs
by pierregm
· 17 years ago
96a6fcc
Correctly handle Fortran-contiguous arrays in SWIG wrappers.
by Stefan van der Walt
· 17 years ago
04a0ee1
More consistent nan-operations.
by Stefan van der Walt
· 17 years ago
7349892
Tweak error msg when python.h not compilable with scons.
by David Cournapeau
· 17 years ago
363d209
Depends on numscons >= 0.9.1.
by David Cournapeau
· 17 years ago
7bb36be
Fix ticket #674.
by Travis Oliphant
· 17 years ago
75c15c8
*Full recompile needed*: changed the name of hasobject structure member to flags in the PyArray_Descr structure and increased it's size to int
by Travis Oliphant
· 17 years ago
fd932a4
Give better error message when testing python.h fails.
by David Cournapeau
· 17 years ago
4db0437
Improve error message when scons command fails.
by David Cournapeau
· 17 years ago
3f45817
breaking API for median
by Jarrod Millman
· 17 years ago
70ed0f2
ran reindent
by Jarrod Millman
· 17 years ago
0da812e
Remove piece-by-piece docstring assembly; the full texts were inserted in the docstrings in r5610
by Pauli Virtanen
· 17 years ago
0e475a9
Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c)
by Pauli Virtanen
· 17 years ago
0bdef19
* core : minor doc formatting
by pierregm
· 17 years ago
469c4d3
core
by pierregm
· 17 years ago
ded1bf7
Fix ticket #877 along with other bugs not yet reported for data-types with titles.
by Travis Oliphant
· 17 years ago
db14896
* MaskedArray.__new__: prevents self._optinfo to be overwritten (it's defined w/ the call to .view)
by pierregm
· 17 years ago
64423fd
Always define __STDC_FORMAT_MACROS for C++ support of PRIdPTR.
by David Cournapeau
· 17 years ago
127d6ed
* added cov and corrcoef to ma.extras for compatibility
by pierregm
· 17 years ago
7f3e634
added comment in histogram warning.
by dhuard
· 17 years ago
df9e25e
Follow-up on changes to histogram semantics.
by dhuard
· 17 years ago
6647bf7
Merge from documentation editor.
by Stefan van der Walt
· 17 years ago
f8f44a0
Fix NPY_INTP_FMT when C99 format available (typo + forgot to include inttypes.h),
by David Cournapeau
· 17 years ago
1da04e1
Use C99 print formatting if available for NPY_INTP.
by David Cournapeau
· 17 years ago
af071cf
* extras: fixed the definition of median
by pierregm
· 17 years ago
84dbd03
core
by pierregm
· 17 years ago
ce5fc0a
Add test for #844 (inner product pb with atlas).
by David Cournapeau
· 17 years ago
c3de90a
core:
by pierregm
· 17 years ago
9156bdc
Fix method list sentinel in sortmodule.
by David Cournapeau
· 17 years ago
7aa43a6
Fix buggy sentinel for blasdot docstring.
by David Cournapeau
· 17 years ago
be0d287
Fix generated file location for inclusion in sdist target when building with scons.
by David Cournapeau
· 17 years ago
f20624a
Add function to get per package build directory when building with scons in
by David Cournapeau
· 17 years ago
18fb7c2
Revert revision, 5596 commited by error.
by David Cournapeau
· 17 years ago
4a0807f
Use inttypes format if available for NPY_INTP.
by David Cournapeau
· 17 years ago
331cf00
BUG: reverting mistaken checking.
by Robert Kern
· 17 years ago
4957e5e
BUG: Fix email addresses.
by Robert Kern
· 17 years ago
3a87305
Defer tempfile import to improve startup time.
by Stefan van der Walt
· 17 years ago
2db8628
Cosmetic changes.
by David Cournapeau
· 17 years ago
3f025b5
Handle inplace generation of __config__.
by David Cournapeau
· 17 years ago
23e03f2
Pass current package name and scons command instance to post hook.
by David Cournapeau
· 17 years ago
343347a
Change API for pre/post hooks: they should be able to take arbitrary arguments.
by David Cournapeau
· 17 years ago
76a7161
Remove add_configres function which did nothing...
by David Cournapeau
· 17 years ago
89bd486
Make it possible to execute post/pre hooks in scons command even when no scons script is used.
by David Cournapeau
· 17 years ago
33e3409
Handle inplace build option for numscons.
by David Cournapeau
· 17 years ago
0d04757
Fix string type comparisons.
by Stefan van der Walt
· 17 years ago
a80dbfe
Delay import from inspect to reduce startup time.
by Alan McIntyre
· 17 years ago
b78d3be
Delay import of shlex to reduce startup time.
by Alan McIntyre
· 17 years ago
4b2252c
Delay import of difflib to reduce startup time.
by Alan McIntyre
· 17 years ago
b4efbf8
Removed unused import of glob.
by Alan McIntyre
· 17 years ago
10ce27c
More explicit message wrt log level.
by David Cournapeau
· 17 years ago
39c75c3
Add log-level option to scons command.
by David Cournapeau
· 17 years ago
e303070
Do not use numscons rsplit (python >= 2.4 required for numpy >= 1.2.)
by David Cournapeau
· 17 years ago
f8b801d
Require 0.9.0 for numscons.
by David Cournapeau
· 17 years ago
4cd620b
BUG: missing import.
by Robert Kern
· 17 years ago
9d932d5
Handle VS 2008 in msvc_runtime_library.
by David Cournapeau
· 17 years ago
98a17e8
* core : prevent ._basedict to be incorrectly propagated
by pierregm
· 17 years ago
db05eda
Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx.
by Alan McIntyre
· 17 years ago
8936ecc
Standardize NumPy import as "import numpy as np".
by Alan McIntyre
· 17 years ago
e6f61c9
Added tests to improve coverage. Converted tests from doctests to unit tests.
by Alan McIntyre
· 17 years ago
252e128
Standardized NumPy import as "import numpy as np".
by Alan McIntyre
· 17 years ago
1ab04d3
Fix doctest command continuation line.
by Alan McIntyre
· 17 years ago
0175369
Removed unused private function _castCopyAndTranspose.
by Alan McIntyre
· 17 years ago
681aa53
Standardize NumPy import as "import numpy as np".
by Alan McIntyre
· 17 years ago
6dd88dc
* force the domain to the shape of the other element in DomainedBinaryOperation (bugfix 857)
by pierregm
· 17 years ago
e9ae63e
Skip one more possibly failing C99 test
by Pauli Virtanen
· 17 years ago
856861c
Added tests to improve coverage of numpy.lib.
by Alan McIntyre
· 17 years ago
b5e26c4
Clean up loadtxt. Fix Python 2.3 compatibility.
by Stefan van der Walt
· 17 years ago
a2dcde5
Apply Stefan's patch for Ryan's loadtext fix.
by Charles Harris
· 17 years ago
e41b0e3
Committed patch from Ryan May. It fixes error in loadtxt occurring when usecols is not None and dtypes are given.
by dhuard
· 17 years ago
75779e8
core: * suppressed the debugging info...
by pierregm
· 17 years ago
923ef80
core:
by pierregm
· 17 years ago
70e9b49
core:
by pierregm
· 17 years ago
b8ecdad
Removed unused private function _asarray1d.
by Alan McIntyre
· 17 years ago
8e86b69
Added numpy.testing.verbose, to allow tests to vary output accordingly.
by Alan McIntyre
· 17 years ago
77effdd
Added tests to improve coverage of numpy.core.
by Alan McIntyre
· 17 years ago
bd2f3c0
Fix broken regression test.
by Charles Harris
· 17 years ago
2ba50c2
Make regression test work for reverted NaN fix.
by Charles Harris
· 17 years ago
d045a20
Revert r5470.
by Charles Harris
· 17 years ago
2de0cbb
Fix _SIGN macros for MSVC compilers. Test.
by Charles Harris
· 17 years ago
20a3dc5
Fix ticket #794.
by Charles Harris
· 17 years ago
5808ab5
Add a pydoc import in lookfor; missed in the import refactoring.
by Pauli Virtanen
· 17 years ago
3db00b1
Fix errors in C99 tests. Skip tests failing on some platforms.
by Pauli Virtanen
· 17 years ago
7a15553
Undo test of SPARC alignment.
by Charles Harris
· 17 years ago
1c82d09
Testing SPARC alignment.
by Charles Harris
· 17 years ago
da36770
BUG: Allow longs as well as ints to satisfy Win64.
by Robert Kern
· 17 years ago
ecf30dc
Fix some errors in C99 tests. Skip tests failing on Sparc64
by Pauli Virtanen
· 17 years ago
ca75c7e
Add tests for complex functions: test against Python's cmath, check the branch cuts and C99 compliance at inf, nan special points.
by Pauli Virtanen
· 17 years ago
a7c080e
Fix arccosh branch cut. Remove one unnecessary operation from nc_asinh.
by Pauli Virtanen
· 17 years ago
d5300c2
Comment out extension option since it is not used at present.
by Alan McIntyre
· 17 years ago
df1fc32
Instead of importing nose plugins, use the existing list of classes that
by Alan McIntyre
· 17 years ago
d7611a5
Fix other reference count leak pointed out in #848 due to missing DECREF for typecode.
by Travis Oliphant
· 17 years ago
c003f55
Generate headers in the right place for inplace builds.
by Robert Kern
· 17 years ago
f3bef65
Comment cleanup.
by Alan McIntyre
· 17 years ago
3e4f726
Use a subclass of the nose doctest plugin instead of monkeypatching the builtin plugin.
by Alan McIntyre
· 17 years ago
Next »