summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Add tests of the sort and argsort methods preparatory to merging newCharles Harris2008-02-121-0/+168
* Fix type. Sorry about that.Pearu Peterson2008-02-121-3/+3
* hpux fortran compiler support: patch from an user feedback.Pearu Peterson2008-02-121-2/+5
* initial port from Moin Moin siteJarrod Millman2008-02-101-0/+241
* Fix whitespace and compiler warning. _compiled_base.c is full of ugly code andCharles Harris2008-02-101-28/+32
* Add tests for sorting strings containing zeros.Charles Harris2008-02-101-0/+12
* Fix STRING_compare function to work correctly with strings containing zeros.Charles Harris2008-02-101-1/+11
* Add inline string compare functions for strings and UCS4. The indirect mergeCharles Harris2008-02-101-6/+38
* Add PyArray_CompareString function, but don't add it to the OBJECT_API yet. ACharles Harris2008-02-101-0/+18
* Add ma for scons buildDavid Cournapeau2008-02-092-0/+19
* Do not install config.h, since it not needed anymore for numpy APIDavid Cournapeau2008-02-091-1/+0
* Merge maskedarray branch.Stefan van der Walt2008-02-0925-2298/+9347
|\
| * Merge maskedarray branch up to r4776.Stefan van der Walt2008-02-0948-241/+1892
| |\ | |/ |/|
* | Add numpyconfig.h to the installchris.burns2008-02-081-0/+1
* | ran reindentJarrod Millman2008-02-0823-181/+170
* | Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-0815-146/+296
|\ \
| * | Add regression test for searchsorted on variable-length arrays.Stefan van der Walt2008-02-011-0/+5
| * | Remove unused variable in last change.Travis Oliphant2008-01-311-1/+0
| * | Fix type-coercion for search sorted so that it works with variable-length arr...Travis Oliphant2008-01-311-9/+12
| * | Fix intent(callback) when used inside Fortran source.Pearu Peterson2008-01-311-3/+7
| * | Add regression test for fromstring.Stefan van der Walt2008-01-291-0/+4
| * | Fix fromstring to match fromfile behavior when parsing integers (base-10 only...Travis Oliphant2008-01-292-1/+2
* | | Return as soon as possible of no sconscripts is detected in scons command, toDavid Cournapeau2008-01-251-0/+3
* | | Make distutils command build run scons commandDavid Cournapeau2008-01-251-0/+6
* | | Use eval instead of dynamic import in scons_generate_config_py, so that we doDavid Cournapeau2008-01-231-4/+2
* | | Handle NO_SIGNAL for platforms which do not define itDavid Cournapeau2008-01-232-3/+5
* | | Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-15/+19
* | | Remove unneeded comment in numpyconfig.h templateDavid Cournapeau2008-01-211-1/+0
* | | Fixes for config and numpyconfig header generation:David Cournapeau2008-01-212-5/+3
* | | Fixes for config and numpyconfig header generation:David Cournapeau2008-01-212-5/+12
* | | Fixes for config and numpyconfig header generation:David Cournapeau2008-01-212-4/+6
* | | Fixes for config and numpyconfig header generation:David Cournapeau2008-01-212-2/+3
* | | Merge changes in cleanconfig_rtmDavid Cournapeau2008-01-183-31/+36
* | | Typo in numpy.core SConstructDavid Cournapeau2008-01-131-2/+2
* | | Merge revisions 4706:4720 from the trunkDavid Cournapeau2008-01-131-1/+1
* | | Trivial cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-6/+3
* | | Fix typo in numpy.core SConstructDavid Cournapeau2008-01-081-5/+5
* | | Trivial cleanings in numpy.core SConstructDavid Cournapeau2008-01-082-4/+5
* | | More cleaning of numpy.core SConstructDavid Cournapeau2008-01-081-49/+37
* | | Simplify math funcs check in SConstructDavid Cournapeau2008-01-081-16/+7
* | | Remove deprecated builder for config.hDavid Cournapeau2008-01-082-45/+1
* | | Now we use automatically generated config header instead of old kludge takenDavid Cournapeau2008-01-082-8/+16
* | | Add groupe of math functions availability in generated config headerDavid Cournapeau2008-01-081-0/+20
* | | More work on automatic generation of config.h (not ready yet)David Cournapeau2008-01-081-6/+12
* | | Add PyOS_ascii_strtod test for automatic config header generationDavid Cournapeau2008-01-081-0/+7
* | | Refactor the check for m library + functions in numpy.core SConstructDavid Cournapeau2008-01-082-14/+34
* | | Merged revisions 4677-4704 from http://svn.scipy.org/svn/numpy/trunkDavid Cournapeau2008-01-081-0/+1
* | | Change write_info imports, put in top numscons namespaceDavid Cournapeau2008-01-072-2/+2
* | | numpy.linalg now builds with sconsDavid Cournapeau2008-01-072-0/+53
* | | numpy.lib now builds with sconsDavid Cournapeau2008-01-072-0/+28