summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When specifying env. var. then don't search elsewhere.v0.3.2Pearu Peterson2004-10-091-2/+7
* If env. var is /path/to/lib then use also /path/to/include.Pearu Peterson2004-10-091-0/+2
* Fixed typo.Pearu Peterson2004-10-091-1/+1
* Fixing Numeric include path when it was installed using --home.Pearu Peterson2004-10-091-3/+8
* Added missing example files to data. Added note that distributing weave as st...Pearu Peterson2004-10-092-47/+11
* Fixed weave version numbers.Pearu Peterson2004-10-092-2/+2
* Improve resource detection when prefix is given in env. variable.Pearu Peterson2004-10-071-8/+11
* Fixing 0.3.2 release branch.Pearu Peterson2004-10-071-6/+15
* Fixing 0.3.2 release branch.Pearu Peterson2004-10-075-29/+57
* Increased micro version number and undone 0.3.2 release.Pearu Peterson2004-10-075-5/+5
* Prepearing for the 0.3.2 release.Pearu Peterson2004-10-075-5/+5
* More changes to get rid of whrandom usage.Travis Oliphant2004-10-063-17/+17
* Fixed issue 179.Pearu Peterson2004-10-061-0/+4
* Improved failure message on shape mismatch.Pearu Peterson2004-10-061-2/+5
* Added documentation fixes and comment changes.Travis Oliphant2004-10-051-1/+3
* Fixed bdist_rpm for scipy_core.Pearu Peterson2004-10-041-1/+5
* Added has_sse3 and gcc-3.4 flags for Opteron and Athlon 64 cpus.Pearu Peterson2004-10-042-0/+13
* Alpha is always 64-bit.Pearu Peterson2004-10-041-0/+2
* Added is_Athlon64 and is_64bit methods.Pearu Peterson2004-10-041-0/+19
* Exit gracefully from interpreter shutdown.Pearu Peterson2004-10-021-1/+4
* logical_* type fixesRobert Kern2004-10-012-60/+62
* Fix for matrixmultiply != dot on Numeric < 23.4Travis Oliphant2004-10-011-0/+4
* Added wrappers to iterative methodsTravis Oliphant2004-10-011-3/+15
* Forced casting on logical_xor. Is this the needed MAC fix?Travis Oliphant2004-10-011-9/+9
* Undid changes to fastumath_unsigned.incTravis Oliphant2004-10-011-30/+30
* fixed fastumath logical functions on PPC Darwin platformRobert Kern2004-10-011-30/+30
* typo fixes and OSX fixesRobert Kern2004-09-303-5/+5
* NEW: Simple example to show how one can inline C++ code in Python toprabhu2004-09-301-0/+116
* NEW: Added example code to show how SWIG2 wrapped C++ objects can be used inprabhu2004-09-303-0/+70
* NEW: Added a simple example to demonstrate how to access a 3D Numeric array.prabhu2004-09-301-0/+105
* ENH: Updated to transparently support SWIG wrapped objects that use aprabhu2004-09-301-14/+45
* Applied patch from scipy issue 189.Pearu Peterson2004-09-292-1/+4
* Fixed scipy issue 190Pearu Peterson2004-09-291-1/+4
* Fixed help for quering non-existing modules, e.g. keywords.Pearu Peterson2004-09-281-1/+7
* Backport to Python 2.2 and earlier.Pearu Peterson2004-09-281-0/+2
* Added comment about requiring swig 1.3.14 or later.Pearu Peterson2004-09-281-0/+3
* Backporting CCompiler.compiler hacks to Python <=2.2 distutils, fixes scipy i...Pearu Peterson2004-09-282-4/+41
* Fixed typos.Pearu Peterson2004-09-282-7/+7
* Fixed more problems with alter_numeric scalar conversionTravis Oliphant2004-09-251-11/+29
* Fixed typo.Pearu Peterson2004-09-251-1/+1
* Clean up sys.path after scipy_distutils has been imported.Pearu Peterson2004-09-251-0/+4
* Introduced setup.py to make scipy_distutils as a standalone package.Pearu Peterson2004-09-252-0/+11
* Try harder to find xlf version number when it's not available in xlf output.Pearu Peterson2004-09-241-0/+16
* Fixed segfault problems on windows due to passing Py_complex as return value ...Travis Oliphant2004-09-042-6/+8
* Fixed segfault bug affecting Windows computers. Problem related again to usi...Travis Oliphant2004-09-013-608/+394
* Fixed compiler choice for .f files containing f90 code in free format.Pearu Peterson2004-09-012-3/+19
* Updated from_template to avoid recursion errors and fix bug.Travis Oliphant2004-08-311-14/+33
* Fixed incomplete spec Issue160Travis Oliphant2004-08-061-7/+7
* Fixed version pattern for newer ibm compilers.Pearu Peterson2004-06-231-1/+1
* Fixed major bug in vectorize causing segfaults when one argument was broadcas...Travis Oliphant2004-06-211-2/+11