summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix get_mathlib when path argument is NoneDavid Cournapeau2007-11-131-1/+1
|
* Fix up empty if statement probem.Travis Oliphant2007-11-091-3/+2
|
* Back out change made in r4380 which causes scipy.fftpack not to build correctly.Travis Oliphant2007-11-081-6/+1
|
* Fix for #609: numpy/linalg/lapack_litemodule.c:lapack_lite_zgeqrf int vs. longcookedm2007-11-081-1/+1
|
* test commitchanley2007-11-071-1/+1
|
* This is the development code for the 1.0.5 releaseJarrod Millman2007-11-051-1/+1
|
* remove old reference to deleted file (r4384)Jarrod Millman2007-11-051-1/+0
|
* Remove old file scipy_compatibilitycookedm2007-11-051-4/+0
|
* numpy.distutils.command.build_ext: append build C libraries as dependencies ofcookedm2007-11-031-1/+7
| | | | the extension, to force recompiling if they change. (It should really only force relinking, but adding that is tougher.)
* Refactor Pyrex source building into a separate method in build_src.pycookedm2007-11-031-25/+33
|
* Expand linspace docstring.cookedm2007-11-031-1/+29
|
* another typoJarrod Millman2007-10-291-1/+1
|
* typoJarrod Millman2007-10-291-1/+1
|
* cleaning up after reindent.pyJarrod Millman2007-10-291-18/+18
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-2939-147/+136
|
* typoJarrod Millman2007-10-291-1/+1
|
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-2919-200/+234
|
* Using the in operator to find substrings. It is shorter and easier to ↵Jarrod Millman2007-10-295-6/+6
| | | | understand.
* fixed typoJarrod Millman2007-10-291-1/+1
|
* added reference to another style guide checking scriptJarrod Millman2007-10-291-0/+1
|
* Fix memory leak in seterr exposed during str(a). Fixes #602Travis Oliphant2007-10-291-2/+3
|
* Fix ticket #599Travis Oliphant2007-10-261-1/+1
|
* Fix label problem on wide builds.Travis Oliphant2007-10-261-1/+5
|
* Add test for #600 fix.Travis Oliphant2007-10-261-0/+8
|
* Finish fixing ticket #600Travis Oliphant2007-10-261-3/+5
|
* Fix pickling of numpy.unicode_ objects on narrow builds of Python.Travis Oliphant2007-10-263-1/+36
|
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
|
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
|
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
|
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
|
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
|
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵Travis Oliphant2007-10-183-4/+19
| | | | libraries. Fix comment.
* Fix ticket #592: segfault with bitwise_or inplaceTravis Oliphant2007-10-172-2/+12
|
* Fix Ticket #588: problem with negative striding and fast blas implementation ↵Travis Oliphant2007-10-094-8/+39
| | | | of dot
* Some documentation cleanup of disutils.chris.burns2007-10-041-41/+37
|
* Add Docutils dependency for Epydoc.chris.burns2007-10-021-0/+9
|
* distutils/fcompiler/gnu.py: add -march=k8 when cpu.is_AMD64()cookedm2007-10-021-0/+3
|
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
| | | | | | | | | | | | * convert class names to CamelCase * Add PentiumM to LinuxCPUInfo and Win32CPUInfo. Also add it to SSE2 detection. * remove is_Athlon64() and is_Operton() from Win32CPUInfo, and add is_AMD64(). We can't reliably distinguish between the two (or from other 64-bit Athlons). Also add is_AMD64() to LinuxCPUInfo. * Factor out common command output checking, and remove (most) of the bare try/excepts used in the __init__ methods (exception is Win32CPUInfo; don't know what exceptions could be thrown). Use warnings.warn instead of printing exceptions to stderr
* Rename test classes to CapWords.Stefan van der Walt2007-10-0238-263/+263
|
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
|
* apply gen_lib_options overwrite only when a compiler module is importedPearu Peterson2007-10-021-3/+4
|
* more rest correctionsJarrod Millman2007-10-021-4/+2
|
* trying to get the rest rightJarrod Millman2007-10-021-1/+1
|
* typoJarrod Millman2007-10-021-2/+4
|
* more on documentationJarrod Millman2007-10-021-3/+17
|
* allow TestCase classes to be prefixed with either 'test' or 'Test'Jarrod Millman2007-10-021-1/+1
|
* ma: output of .sum() should be scalar (patch by reggie,Stefan van der Walt2007-09-301-8/+9
| | | | closes ticket #557).
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-302-5/+12
|
* Add msvccompiler to those injected with gen_lib_optionscookedm2007-09-251-1/+1
|
* Inject our numpy.distutils.ccompiler.gen_lib_options into the variouscookedm2007-09-251-0/+8
| | | | distutils.*compiler modules (esp. msvccompiler)