summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add simple function to replace UfuncTravis Oliphant2006-08-213-8/+27
* Fix white-space issues.Travis Oliphant2006-08-1919-2189/+2189
* Fix missing numeric type issues.Travis Oliphant2006-08-181-3/+4
* Fix missing bool8Travis Oliphant2006-08-181-5/+9
* Fix logic for using THREADSTravis Oliphant2006-08-181-10/+9
* Add ndarrayobject.h file and fix ticket #255Travis Oliphant2006-08-181-0/+1549
* Fix ticket #254 and allow defining NPY_NO_PREFIX instead of including 'nopref...Travis Oliphant2006-08-183-1543/+15
* Fix ticket #252Travis Oliphant2006-08-171-1/+1
* Alter the naming of un-specified fields to start at 0Travis Oliphant2006-08-171-2/+2
* Fix mismatch between tp_name and pickle name so that pickles of scalar types ...Travis Oliphant2006-08-175-20/+33
* Fix ambiguity of list data-type objects. Lists are always interpeted as arra...Travis Oliphant2006-08-175-52/+35
* Allow titles to be used as 'meta-data'Travis Oliphant2006-08-161-8/+17
* Fix error in oldnumeric.emptyTravis Oliphant2006-08-161-1/+1
* import ctypeslib on numpy load and change name from ctypes_load_library to lo...Travis Oliphant2006-08-152-4/+7
* Test for lexsort.Stefan van der Walt2006-08-151-0/+5
* Handle 0-d case in IterAllButAxisTravis Oliphant2006-08-151-0/+2
* Fix-up issubdtype to be more usefulTravis Oliphant2006-08-151-2/+9
* Add a test function to the ctypeslib module.Travis Oliphant2006-08-141-1/+5
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-1413-56/+89
* Move ctypes-related functions out of top-levelTravis Oliphant2006-08-142-108/+109
* Remove strnlen and fix unicode copy and stripTravis Oliphant2006-08-141-3/+3
* Check for return value in linalg.detTravis Oliphant2006-08-141-0/+5
* Fix == --> = error in ufuncobject.cTravis Oliphant2006-08-141-1/+1
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-142-4/+72
* Strip characters from chararrays during comparisionTravis Oliphant2006-08-145-41/+262
* Update version to 1.0b3Travis Oliphant2006-08-141-1/+1
* Remove un-needed functions.Travis Oliphant2006-08-141-2/+2
* Restore numpy.oldnumeric.mlab.cov to MLab.cov behaviorTravis Oliphant2006-08-131-4/+29
* datatype --> dtype in ndpointer and fix logic of from_param checksTravis Oliphant2006-08-131-23/+28
* Allow for type-less ndpointer.Travis Oliphant2006-08-131-5/+8
* Improve ndpointer to allow shape and flags checking as well.Travis Oliphant2006-08-131-8/+55
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ...Travis Oliphant2006-08-133-23/+54
* Fix ticket #243Travis Oliphant2006-08-131-0/+2
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-137-28/+44
* Minor change in test for ticket #239.Stefan van der Walt2006-08-121-1/+1
* Add test for object array creation.Stefan van der Walt2006-08-121-0/+9
* numpy.core.setup: remove forgotten kws_argscookedm2006-08-121-1/+0
* Some fixes to array interface on Numpy side --- make sure descr pointer is NU...Travis Oliphant2006-08-112-4/+11
* Check for errors when casting from non-number types.Travis Oliphant2006-08-113-5/+6
* Allow .astype method to work on data-types with fields.Travis Oliphant2006-08-111-0/+3
* Rework meaning of isnative so it takes into account the fields. Travis Oliphant2006-08-111-2/+29
* Fix record class so that it returns chararrays and record arrays as needed as...Travis Oliphant2006-08-111-2/+10
* Fix silly mistake in chararray.Travis Oliphant2006-08-111-0/+1
* Finish adding the rest of numarray compatibilityTravis Oliphant2006-08-105-0/+33
* Fix ticket #240Travis Oliphant2006-08-101-2/+2
* Add qr decomposition to linalgTravis Oliphant2006-08-109-41/+267
* The code generators for the API now create a .txt file (in ReST format)cookedm2006-08-104-64/+159
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-106-76/+114
* Fix ticket #239Travis Oliphant2006-08-101-4/+3
* fix more argument lists for ma.py --- output arrays are ignored for masked ar...Travis Oliphant2006-08-101-3/+5