| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix 64-bit zgeqrfv1.0.3 | Travis Oliphant | 2007-05-31 | 1 | -1/+1 |
| | | |||||
| * | Fix-up problem with data-files in top-level package directory. | Travis Oliphant | 2007-05-31 | 2 | -5/+7 |
| | | |||||
| * | Add parenthesis around GETPTR macros. | Travis Oliphant | 2007-05-27 | 1 | -8/+8 |
| | | |||||
| * | Make 1.0.3 tag a version release. | Travis Oliphant | 2007-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix tab/space. | Travis Oliphant | 2007-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix up getlimits to work with Python2.3 | Travis Oliphant | 2007-05-23 | 1 | -5/+19 |
| | | |||||
| * | Fix some compiler warnings. | Travis Oliphant | 2007-05-23 | 1 | -2/+2 |
| | | |||||
| * | Properly decrement references for _internal.py imports | Travis Oliphant | 2007-05-23 | 4 | -9/+21 |
| | | |||||
| * | Expose numpy.iinfo and re-implement so it supports big-endian as well. | Travis Oliphant | 2007-05-23 | 1 | -25/+15 |
| | | |||||
| * | Fix so that _internal.py gets imported when it is needed. Perhaps this will ↵ | Travis Oliphant | 2007-05-23 | 5 | -12/+37 |
| | | | | | fix the problem with multiple-interpreters not working correctly. | ||||
| * | Add an dummy import statement so that freeze programs pick up _internal.p | Travis Oliphant | 2007-05-23 | 1 | -0/+1 |
| | | |||||
| * | Remove import multiarray from top of _internal.py | Travis Oliphant | 2007-05-23 | 2 | -5/+6 |
| | | |||||
| * | Add regression test for ticket #501 [patch by Andrew Straw]. | Stefan van der Walt | 2007-05-23 | 1 | -0/+9 |
| | | |||||
| * | Re-think the byte-swapping unicode tests. They were correct to begin with. ↵ | Travis Oliphant | 2007-05-23 | 2 | -7/+10 |
| | | | | | Try to fix the new bug on narrow builds. | ||||
| * | Remove tests for inequality on unicode scalars --- not sure why they were ↵ | Travis Oliphant | 2007-05-22 | 3 | -15/+19 |
| | | | | | there in the first place. Fix bug in masked_array. | ||||
| * | Fix ticket #501 which caused some array printing problems | Travis Oliphant | 2007-05-22 | 1 | -0/+2 |
| | | |||||
| * | Added most of patch from #422. | Travis Oliphant | 2007-05-22 | 1 | -36/+5 |
| | | |||||
| * | Add a few more checks to make sure that numpy unicode scalars report ↵ | Travis Oliphant | 2007-05-22 | 2 | -12/+29 |
| | | | | | correctly on narrow builds. Fix a long-standing seg-fault that arose when calling u.imag on an object with numpy.unicode_ type. | ||||
| * | Fix scalar inf comparison in allclose. | Travis Oliphant | 2007-05-22 | 1 | -7/+8 |
| | | |||||
| * | Fix array interface url. | Stefan van der Walt | 2007-05-22 | 1 | -1/+1 |
| | | |||||
| * | Be robust when the shared distribution object exists does not have ↵ | Robert Kern | 2007-05-22 | 1 | -2/+2 |
| | | | | | data_files set. This can happen when easy_install automatically builds dependencies. | ||||
| * | Use a more robust method for finding the directory of the setup.py file ↵ | Robert Kern | 2007-05-21 | 1 | -13/+18 |
| | | | | | calling Configuration(). easy_install spoofs __name__, thus confusing the old method. | ||||
| * | minor cleanups in numpy.distutils (style mostly) | cookedm | 2007-05-21 | 5 | -71/+60 |
| | | |||||
| * | Clean up and completed (hopefully) MSVC support. | Pearu Peterson | 2007-05-19 | 3 | -9/+42 |
| | | |||||
| * | win32: fix install when build has been carried out earlier. | Pearu Peterson | 2007-05-19 | 1 | -4/+4 |
| | | |||||
| * | More typo fixes. | Pearu Peterson | 2007-05-19 | 1 | -3/+1 |
| | | |||||
| * | Fix typo. | Pearu Peterson | 2007-05-19 | 1 | -1/+1 |
| | | |||||
| * | Fix atlas version detection when using MSVC compiler | Pearu Peterson | 2007-05-19 | 2 | -1/+39 |
| | | |||||
| * | Fix fcompiler/compiler unification warning. | Pearu Peterson | 2007-05-19 | 1 | -2/+6 |
| | | |||||
| * | Fix for win32 platform. | Pearu Peterson | 2007-05-19 | 1 | -0/+1 |
| | | |||||
| * | Add descriptions to config_fc and config_cc commands. | Pearu Peterson | 2007-05-18 | 1 | -1/+4 |
| | | |||||
| * | Added --fcompiler,--help-fcompiler options to build command parallel to ↵ | Pearu Peterson | 2007-05-18 | 3 | -6/+24 |
| | | | | | --compiler,--help-compiler options. | ||||
| * | show less messages in --help-fcompiler | Pearu Peterson | 2007-05-18 | 1 | -1/+1 |
| | | |||||
| * | Added --help-fcompiler option to build_ext command. | Pearu Peterson | 2007-05-18 | 1 | -1/+6 |
| | | |||||
| * | added config to --fcompiler option unification method. introduced config_cc ↵ | Pearu Peterson | 2007-05-18 | 4 | -13/+47 |
| | | | | | for unifying --compiler options. | ||||
| * | unify config_fc, build_clib, build_ext commands --fcompiler options so that ↵ | Pearu Peterson | 2007-05-18 | 4 | -11/+23 |
| | | | | | --fcompiler can be specified only once in a command line | ||||
| * | Fixed warnings on language changes. | Pearu Peterson | 2007-05-18 | 2 | -11/+4 |
| | | |||||
| * | Minor for Python 2.3 support. | Pearu Peterson | 2007-05-18 | 1 | -4/+3 |
| | | |||||
| * | g3 f2py: impl. compiling Fortran codes online (function ↵ | Pearu Peterson | 2007-05-18 | 9 | -265/+264 |
| | | | | | numpy.f2py.lib.compile), clean up testing. | ||||
| * | Extension modules and libraries are built with suitable compilers/linkers. ↵ | Pearu Peterson | 2007-05-18 | 2 | -177/+295 |
| | | | | | Improved failure handling. | ||||
| * | build_src: introduced --swig and other related options (as in std distutils ↵ | Pearu Peterson | 2007-05-18 | 1 | -51/+97 |
| | | | | | build_ext command), use --f2py-opts instead of --f2pyflags, improved error messages. | ||||
| * | fix typo: iteratable -> iterator | cookedm | 2007-05-18 | 1 | -1/+1 |
| | | |||||
| * | Fix ticekt #511 and start to handle allclose problems. | Travis Oliphant | 2007-05-17 | 2 | -9/+21 |
| | | |||||
| * | Fix some bugs with isposinf and isneginf as well as with how allclose dealt ↵ | Travis Oliphant | 2007-05-17 | 2 | -2/+11 |
| | | | | | with infinities. See ticket #519 | ||||
| * | Propagate changes made to umathmodule.c to fix the problem with division and ↵ | Travis Oliphant | 2007-05-17 | 1 | -0/+7 |
| | | | | | remainder not being consistent for negative numbers. | ||||
| * | Perhaps fix the problem with multiarray_module_loaded. | Travis Oliphant | 2007-05-17 | 1 | -3/+4 |
| | | |||||
| * | Fixed a place where unicode itemsize was being counted twice. This led to ↵ | Travis Oliphant | 2007-05-16 | 1 | -4/+1 |
| | | | | | array([u'abc'],'U') returning the wrong itemsize. | ||||
| * | Fix problem with records with object elements and add pretty-printing to ↵ | Travis Oliphant | 2007-05-15 | 2 | -8/+18 |
| | | | | | record objects. Remove the global _multiarray_module_loaded. | ||||
| * | Add stacklevel=2 to DeprecationWarning for ScipyTestCase | cookedm | 2007-05-15 | 1 | -1/+1 |
| | | |||||
| * | #513: fix up include of fenv.c in numarray for cygwin | cookedm | 2007-05-15 | 4 | -15/+11 |
| | | |||||
