Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -428/+0 |
| | |||||
* | Added mergesorts for STRING and UNICODE and exposed lexsort | Travis Oliphant | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | Added lexicographic sort. | Travis Oliphant | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed importing _dotblas. | Pearu Peterson | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Fixed problems revealed by pychecker. | Travis Oliphant | 2005-12-30 | 1 | -5/+1 |
| | |||||
* | Moved dotblas back to scipy.corelib (scipy.base.numeric tries to import it) | Pearu Peterson | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | Fixed _dotblas import. | Pearu Peterson | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | Fixed pickling to support arbitrary dtypedescr arrays. | Travis Oliphant | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Field specification possible with two-kinds of dictionaries | Travis Oliphant | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | Fixed up tuple as data descriptor and added datadescr for descriptor constructor | Travis Oliphant | 2005-12-05 | 1 | -1/+3 |
| | |||||
* | Added PyArray_SetField to API. Began code to allow setting the data type ↵ | Travis Oliphant | 2005-12-01 | 1 | -1/+3 |
| | | | | with a tuple of (dtype, shape) for better records support. | ||||
* | Fixed up ndchararray a bit. Fixed up use of registered data types. | Travis Oliphant | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc ↵ | Travis Oliphant | 2005-11-29 | 1 | -0/+2 |
| | | | | pyvalues are in use the variable look up is by-passed. A method call updates this static variable. | ||||
* | Fix memmap some. Fix reductions on object arrays. | Travis Oliphant | 2005-11-20 | 1 | -1/+3 |
| | |||||
* | Improve writeable detection. | Travis Oliphant | 2005-11-19 | 1 | -0/+1 |
| | |||||
* | Improved MultiIterator Macros. Added it to namespace. | Travis Oliphant | 2005-11-14 | 1 | -1/+2 |
| | |||||
* | Added PyUFunc_On_Om to UFunc C-API | Travis Oliphant | 2005-10-29 | 1 | -1/+2 |
| | |||||
* | Add __all__ statements to base.{oldnumeric,numeric,numerictypes} | cookedm | 2005-10-28 | 1 | -36/+68 |
| | | | | This should cut down the number of accidental imports | ||||
* | Fixed problem with correlate. | Travis Oliphant | 2005-10-27 | 1 | -1/+1 |
| | |||||
* | Fix segfault with Character arrays. | Travis Oliphant | 2005-10-26 | 1 | -0/+2 |
| | |||||
* | EJS: Patch to use proper True and False values rather than 1 and 0. This ↵ | edschofield | 2005-10-22 | 1 | -6/+6 |
| | | | | | | | | | | | | allows stricter type checking when we expect a boolean value to prevent the user shooting himself in the foot. Example: >>> a = zeros(1,2,3) used to succeed, creating an array of shape (1,), dtype 2, and fortran=True, which was probably not intended. It now raises a TypeError. [The user probably wants something else, like zeros((1,2,3)).] | ||||
* | Tried different ones algorithm. Wasn't faster. | Travis Oliphant | 2005-10-20 | 1 | -2/+5 |
| | |||||
* | Added .fill method. | Travis Oliphant | 2005-10-20 | 1 | -3/+2 |
| | |||||
* | Changed lookup to a single list. | Travis Oliphant | 2005-10-20 | 1 | -50/+64 |
| | |||||
* | Removed mapiter from Python exposure. | Travis Oliphant | 2005-10-14 | 1 | -0/+1 |
| | |||||
* | Fixes made necessary by change to asarray. | Travis Oliphant | 2005-10-14 | 1 | -4/+4 |
| | |||||
* | Fixed subclass PyArray_New error segfault. Updated f2py for newscipy (a little) | Travis Oliphant | 2005-10-14 | 1 | -5/+5 |
| | |||||
* | Fixed so that array always returns an array object. | Travis Oliphant | 2005-10-13 | 1 | -28/+10 |
| | |||||
* | Fixed remainder to behaved like Python. | Travis Oliphant | 2005-10-12 | 1 | -5/+3 |
| | |||||
* | More 64-bit fixes. | Travis Oliphant | 2005-10-07 | 1 | -5/+8 |
| | |||||
* | Added Inf to base | Travis Oliphant | 2005-10-07 | 1 | -2/+2 |
| | |||||
* | Fixed segfaults in buffered casting when castsize was different than ↵ | Travis Oliphant | 2005-10-03 | 1 | -2/+2 |
| | | | | buffersize. Also fixed so copies are made whenever the array is less than the buffersize | ||||
* | Several fixes. | Travis Oliphant | 2005-10-03 | 1 | -31/+43 |
| | |||||
* | Fixes by Eric Firing.. | Travis Oliphant | 2005-10-02 | 1 | -0/+1 |
| | |||||
* | Add error checking for object ufuncs. | Travis Oliphant | 2005-10-01 | 1 | -0/+1 |
| | |||||
* | Fixed and improved scipy.distutils. | Pearu Peterson | 2005-09-30 | 1 | -14/+0 |
| | |||||
* | Changed names from axxxxx to xxxx_ for types that shadow builtin types. | Travis Oliphant | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | r3532@Blasphemy: kern | 2005-09-29 03:08:25 -0700 | Robert Kern | 2005-09-29 | 1 | -2/+3 |
| | | | | More test fixes | ||||
* | Added a can_cast Python function. | Travis Oliphant | 2005-09-29 | 1 | -0/+1 |
| | |||||
* | a.flags returns fancy array-connected dictionary. | Travis Oliphant | 2005-09-29 | 1 | -0/+2 |
| | |||||
* | Don't shadow builtins anymore. | Travis Oliphant | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | Changes.. | Travis Oliphant | 2005-09-28 | 1 | -2/+2 |
| | |||||
* | Eliminated random_lite library | Travis Oliphant | 2005-09-28 | 1 | -10/+29 |
| | |||||
* | r3493@803638d6: kern | 2005-09-27 19:52:10 -0700 | Robert Kern | 2005-09-28 | 1 | -1/+11 |
| | | | | get_scipy_include() docs and fix; f2py updated to use get_scipy_include(); mtrand integration | ||||
* | r3470@803638d6: kern | 2005-09-26 17:50:04 -0700 | Robert Kern | 2005-09-28 | 1 | -0/+6 |
| | | | | Don't install headers under /include/python2.4 but into the package | ||||
* | Fixed fortran ravelling issues. | Travis Oliphant | 2005-09-22 | 1 | -0/+1 |
| | |||||
* | Fixed ufunc error handling. | Travis Oliphant | 2005-09-21 | 1 | -0/+2 |
| | |||||
* | Making more consistent. | Travis Oliphant | 2005-09-20 | 1 | -0/+19 |
| | |||||
* | Fixing some array scalar inconsistencies. | Travis Oliphant | 2005-09-19 | 1 | -2/+5 |
| | |||||
* | Adding core scipy functions | Travis Oliphant | 2005-09-19 | 1 | -19/+45 |
| |