summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated version.pyv0.9.6Travis Oliphant2006-03-141-2/+3
* Add rest of the examples for pyrex and swigTravis Oliphant2006-03-1416-0/+1880
* Fix missing increment of reference count.Travis Oliphant2006-03-143-12/+21
* Fix scalar multiplication in optimized dot.Travis Oliphant2006-03-132-26/+52
* Fix consistency of optimized dotTravis Oliphant2006-03-131-2/+7
* Remove numpy distutils from autoload and fix 64-bit bug.Travis Oliphant2006-03-132-2/+1
* remove unused importsTim Leslie2006-03-134-8/+6
* update tests to all run correctlyTim Leslie2006-03-134-7/+6
* Deleting copied filesTravis Oliphant2006-03-132-551/+0
* Move swig and pyrex overTravis Oliphant2006-03-132-0/+551
* Adding swig and pyrex examplesTravis Oliphant2006-03-135-4/+560
* Fix ticket #35Travis Oliphant2006-03-131-8/+31
* Fix up oldnumeric.py functions to return intput class where possible. Allow ...Travis Oliphant2006-03-136-104/+311
* Fix defect #28Travis Oliphant2006-03-121-2/+2
* Fix object array setting.Travis Oliphant2006-03-121-1/+5
* Fixed segfault on multiarray import in install directory. Now, it just raise...Travis Oliphant2006-03-122-9/+10
* Fixed typeNA (ticket #31)Travis Oliphant2006-03-111-11/+6
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-1093-688/+635
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-109-27/+27
* Add back missing typeNA valuesTravis Oliphant2006-03-101-3/+8
* Fix numpy intYY types so they correspond exactly with C-based PyArray_INTYY n...Travis Oliphant2006-03-101-29/+67
* Simplify scalar arithmetic and improve it in cases of array scalars mixed wit...Travis Oliphant2006-03-101-116/+21
* Change error raise to warning when __array_() is called with no contextTravis Oliphant2006-03-101-4/+9
* Fixed SETITEM and GETITEM macros. Added __index__ support for array scalars o...Travis Oliphant2006-03-104-5/+24
* Add unit test for negative complex powerscookedm2006-03-091-0/+2
* Fix negative integral powers of complex numbers being computed as positive po...Tim Hochberg2006-03-091-1/+1
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-083-6/+29
* Fix tabs-to-spaces and unused import re: ticket #26Travis Oliphant2006-03-081-5/+4
* Merge power_optimization branch (r2103:2205) to trunk.cookedm2006-03-076-1063/+1397
|\
| * Merge trunk (r2142:2204) to power_optimization branchcookedm2006-03-0746-523/+1204
| |\ | |/ |/|
* | Fix pickling of fortran arrays (defect #16)Travis Oliphant2006-03-062-1/+12
* | Apply Tim's code-checker tests except for white-space-only changes.Travis Oliphant2006-03-066-20/+15
* | Fix so that -OO worksTravis Oliphant2006-03-061-3/+6
* | removed checks for the mask shape; fixes ticket:19 by timlsasha2006-03-061-24/+0
* | code cleanup for ma.py by timlsasha2006-03-061-49/+49
* | Ensure scalars in finfoTravis Oliphant2006-03-061-4/+6
* | A little re-ordering.Travis Oliphant2006-03-061-4/+4
* | Fix bad substitution of PyArray_NewTravis Oliphant2006-03-061-2/+8
* | fixed ma.nonzerosasha2006-03-052-2/+14
* | Fix bug when ENSURECOPY was present but types are different.Travis Oliphant2006-03-031-1/+1
* | Fix an issue with string/unicode arrays created from scalars.Travis Oliphant2006-03-032-5/+3
* | Fixed license statementRobert Kern2006-03-021-1/+1
* | Fix equality and inequality comparison so that non-array objects are not cast...Travis Oliphant2006-03-011-7/+16
* | Remove bigndarray because Python SVN has support for 64-bit indexing.Travis Oliphant2006-03-016-79/+36
* | Swap order of fill-function arguments and make ones use fill now.Travis Oliphant2006-03-014-10/+10
* | incremented NDARRAY_VERSIONsasha2006-03-011-1/+1
* | faster ndarray.fillsasha2006-03-014-4/+69
* | made ma friendlier to pydocsasha2006-03-011-0/+2
* | Add keyword arguments to single-argument functions taking axis argument.Travis Oliphant2006-03-012-40/+60
* | implemented ndim attributesasha2006-03-012-2/+10