summaryrefslogtreecommitdiff
path: root/scipy/base
Commit message (Collapse)AuthorAgeFilesLines
...
* Exposing package documentation strings to scipy.__doc__.Pearu Peterson2005-11-142-4/+4
|
* Improved MultiIterator Macros. Added it to namespace.Travis Oliphant2005-11-142-15/+28
|
* Added multiter type to expose broadcasting as an iterator.Travis Oliphant2005-11-144-8/+251
|
* Fix a.imag = obj problem.Travis Oliphant2005-11-142-4/+4
|
* r823@Blasphemy: kern | 2005-11-13 00:35:39 -0800Robert Kern2005-11-131-2/+2
| | | | Fixed isinstance() uses
* Modify README.txtTravis Oliphant2005-11-132-1/+2
|
* Patch by Andrew Straw, which fixes recently introduced segfaults triggeredFernando Perez2005-11-131-4/+5
| | | | | because arraymethods.c's _ARET() macro assumes its input is PyArrayObject*, whereas in these cases it's simply PyObject*.
* Added a few features to the C-APITravis Oliphant2005-11-122-9/+10
|
* Removed svn version number for release.Travis Oliphant2005-11-121-5/+5
|
* 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
|
* Speed up pyvalues lookup a bit.Travis Oliphant2005-11-111-4/+8
|
* 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-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-094-479/+446
|
* 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 ↵chanley2005-11-041-1/+1
| | | | standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers.
* Fixed some type issues.Travis Oliphant2005-11-042-13/+14
|
* 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-045-56/+82
|
* 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
|
* Comment changes, and change read to write in PyArray_DumpTravis Oliphant2005-11-032-13/+15
|
* Fixed bug in getfield, and some consistency issues.Travis Oliphant2005-11-033-20/+22
|
* Added ability to create arrays of user-defined type using the typeobject.Travis Oliphant2005-11-035-13/+22
|
* Altered flexible types so that NotImplemented is raised in case another type ↵Travis Oliphant2005-11-023-5/+1251
| | | | wants to handle it.
* Updated PyArray_Zero and PyArray_One.Travis Oliphant2005-11-022-40/+25
|
* Add missing variable declarationcookedm2005-11-021-1/+1
|
* Fixed some array interface issues.Travis Oliphant2005-11-022-4/+19
|