Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.2.0b2
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
62dbc75
Handle MSI builds + python 2.3 for win32 build script.
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
12cfaa0
Handle python version in prepare_bootstrap script.
by David Cournapeau
· 17 years ago
1006c22
Add doc to osxbuild script.
by chris.burns
· 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
04ad372
Remove test.sh script which is a leftover from scons branch.
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
e3f63ef
Set build scripts to unix ff.
by David Cournapeau
· 17 years ago
20efcc4
Remove unused nsis scripts.
by David Cournapeau
· 17 years ago
0a02410
prepare_bootstrap script now handles pyver correctly, and can be set from command line.
by David Cournapeau
· 17 years ago
d42999f
Update readme for win32build tools.
by David Cournapeau
· 17 years ago
6dde6a1
Fix path issue in nsis script.
by David Cournapeau
· 17 years ago
d23e5e4
Add top script to generate binaries from scratch.
by David Cournapeau
· 17 years ago
1b4980a
Bootstrap script now works from scratch.
by David Cournapeau
· 17 years ago
5e47de2
Set LZMA solid compressor.
by David Cournapeau
· 17 years ago
f1ff5f9
Build all ARCHS if arch arg not given to build script.
by David Cournapeau
· 17 years ago
619ae0c
Add code-generator files in MANIFEST because distutils does not pick them up.
by David Cournapeau
· 17 years ago
ae80bef
Fixing MANIFEST.in on win32.
by David Cournapeau
· 17 years ago
8a946f6
Uncomment bootstrap tasks.
by David Cournapeau
· 17 years ago
c90b955
Add nsis template, and bootstrap script, to bootstrap win32 binary build.
by David Cournapeau
· 17 years ago
bd8c4ce
Use OptionParser for win32 build script.
by David Cournapeau
· 17 years ago
e1bc01f
Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts).
by David Cournapeau
· 17 years ago
1fddb21
Add script for building osx installer.
by chris.burns
· 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
d409225
Start working on a INSTALL.txt document for building/installing numpy.
by David Cournapeau
· 17 years ago
7ad4022
Add some more info for installing numpy.
by David Cournapeau
· 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
Next »