summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* this is the development code for the 1.0.3.2 releasemaintenance/1.0.3.xJarrod Millman2007-08-181-1/+1
* finish reverting revision to old tag [3845]Jarrod Millman2007-08-151-4/+3
* see changeset [3848]Jarrod Millman2007-08-101-1/+2
* see changeset #3845Jarrod Millman2007-08-101-1/+1
* adding back get_path, which is used by Lib/odr/setup.py in scipy 0.5.2Jarrod Millman2007-08-101-0/+25
* this is the development code for the 1.0.3.1 releaseJarrod Millman2007-08-101-2/+2
* Fix 64-bit zgeqrfv1.0.3Travis Oliphant2007-05-311-1/+1
* Fix-up problem with data-files in top-level package directory.Travis Oliphant2007-05-312-5/+7
* Add parenthesis around GETPTR macros.Travis Oliphant2007-05-271-8/+8
* Make 1.0.3 tag a version release.Travis Oliphant2007-05-231-1/+1
* Fix tab/space.Travis Oliphant2007-05-231-1/+1
* Fix up getlimits to work with Python2.3Travis Oliphant2007-05-231-5/+19
* Fix some compiler warnings.Travis Oliphant2007-05-231-2/+2
* Properly decrement references for _internal.py importsTravis Oliphant2007-05-234-9/+21
* Expose numpy.iinfo and re-implement so it supports big-endian as well.Travis Oliphant2007-05-231-25/+15
* Fix so that _internal.py gets imported when it is needed. Perhaps this will ...Travis Oliphant2007-05-235-12/+37
* Add an dummy import statement so that freeze programs pick up _internal.pTravis Oliphant2007-05-231-0/+1
* Remove import multiarray from top of _internal.pyTravis Oliphant2007-05-232-5/+6
* Add regression test for ticket #501 [patch by Andrew Straw].Stefan van der Walt2007-05-231-0/+9
* Re-think the byte-swapping unicode tests. They were correct to begin with. ...Travis Oliphant2007-05-232-7/+10
* Remove tests for inequality on unicode scalars --- not sure why they were the...Travis Oliphant2007-05-223-15/+19
* Fix ticket #501 which caused some array printing problemsTravis Oliphant2007-05-221-0/+2
* Added most of patch from #422.Travis Oliphant2007-05-221-36/+5
* Add a few more checks to make sure that numpy unicode scalars report correctl...Travis Oliphant2007-05-222-12/+29
* Fix scalar inf comparison in allclose.Travis Oliphant2007-05-221-7/+8
* Fix array interface url.Stefan van der Walt2007-05-221-1/+1
* Be robust when the shared distribution object exists does not have data_files...Robert Kern2007-05-221-2/+2
* Use a more robust method for finding the directory of the setup.py file calli...Robert Kern2007-05-211-13/+18
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-215-71/+60
* Clean up and completed (hopefully) MSVC support.Pearu Peterson2007-05-193-9/+42
* win32: fix install when build has been carried out earlier.Pearu Peterson2007-05-191-4/+4
* More typo fixes.Pearu Peterson2007-05-191-3/+1
* Fix typo.Pearu Peterson2007-05-191-1/+1
* Fix atlas version detection when using MSVC compilerPearu Peterson2007-05-192-1/+39
* Fix fcompiler/compiler unification warning.Pearu Peterson2007-05-191-2/+6
* Fix for win32 platform.Pearu Peterson2007-05-191-0/+1
* Add descriptions to config_fc and config_cc commands.Pearu Peterson2007-05-181-1/+4
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-183-6/+24
* show less messages in --help-fcompilerPearu Peterson2007-05-181-1/+1
* Added --help-fcompiler option to build_ext command.Pearu Peterson2007-05-181-1/+6
* added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-184-13/+47
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-184-11/+23
* Fixed warnings on language changes.Pearu Peterson2007-05-182-11/+4
* Minor for Python 2.3 support.Pearu Peterson2007-05-181-4/+3
* g3 f2py: impl. compiling Fortran codes online (function numpy.f2py.lib.compil...Pearu Peterson2007-05-189-265/+264
* Extension modules and libraries are built with suitable compilers/linkers. Im...Pearu Peterson2007-05-182-177/+295
* build_src: introduced --swig and other related options (as in std distutils b...Pearu Peterson2007-05-181-51/+97
* fix typo: iteratable -> iteratorcookedm2007-05-181-1/+1
* Fix ticekt #511 and start to handle allclose problems.Travis Oliphant2007-05-172-9/+21
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-172-2/+11