summaryrefslogtreecommitdiff
path: root/scipy/base
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-1/+0
| |
| * 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-083-69/+177
| |
* | Fixed setitem problem.Travis Oliphant2005-12-081-1/+1
|/
* Use amax and amin in ma.pyTravis Oliphant2005-12-082-6/+6
|
* Fix-ups for recordsTravis Oliphant2005-12-081-8/+20
|
* Fixed up records so that record-scalar modifies original data.Travis Oliphant2005-12-085-54/+96
|
* Record type infrastructure in place.Travis Oliphant2005-12-085-44/+130
|
* Fix problem.Travis Oliphant2005-12-081-1/+1
|
* Fixing records.pyTravis Oliphant2005-12-075-161/+132
|
* A few bug-fixes to descr-handling code.Travis Oliphant2005-12-072-25/+32
|
* Added list as data-type specifier.Travis Oliphant2005-12-071-0/+49
|
* Added __array_descr__ protocol (export) support.Travis Oliphant2005-12-072-19/+113
|
* New implemenation of logspace using linspace due to Alan G. Isaaccookedm2005-12-071-15/+10
|
* Fixed typo in setup.py script.Travis Oliphant2005-12-071-1/+1
|
* 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-073-11/+30
|
* Refactor API generation a littlecookedm2005-12-061-32/+23
|
* More robust corner cases for linspacecookedm2005-12-062-7/+18
|
* Don't allow OBJECT_Descr to be used as a base descriptor.Travis Oliphant2005-12-062-1/+7
|
* Fixed syntax errors.Pearu Peterson2005-12-062-4/+4
|
* Left a debug statement incookedm2005-12-061-1/+0
|
* The declarations for API functions are now read directly from the source ↵cookedm2005-12-067-779/+480
| | | | | | | | files, using the /*OBJECT_API*/ (and similiar) tags. The order of the API functions is determined by the *_api_order.txt files in code_generators/. Also, the code_generators/generate_*.py files are imported instead of using execfile() in setup.py, with common routines held in genapi.py.
* 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-062-4/+4
|
* 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-064-33/+62
|
* Comment fixes..Travis Oliphant2005-12-061-0/+5
|
* Added handling of output of fields returned from dtypedescr to constructor. ↵Travis Oliphant2005-12-061-1/+4
| | | | Fixed itemsize reference in fortranobject.c
* Field specification possible with two-kinds of dictionariesTravis Oliphant2005-12-067-82/+155
|
* 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-054-9/+15
|
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-056-21/+22
|
* Fixtype branch. No segfaults on test...Travis Oliphant2005-12-056-30/+54
|
* Fixtype branch compiles again. Manual check of PyArray_Descr reference ↵Travis Oliphant2005-12-057-87/+97
| | | | counting completed.
* More fixes for fixtype branch.Travis Oliphant2005-12-058-200/+243
|
* Reference count fixes for fixtype branch.Travis Oliphant2005-12-047-222/+356
|
* Conversion from PyArray_Typecode to PyArray_Descr * now compiles.Travis Oliphant2005-12-048-200/+198
|
* Finished pass 1 of fixtype changes. Now, fix compile errors...Travis Oliphant2005-12-049-395/+390
|
* More changes...Travis Oliphant2005-12-046-277/+199
|
* Saving incremental changesTravis Oliphant2005-12-035-97/+201
|
* Incremental changes to fixtype branch.Travis Oliphant2005-12-036-228/+247
|