summaryrefslogtreecommitdiff
path: root/scipy/base/src/arrayobject.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Creating data-descriptors from a dictionary now works.Travis Oliphant2005-12-051-0/+45
|
* Fixed up tuple as data descriptor and added datadescr for descriptor constructorTravis Oliphant2005-12-051-3/+3
|
* Fixtype branch tests level 1 pass.Travis Oliphant2005-12-051-1/+2
|
* Fixtype branch. No segfaults on test...Travis Oliphant2005-12-051-7/+11
|
* Fixtype branch compiles again. Manual check of PyArray_Descr reference ↵Travis Oliphant2005-12-051-16/+12
| | | | counting completed.
* More fixes for fixtype branch.Travis Oliphant2005-12-051-58/+72
|
* Reference count fixes for fixtype branch.Travis Oliphant2005-12-041-116/+178
|
* Conversion from PyArray_Typecode to PyArray_Descr * now compiles.Travis Oliphant2005-12-041-95/+90
|
* Finished pass 1 of fixtype changes. Now, fix compile errors...Travis Oliphant2005-12-041-40/+32
|
* More changes...Travis Oliphant2005-12-041-133/+144
|
* Saving incremental changesTravis Oliphant2005-12-031-4/+60
|
* Incremental changes to fixtype branch.Travis Oliphant2005-12-031-105/+114
|
* Saving changes.Travis Oliphant2005-12-031-312/+308
|
* First initial changes.Travis Oliphant2005-12-021-216/+243
|
* Added ability to set data type to a tupleTravis Oliphant2005-12-011-50/+119
|
* Added PyArray_SetField to API. Began code to allow setting the data type ↵Travis Oliphant2005-12-011-5/+22
| | | | with a tuple of (dtype, shape) for better records support.
* Basic record type now works.Travis Oliphant2005-12-011-5/+10
|
* 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-301-24/+35
|
* Improvements to multiter and flatiter types -- give them a few attributesTravis Oliphant2005-11-221-3/+99
|
* Fixed up unicode scalar object issues. Started character array sub-class.Travis Oliphant2005-11-221-11/+20
|
* Added simple memory mapping to core.Travis Oliphant2005-11-201-3/+7
|
* Fix memmap some. Fix reductions on object arrays.Travis Oliphant2005-11-201-4/+7
|
* Improve writeable detection.Travis Oliphant2005-11-191-2/+3
|
* Fixed up problem with PyArray_ArrayType that was causing trouble with ↵Travis Oliphant2005-11-181-2/+2
| | | | PyArray_Choose. Also altered concatenate and choose so that type selection is not swayed by scalars.
* Fixed up fancy_indexing check to handle more sequences.Travis Oliphant2005-11-171-45/+37
|
* (no commit message)Travis Oliphant2005-11-161-3/+3
|
* 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-161-5/+4
|
* Fixed set memory to zero for generic allocator.Travis Oliphant2005-11-161-1/+2
|
* Removed dependence on Python memory allocator for most scipy core objects.Travis Oliphant2005-11-161-43/+29
|
* Closed a few more leaks.Travis Oliphant2005-11-141-20/+11
|
* Added multiter type to expose broadcasting as an iterator.Travis Oliphant2005-11-141-3/+204
|
* Fix a.imag = obj problem.Travis Oliphant2005-11-141-3/+3
|
* Modify README.txtTravis Oliphant2005-11-131-1/+1
|
* Possible memory leaks closed.Travis Oliphant2005-11-111-3/+6
|
* Fixed bug in scalar methods.Travis Oliphant2005-11-111-6/+5
|
* Mild changes and version number upgrade.Travis Oliphant2005-11-111-1/+1
|
* Alter shape setting.Travis Oliphant2005-11-111-4/+0
|
* Fix array scalars __array_struct__ interfaceTravis Oliphant2005-11-101-1/+2
|
* Fix array_structinterface bugTravis Oliphant2005-11-101-2/+4
|
* Changed Transpose C-API. Cleaned up memory leaks.Travis Oliphant2005-11-091-195/+101
|
* Fix int stop -> intp stop in parse_subindexcookedm2005-11-081-1/+1
|
* Fixed up slice parsing to support larger integers on 64-bit platforms.Travis Oliphant2005-11-081-24/+24
|
* Created a better Copy function that can copy FORTRAN order too.Travis Oliphant2005-11-081-5/+6
|
* Fixed another leak.Travis Oliphant2005-11-081-13/+15
|
* Fixed-up array interface.Travis Oliphant2005-11-081-3/+12
|
* Comment changes.Travis Oliphant2005-11-081-3/+4
|
* Remove PyArrayMapIter_Type from user space.Travis Oliphant2005-11-071-60/+27
|
* Updated FillWithScalar.Travis Oliphant2005-11-051-19/+9
|