summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-1218-220/+321
* Checkin another error I found and not checked in, in numpy.distutils.system_infocookedm2006-06-121-1/+0
* Fix 'UnboundLocalError' in numpy.distutils.command.configcookedm2006-06-121-0/+1
* Fix ticket #140 where objects in a field could be specified but resulted in s...Travis Oliphant2006-06-121-6/+2
* Apply patch #137Travis Oliphant2006-06-127-246/+275
* Changed normpath to normcase to close #129Travis Oliphant2006-06-121-1/+1
* Fix logging when 'None' is used to disable environment-variableTravis Oliphant2006-06-121-2/+2
* Fix incorrect type in PyArray_FromItercookedm2006-06-101-15/+14
* Replace Python version of fromiter with one coded in C.Tim Hochberg2006-06-103-5/+139
* clean up scalar assert_*_equal in numpy.distutils.utilcookedm2006-06-101-37/+37
* Add docstrings, update common_type to return a scalar type instead of a typec...cookedm2006-06-101-14/+66
* Add a version number to pickles of ndarray and dtype.cookedm2006-06-104-29/+117
* Fix syntax error in numpy/random/old.py: can't use import * in functions anymorecookedm2006-06-101-1/+0
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-099-120/+568
* Fix typo in system_info (at 6am 'libray' looks like 'library')cookedm2006-06-091-1/+1
* Update mtrand codeTravis Oliphant2006-06-091-9/+7
* Use dot instead of matrixmultiplyTravis Oliphant2006-06-091-5/+5
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
* Make system_info saner.cookedm2006-06-094-153/+179
* Add power to integer scalar types.cookedm2006-06-064-8/+39
* Add docstrings to numeric.py, especially for seterr and geterr.cookedm2006-06-061-7/+59
* Fix unravel_index docstring.Stefan van der Walt2006-06-061-1/+1
* Impl. Fortran parser cont.Pearu Peterson2006-06-056-232/+1167
* Remove TIMSORTTravis Oliphant2006-06-021-4/+4
* Remove TIMSORT.Travis Oliphant2006-06-021-2/+0
* Comment changes and remove TIMSORT.Travis Oliphant2006-06-021-3/+4
* Change rand and randn back to not take tuple argument. Alter docstring to al...Travis Oliphant2006-06-021-1010/+938
* Change rand and randn back to not take tuple argument. Alter docstring to al...Travis Oliphant2006-06-021-4/+9
* Allow user-defined data-types to participate in the casting infrastructure. ...Travis Oliphant2006-06-026-59/+224
* Fix so that user-defined data-types aren't silently attempted.Travis Oliphant2006-06-022-76/+72
* Allow registering casting functions to built-in datatypes.:Travis Oliphant2006-06-021-7/+16
* Allow tuple argument to rand and randnTravis Oliphant2006-06-022-1051/+1130
* Remove deprecated names from ma and tests.Travis Oliphant2006-06-024-17/+21
* Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning t...Travis Oliphant2006-06-022-5/+15
* Add some checks for RegisterDataTypeTravis Oliphant2006-06-021-1/+13
* Fix syntax errors from last commit.Travis Oliphant2006-06-021-2/+2
* Updated NDARRAY_VERSION** Added RegisterCastFunc and moved RegisterDataType.Travis Oliphant2006-06-024-3/+27
* Improve registered ufuncs so that they can coerce data to and from user-defin...Travis Oliphant2006-06-025-69/+108
* Fix-up casting so that registered data-types can register casting functions a...Travis Oliphant2006-06-025-19/+56
* Fix-up handling of registering of data-types. Now it is done using a PyArray...Travis Oliphant2006-06-026-115/+21
* Allow lexsort to take any sequence as an input.Travis Oliphant2006-06-011-10/+12
* Fix up comments and checks in buffer setting and error-function setting.Travis Oliphant2006-06-011-3/+5
* Remove broken optimization...Travis Oliphant2006-06-011-16/+2
* Comment changes and change var and std to divide by N instead of N-1 Travis Oliphant2006-06-012-4/+5
* Fix-up test_scalarmath to compare against ufuncs.Travis Oliphant2006-06-012-42/+11
* Change squeeze to not return array scalars.Travis Oliphant2006-06-011-1/+1
* Fix-up the work-around.Travis Oliphant2006-06-011-15/+24
* Work-around Python bug in complex_number new for subtypes. Also change a few...Travis Oliphant2006-06-013-5/+14
* Add more complete docstring to ones_like.Stefan van der Walt2006-05-311-1/+1
* Updated g95 version pattern.Pearu Peterson2006-05-311-1/+4