summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed svn tag.v0.6.1Travis Oliphant2005-11-131-10/+10
* Modify README.txtTravis Oliphant2005-11-133-4/+7
* Patch by Andrew Straw, which fixes recently introduced segfaults triggeredFernando Perez2005-11-131-4/+5
* Code clean up in f2py. Added initial gnu95 compiler support.Pearu Peterson2005-11-123-199/+60
* Added a few features to the C-APITravis Oliphant2005-11-123-10/+11
* Changed core_version back.Travis Oliphant2005-11-121-9/+9
* Removed svn version number for release.Travis Oliphant2005-11-122-15/+15
* Prevent infinite loop with longdouble on PPC with gcc 4.0edschofield2005-11-121-0/+4
* Possible memory leaks closed.Travis Oliphant2005-11-111-3/+6
* Fixed bug in scalar methods.Travis Oliphant2005-11-112-14/+25
* Added fftw3 support to system info.Travis Oliphant2005-11-111-22/+45
* r804@Blasphemy: kern | 2005-11-11 03:22:40 -0800Robert Kern2005-11-113-28/+23
* Fixed string conversion. Cleaned up.Travis Oliphant2005-11-111-152/+25
* Speed up pyvalues lookup a bit.Travis Oliphant2005-11-111-4/+8
* Mild changes and version number upgrade.Travis Oliphant2005-11-114-5/+15
* r802@Blasphemy: kern | 2005-11-11 00:32:39 -0800Robert Kern2005-11-115-1016/+1047
* Alter shape setting.Travis Oliphant2005-11-111-4/+0
* Moving newcore to trunkTravis Oliphant2005-11-110-0/+0
* Added f2c.h to depends.Travis Oliphant2005-11-111-2/+2
* Fix array scalars __array_struct__ interfaceTravis Oliphant2005-11-103-3/+3
* Added Masked Array tests.Travis Oliphant2005-11-101-0/+621
* Minor memory leaksTravis Oliphant2005-11-102-6/+13
* Fix array_structinterface bugTravis Oliphant2005-11-101-2/+4
* Added Paul's enhanced masked arrays.Travis Oliphant2005-11-095-481/+448
* Fix up bad commit.Travis Oliphant2005-11-091-1/+8
* Changed Transpose C-API. Cleaned up memory leaks.Travis Oliphant2005-11-095-279/+175
* Beginnings of faster scalar math.Travis Oliphant2005-11-091-0/+103
* Fixed put and putmask functions to not work for nonarrays.Travis Oliphant2005-11-091-2/+0
* Switched order of put and putmask.Travis Oliphant2005-11-094-16/+16
* 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-085-17/+41
* Fixed another leak.Travis Oliphant2005-11-083-16/+19
* 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-074-70/+29
* Updated FillWithScalar.Travis Oliphant2005-11-052-34/+10
* removed MapIter commands from C-APITravis Oliphant2005-11-054-49/+40
* More valgrind-found bugs.Travis Oliphant2005-11-054-59/+91
* valgrind-found fixes and adjust indexing for object arrays.Travis Oliphant2005-11-043-19/+57
* 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C sta...chanley2005-11-041-1/+1
* Fixed some type issues.Travis Oliphant2005-11-042-13/+14
* Fixed back the test to cover all of scipy.Travis Oliphant2005-11-041-1/+1
* Added flexible support for Choose.Travis Oliphant2005-11-041-13/+6
* Found and fixed Put Object bug.Travis Oliphant2005-11-043-28/+54
* Disable problem test.Travis Oliphant2005-11-046-57/+83
* Small fixes for Intel Compiler class - tested and builds correctlyFernando Perez2005-11-032-5/+11
* Raise error for iteration over scalar.Travis Oliphant2005-11-031-1/+12
* Fixed problems with non-existent attributes in array interface.Travis Oliphant2005-11-031-1/+4
* Added Intel C Compiler class.Pearu Peterson2005-11-032-0/+31