summaryrefslogtreecommitdiff
path: root/scipy/base
Commit message (Collapse)AuthorAgeFilesLines
...
* Saving changes.Travis Oliphant2005-12-034-355/+348
|
* First initial changes.Travis Oliphant2005-12-027-338/+361
|
* Added ability to get and set a tuple-type field.Travis Oliphant2005-12-012-29/+90
|
* 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-016-24/+170
| | | | with a tuple of (dtype, shape) for better records support.
* Basic record type now works.Travis Oliphant2005-12-015-85/+113
|
* Fixed argmin bug.Travis Oliphant2005-11-302-6/+17
|
* Fixed segfault bug on type change for 0-d arrays.Travis Oliphant2005-11-301-4/+4
|
* Improvements to chararray.Travis Oliphant2005-11-301-27/+36
|
* Fixed up ndchararray a bit. Fixed up use of registered data types.Travis Oliphant2005-11-308-185/+241
|
* Added .var method and fixed problem with .stdTravis Oliphant2005-11-304-6/+30
|
* Removed print statement and added CastScalarToCtype function.Travis Oliphant2005-11-294-3/+49
|
* Add GetPyValues to UFunc_API. Add mechanism so that if default ufunc ↵Travis Oliphant2005-11-295-68/+57
| | | | 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-292-5/+8
|
* Added some macros and function for accessing ndarrayTravis Oliphant2005-11-294-17/+72
|
* Added PY_UFUNC_UNIQUE_SYMBOL and friends. A few edits to C-API documentation.Travis Oliphant2005-11-241-1/+13
|
* Improvements to multiter and flatiter types -- give them a few attributesTravis Oliphant2005-11-224-30/+172
|
* Fixed up unicode scalar object issues. Started character array sub-class.Travis Oliphant2005-11-225-1137/+178
|
* Cleaned up memmap.py and made it available. Started with chararray.Travis Oliphant2005-11-225-101/+98
|
* Andrew Straw's patch to avoid conflicts with a C++ compiler defining Bool.Fernando Perez2005-11-221-0/+2
|
* Fixed problem with ravel and 1-d.Travis Oliphant2005-11-203-14/+30
|
* Added simple memory mapping to core.Travis Oliphant2005-11-204-804/+59
|
* Fix memmap some. Fix reductions on object arrays.Travis Oliphant2005-11-207-40/+97
|
* Fixed compiler warning for 64 bit platform.Pearu Peterson2005-11-191-1/+2
|
* Improve writeable detection.Travis Oliphant2005-11-194-57/+94
|
* Added memory mapping from numarray.Travis Oliphant2005-11-191-0/+806
|
* Fixed autocasting tests to casting tests.. Inplace casting is not supported.Travis Oliphant2005-11-182-8/+14
|
* Reverted matrix.py to previous state.Travis Oliphant2005-11-181-232/+49
|
* Fixes and efficiency improvements for matricesedschofield2005-11-181-23/+68
|
* Fixed array_resize problem.Travis Oliphant2005-11-181-0/+1
|
* Minor changes.Travis Oliphant2005-11-181-2/+3
|
* Added asmatrix() function, as a parallel to asarray(), and new testsedschofield2005-11-182-19/+33
|
* Bug fixes and transparent upcasting for matrix objectsedschofield2005-11-182-46/+220
|
* Cleaned up.Travis Oliphant2005-11-181-17/+24
|
* Re-factored ConvertToCommonType and added to C-API.Travis Oliphant2005-11-182-81/+50
|
* Fixed up problem with PyArray_ArrayType that was causing trouble with ↵Travis Oliphant2005-11-183-14/+54
| | | | 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-182-23/+23
|
* 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 bug in test_matrix.pyedschofield2005-11-171-1/+1
|
* Fixed a problem with PyArray_Where.Travis Oliphant2005-11-171-6/+10
|
* Removed generic typecode capability.Travis Oliphant2005-11-172-42/+31
|
* (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-165-145/+86
|
* Closed a few more leaks.Travis Oliphant2005-11-146-27/+24
|