summaryrefslogtreecommitdiff
path: root/scipy/base/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Conversion from PyArray_Typecode to PyArray_Descr * now compiles.Travis Oliphant2005-12-046-182/+178
|
* Finished pass 1 of fixtype changes. Now, fix compile errors...Travis Oliphant2005-12-047-394/+383
|
* More changes...Travis Oliphant2005-12-044-265/+180
|
* Saving incremental changesTravis Oliphant2005-12-033-87/+185
|
* Incremental changes to fixtype branch.Travis Oliphant2005-12-034-207/+221
|
* Saving changes.Travis Oliphant2005-12-032-321/+322
|
* First initial changes.Travis Oliphant2005-12-025-301/+331
|
* Added ability to get and set a tuple-type field.Travis Oliphant2005-12-011-27/+88
|
* Added ability to set data type to a tupleTravis Oliphant2005-12-012-54/+138
|
* Added PyArray_SetField to API. Began code to allow setting the data type ↵Travis Oliphant2005-12-013-7/+121
| | | | with a tuple of (dtype, shape) for better records support.
* Basic record type now works.Travis Oliphant2005-12-012-20/+28
|
* Fixed argmin bug.Travis Oliphant2005-11-301-3/+2
|
* Fixed segfault bug on type change for 0-d arrays.Travis Oliphant2005-11-301-4/+4
|
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-304-51/+67
|
* Added .var method and fixed problem with .stdTravis Oliphant2005-11-303-5/+29
|
* Removed print statement and added CastScalarToCtype function.Travis Oliphant2005-11-293-2/+44
|
* Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc ↵Travis Oliphant2005-11-292-22/+49
| | | | pyvalues are in use the variable look up is by-passed. A method call updates this static variable.
* Fixed object array math with non-array types.Travis Oliphant2005-11-291-4/+8
|
* Added some macros and function for accessing ndarrayTravis Oliphant2005-11-291-1/+12
|
* Improvements to multiter and flatiter types -- give them a few attributesTravis Oliphant2005-11-222-5/+105
|
* Fixed up unicode scalar object issues. Started character array sub-class.Travis Oliphant2005-11-223-22/+26
|
* Fixed problem with ravel and 1-d.Travis Oliphant2005-11-202-12/+11
|
* Added simple memory mapping to core.Travis Oliphant2005-11-202-12/+25
|
* Fix memmap some. Fix reductions on object arrays.Travis Oliphant2005-11-204-30/+85
|
* Fixed compiler warning for 64 bit platform.Pearu Peterson2005-11-191-1/+2
|
* Improve writeable detection.Travis Oliphant2005-11-192-7/+39
|
* Fixed array_resize problem.Travis Oliphant2005-11-181-0/+1
|
* Minor changes.Travis Oliphant2005-11-181-2/+3
|
* Cleaned up.Travis Oliphant2005-11-181-17/+24
|
* Re-factored ConvertToCommonType and added to C-API.Travis Oliphant2005-11-181-81/+46
|
* Fixed up problem with PyArray_ArrayType that was causing trouble with ↵Travis Oliphant2005-11-182-12/+50
| | | | PyArray_Choose. Also altered concatenate and choose so that type selection is not swayed by scalars.
* Allow data to be NULL in PyUFunc_FromFuncAndDataTravis Oliphant2005-11-181-18/+13
|
* Disallow arrays and array scalars as types.Travis Oliphant2005-11-171-9/+9
|
* Fixed up fancy_indexing check to handle more sequences.Travis Oliphant2005-11-171-45/+37
|
* Fixed a problem with PyArray_Where.Travis Oliphant2005-11-171-6/+10
|
* Removed generic typecode capability.Travis Oliphant2005-11-171-41/+29
|
* (no commit message)Travis Oliphant2005-11-162-3/+5
|
* Fixed some issues with fromfile and hopefully with mingw32 compilations.Travis Oliphant2005-11-162-13/+10
|
* Fixed strings as indexobject segfault.Travis Oliphant2005-11-161-5/+23
|
* Fixed svd and eig to be compatible with full scipy. Eliminate warning.Travis Oliphant2005-11-162-7/+7
|
* Fixed set memory to zero for generic allocator.Travis Oliphant2005-11-162-2/+9
|
* Altered allocator for scalars.Travis Oliphant2005-11-161-1/+12
|
* Removed dependence on Python memory allocator for most scipy core objects.Travis Oliphant2005-11-163-142/+86
|
* Closed a few more leaks.Travis Oliphant2005-11-143-26/+19
|
* Added multiter type to expose broadcasting as an iterator.Travis Oliphant2005-11-142-3/+209
|
* Fix a.imag = obj problem.Travis Oliphant2005-11-142-4/+4
|
* Modify README.txtTravis Oliphant2005-11-132-1/+2
|
* Patch by Andrew Straw, which fixes recently introduced segfaults triggeredFernando Perez2005-11-131-4/+5
| | | | | because arraymethods.c's _ARET() macro assumes its input is PyArrayObject*, whereas in these cases it's simply PyObject*.
* Added a few features to the C-APITravis Oliphant2005-11-121-8/+9
|
* Removed svn version number for release.Travis Oliphant2005-11-121-5/+5
|