summaryrefslogtreecommitdiff
path: root/scipy/base/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-428/+0
* Added mergesorts for STRING and UNICODE and exposed lexsortTravis Oliphant2006-01-011-1/+1
* Added lexicographic sort.Travis Oliphant2006-01-011-1/+1
* Fixed importing _dotblas.Pearu Peterson2005-12-301-1/+1
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-5/+1
* Moved dotblas back to scipy.corelib (scipy.base.numeric tries to import it)Pearu Peterson2005-12-161-1/+1
* Fixed _dotblas import.Pearu Peterson2005-12-161-1/+1
* Fixed pickling to support arbitrary dtypedescr arrays.Travis Oliphant2005-12-131-1/+1
* Field specification possible with two-kinds of dictionariesTravis Oliphant2005-12-061-2/+2
* Fixed up tuple as data descriptor and added datadescr for descriptor constructorTravis Oliphant2005-12-051-1/+3
* Added PyArray_SetField to API. Began code to allow setting the data type wit...Travis Oliphant2005-12-011-1/+3
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-301-2/+2
* Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc pyvalue...Travis Oliphant2005-11-291-0/+2
* Fix memmap some. Fix reductions on object arrays.Travis Oliphant2005-11-201-1/+3
* Improve writeable detection.Travis Oliphant2005-11-191-0/+1
* Improved MultiIterator Macros. Added it to namespace.Travis Oliphant2005-11-141-1/+2
* Added PyUFunc_On_Om to UFunc C-APITravis Oliphant2005-10-291-1/+2
* Add __all__ statements to base.{oldnumeric,numeric,numerictypes}cookedm2005-10-281-36/+68
* Fixed problem with correlate.Travis Oliphant2005-10-271-1/+1
* Fix segfault with Character arrays.Travis Oliphant2005-10-261-0/+2
* EJS: Patch to use proper True and False values rather than 1 and 0. This all...edschofield2005-10-221-6/+6
* Tried different ones algorithm. Wasn't faster.Travis Oliphant2005-10-201-2/+5
* Added .fill method.Travis Oliphant2005-10-201-3/+2
* Changed lookup to a single list.Travis Oliphant2005-10-201-50/+64
* Removed mapiter from Python exposure.Travis Oliphant2005-10-141-0/+1
* Fixes made necessary by change to asarray.Travis Oliphant2005-10-141-4/+4
* Fixed subclass PyArray_New error segfault. Updated f2py for newscipy (a little)Travis Oliphant2005-10-141-5/+5
* Fixed so that array always returns an array object.Travis Oliphant2005-10-131-28/+10
* Fixed remainder to behaved like Python.Travis Oliphant2005-10-121-5/+3
* More 64-bit fixes.Travis Oliphant2005-10-071-5/+8
* Added Inf to baseTravis Oliphant2005-10-071-2/+2
* Fixed segfaults in buffered casting when castsize was different than buffersi...Travis Oliphant2005-10-031-2/+2
* Several fixes.Travis Oliphant2005-10-031-31/+43
* Fixes by Eric Firing..Travis Oliphant2005-10-021-0/+1
* Add error checking for object ufuncs.Travis Oliphant2005-10-011-0/+1
* Fixed and improved scipy.distutils.Pearu Peterson2005-09-301-14/+0
* Changed names from axxxxx to xxxx_ for types that shadow builtin types.Travis Oliphant2005-09-291-1/+1
* r3532@Blasphemy: kern | 2005-09-29 03:08:25 -0700Robert Kern2005-09-291-2/+3
* Added a can_cast Python function.Travis Oliphant2005-09-291-0/+1
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-0/+2
* Don't shadow builtins anymore.Travis Oliphant2005-09-281-2/+2
* Changes..Travis Oliphant2005-09-281-2/+2
* Eliminated random_lite libraryTravis Oliphant2005-09-281-10/+29
* r3493@803638d6: kern | 2005-09-27 19:52:10 -0700Robert Kern2005-09-281-1/+11
* r3470@803638d6: kern | 2005-09-26 17:50:04 -0700Robert Kern2005-09-281-0/+6
* Fixed fortran ravelling issues. Travis Oliphant2005-09-221-0/+1
* Fixed ufunc error handling.Travis Oliphant2005-09-211-0/+2
* Making more consistent.Travis Oliphant2005-09-201-0/+19
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-2/+5
* Adding core scipy functionsTravis Oliphant2005-09-191-19/+45