summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make a release.v1.0rc3Travis Oliphant2006-10-191-2/+2
* Fix test.Travis Oliphant2006-10-191-2/+2
* Add print and log facilities to error handling and change the default error m...Travis Oliphant2006-10-196-34/+88
* Allow F_CONTIGUOUS and C_CONTIGUOUS as aliases to FORTRAN and CONTIGUOUSTravis Oliphant2006-10-182-2/+17
* Fix-up so that if on creation, a string or unicode data-type has an empty els...Travis Oliphant2006-10-181-3/+9
* Fix Ticket #352Travis Oliphant2006-10-183-19/+29
* Change to sig (signature) keyword.Travis Oliphant2006-10-181-2/+2
* Allow entry in self->types to type= keyword. Change from dtype= keyword beca...Travis Oliphant2006-10-181-10/+49
* Add ability to select specific 1-d loop to use when calling a ufunc, either b...Travis Oliphant2006-10-181-18/+151
* Fix so that reshape copies fewer times. Fix so that arr.ctypes.data returns t...Travis Oliphant2006-10-183-8/+32
* Increase the C-API and allow ufuncs to be given keyword arguments. Re-compil...Travis Oliphant2006-10-173-58/+108
* Allow ability to reset the string function to the builtin string function.Travis Oliphant2006-10-172-17/+28
* Change the 'array' function so that forcecast is true.Travis Oliphant2006-10-171-0/+2
* Fix PyArray_FromAny so that it raises an exception on casting unless FORCECAS...Travis Oliphant2006-10-171-40/+37
* Fix #350 by changing wording.Travis Oliphant2006-10-171-1/+1
* include <signal.h> when trying check for SIGSEGVTravis Oliphant2006-10-171-0/+1
* Re-format THANKS.txt and add check for reshape order argument.Travis Oliphant2006-10-172-7/+21
* Fix reshape for FORTRAN order from 1-d arrays.Travis Oliphant2006-10-171-32/+60
* Added yours truly to THANKS.txtedschofield2006-10-171-1/+2
* Applied patch for ticket #345: fix to test_errstate for Python 2.5Travis Oliphant2006-10-161-5/+12
* Fix qr decomposition. The dimensions m,n were taken from the fortran ordered ...Charles Harris2006-10-162-24/+16
* Fix finfo eps and huge to be array scalars of the appropriate type. And use ...Travis Oliphant2006-10-162-5/+5
* Change error exception to RankWarning.Charles Harris2006-10-161-19/+65
* Make sure order is an integerCharles Harris2006-10-151-1/+1
* Set rcond to precision of x as default.Charles Harris2006-10-151-2/+13
* Scale the x vector in polyfit to improve condition of Vandermonde matrix.Charles Harris2006-10-141-18/+48
* F2PY G3: fixed compiler warnings.Pearu Peterson2006-10-144-75/+115
* Add test for ticket #339.Stefan van der Walt2006-10-141-0/+5
* Add tests for tickets #335, #341, #342 and #344.Stefan van der Walt2006-10-141-0/+19
* Add roll function from ticket #293Travis Oliphant2006-10-132-2/+21
* F2PY G3: modules can import f90 derived type wrappers from other modules.Pearu Peterson2006-10-134-23/+92
* Fix ticket #342.Travis Oliphant2006-10-131-17/+14
* Fix ticket #344: normalize repr of dtypes with shapes. Also change align arg...Travis Oliphant2006-10-131-4/+14
* Mention scaling in the polyfit docstring.Charles Harris2006-10-131-8/+13
* Fix mgrid for count of 1Travis Oliphant2006-10-131-5/+7
* Fix ticket #341: part with 'c' arrays not being comparable to strings.Travis Oliphant2006-10-132-4/+4
* Fixes from 64-bit warnings in ticket #337Travis Oliphant2006-10-133-5/+6
* Add fix so that '()type' is detectedTravis Oliphant2006-10-131-2/+15
* Fix-up tensor solve and tensor inv and rename to match tensordot.Travis Oliphant2006-10-132-28/+46
* F2PY G3: exposing f90 type information via _API variable for other modules.Pearu Peterson2006-10-133-11/+26
* Add a rcond parameter to the polyfit function and give it the double precisionCharles Harris2006-10-132-38/+51
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-136-30/+131
* Add solvetensor and invtensorTravis Oliphant2006-10-132-3/+71
* Forgot this file in last commit:Tim Hochberg2006-10-121-0/+45
* Added docstring and tests to errstate. Also added 'all' option for seterr so ...Tim Hochberg2006-10-122-6/+48
* Under Python 2.5 on windows test_multiarray was failing mysteriously. Applyin...Tim Hochberg2006-10-121-1/+1
* (no commit message)Robert Cimrman2006-10-121-7/+5
* modernized to use new numpy features, speed-up of unique1d, doc updateRobert Cimrman2006-10-121-75/+95
* FixTravis Oliphant2006-10-122-9/+67
* Add errstate object to be created in new 'with' statementTravis Oliphant2006-10-111-1/+9