summaryrefslogtreecommitdiff
path: root/scipy/base/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added string processing to dtypedescr repetoireTravis Oliphant2005-12-143-33/+62
|
* Fix byte-order issues on record arrays.Travis Oliphant2005-12-133-19/+49
|
* Changed the scipy.pxi file in non-essential ways but since it will probably ↵Travis Oliphant2005-12-134-33/+63
| | | | be a reference I figured it might as well look right.
* Improved VOID_getitem and VOID_setitem when there are fields. Fixed arange ↵Travis Oliphant2005-12-132-21/+118
| | | | segfault.
* Fixed so swapped record arrays get converted properly.Travis Oliphant2005-12-131-1/+25
|
* Fixed array pickle to handle subclasses.Travis Oliphant2005-12-133-11/+12
|
* Fixed pickling to support arbitrary dtypedescr arrays.Travis Oliphant2005-12-135-66/+248
|
* Fixed missed dtype->dtypedescr.Travis Oliphant2005-12-121-1/+1
|
* Sped up arange and remainder.Travis Oliphant2005-12-113-75/+222
|
* Update alignment when appropriate.Travis Oliphant2005-12-111-1/+3
|
* Re-factor code to get dtypedescr from object.Travis Oliphant2005-12-102-59/+27
|
* Fixed-up putmask to accept anything and force the cast to BOOL.Travis Oliphant2005-12-101-2/+2
|
* Fix-up dealing with arbitrary objects as type-descriptors.Travis Oliphant2005-12-103-13/+43
|
* Moved function pointers to sub-structure.Travis Oliphant2005-12-106-117/+113
|
* Fix up object arrtypes to pass attributes to wrapped object.Travis Oliphant2005-12-101-0/+30
|
* Fix backward compatible Numeric C-API so that NULL data does not return ↵Travis Oliphant2005-12-091-3/+7
| | | | Fortran array in FromDimsAndDataAndDescr.
* Fix-up reference counting for OBJECT arrays in ufuncloop.Travis Oliphant2005-12-091-4/+37
|
* Fixed loop->function codeTravis Oliphant2005-12-091-7/+8
|
* ufunc fix seems to be working...Travis Oliphant2005-12-091-24/+20
|
* New ufunc code works on simple case..Travis Oliphant2005-12-081-36/+38
|
* First-pass at optimized buffer ufunc.Travis Oliphant2005-12-081-76/+100
|
* First stabs at fixing buffered ufunc to not copy unnecessarily.Travis Oliphant2005-12-082-69/+170
|
* Fixed up records so that record-scalar modifies original data.Travis Oliphant2005-12-084-34/+77
|
* Record type infrastructure in place.Travis Oliphant2005-12-083-19/+53
|
* Fix problem.Travis Oliphant2005-12-081-1/+1
|
* Fixing records.pyTravis Oliphant2005-12-073-62/+68
|
* A few bug-fixes to descr-handling code.Travis Oliphant2005-12-071-16/+23
|
* Added list as data-type specifier.Travis Oliphant2005-12-071-0/+49
|
* Added __array_descr__ protocol (export) support.Travis Oliphant2005-12-071-14/+66
|
* Fixed-up PyArray_Scalar to receive Descr structure.Travis Oliphant2005-12-074-36/+47
|
* Start changes so that Scalar creation relies on Descr structure.Travis Oliphant2005-12-071-1/+0
|
* Start changes so that Scalar creation relies on Descr structure.Travis Oliphant2005-12-072-9/+25
|
* Don't allow OBJECT_Descr to be used as a base descriptor.Travis Oliphant2005-12-061-0/+6
|
* Add API tags: comments like /*OBJECT_API*/ before functions that are exported.cookedm2005-12-066-4/+358
| | | | OBJECT_API is for the PyArray API, MULTIARRAY_API for multiarray, and UFUNC_API for ufuncs.
* Moved generic type-object checking back where it belongs.Travis Oliphant2005-12-063-30/+40
|
* Fixed 64-bit problemTravis Oliphant2005-12-061-3/+2
|
* Added general object->descriptor converter.Travis Oliphant2005-12-063-68/+94
|
* Small fixes for declaration code style (opening brace of function on new line)cookedm2005-12-062-2/+4
|
* Fixed int->intp in header of NewFromDescr.Travis Oliphant2005-12-061-1/+1
|
* Fixed-up setfield bug and added offset check for negative numbers.Travis Oliphant2005-12-062-5/+14
|
* One more error in cfuncs and remove Py_NotImplmented from fields.Travis Oliphant2005-12-061-17/+2
|
* Fixed typo in cfuncs.pyTravis Oliphant2005-12-063-32/+61
|
* Field specification possible with two-kinds of dictionariesTravis Oliphant2005-12-065-79/+107
|
* Creating data-descriptors from a dictionary now works.Travis Oliphant2005-12-052-10/+169
|
* Fixed up tuple as data descriptor and added datadescr for descriptor constructorTravis Oliphant2005-12-053-8/+12
|
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-053-15/+15
|
* Fixtype branch. No segfaults on test...Travis Oliphant2005-12-055-29/+49
|
* Fixtype branch compiles again. Manual check of PyArray_Descr reference ↵Travis Oliphant2005-12-055-76/+86
| | | | counting completed.
* More fixes for fixtype branch.Travis Oliphant2005-12-056-198/+235
|
* Reference count fixes for fixtype branch.Travis Oliphant2005-12-045-217/+340
|