Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Exposing package documentation strings to scipy.__doc__. | Pearu Peterson | 2005-11-14 | 2 | -4/+4 | |
| | ||||||
* | Improved MultiIterator Macros. Added it to namespace. | Travis Oliphant | 2005-11-14 | 2 | -15/+28 | |
| | ||||||
* | Added multiter type to expose broadcasting as an iterator. | Travis Oliphant | 2005-11-14 | 4 | -8/+251 | |
| | ||||||
* | Fix a.imag = obj problem. | Travis Oliphant | 2005-11-14 | 2 | -4/+4 | |
| | ||||||
* | r823@Blasphemy: kern | 2005-11-13 00:35:39 -0800 | Robert Kern | 2005-11-13 | 1 | -2/+2 | |
| | | | | Fixed isinstance() uses | |||||
* | Modify README.txt | Travis Oliphant | 2005-11-13 | 2 | -1/+2 | |
| | ||||||
* | Patch by Andrew Straw, which fixes recently introduced segfaults triggered | Fernando Perez | 2005-11-13 | 1 | -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-API | Travis Oliphant | 2005-11-12 | 2 | -9/+10 | |
| | ||||||
* | Removed svn version number for release. | Travis Oliphant | 2005-11-12 | 1 | -5/+5 | |
| | ||||||
* | Prevent infinite loop with longdouble on PPC with gcc 4.0 | edschofield | 2005-11-12 | 1 | -0/+4 | |
| | ||||||
* | Possible memory leaks closed. | Travis Oliphant | 2005-11-11 | 1 | -3/+6 | |
| | ||||||
* | Fixed bug in scalar methods. | Travis Oliphant | 2005-11-11 | 2 | -14/+25 | |
| | ||||||
* | Speed up pyvalues lookup a bit. | Travis Oliphant | 2005-11-11 | 1 | -4/+8 | |
| | ||||||
* | Mild changes and version number upgrade. | Travis Oliphant | 2005-11-11 | 1 | -1/+1 | |
| | ||||||
* | Alter shape setting. | Travis Oliphant | 2005-11-11 | 1 | -4/+0 | |
| | ||||||
* | Fix array scalars __array_struct__ interface | Travis Oliphant | 2005-11-10 | 3 | -3/+3 | |
| | ||||||
* | Added Masked Array tests. | Travis Oliphant | 2005-11-10 | 1 | -0/+621 | |
| | ||||||
* | Minor memory leaks | Travis Oliphant | 2005-11-10 | 2 | -6/+13 | |
| | ||||||
* | Fix array_structinterface bug | Travis Oliphant | 2005-11-10 | 1 | -2/+4 | |
| | ||||||
* | Added Paul's enhanced masked arrays. | Travis Oliphant | 2005-11-09 | 4 | -479/+446 | |
| | ||||||
* | Fix up bad commit. | Travis Oliphant | 2005-11-09 | 1 | -1/+8 | |
| | ||||||
* | Changed Transpose C-API. Cleaned up memory leaks. | Travis Oliphant | 2005-11-09 | 5 | -279/+175 | |
| | ||||||
* | Beginnings of faster scalar math. | Travis Oliphant | 2005-11-09 | 1 | -0/+103 | |
| | ||||||
* | Fixed put and putmask functions to not work for nonarrays. | Travis Oliphant | 2005-11-09 | 1 | -2/+0 | |
| | ||||||
* | Switched order of put and putmask. | Travis Oliphant | 2005-11-09 | 4 | -16/+16 | |
| | ||||||
* | Fix int stop -> intp stop in parse_subindex | cookedm | 2005-11-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed up slice parsing to support larger integers on 64-bit platforms. | Travis Oliphant | 2005-11-08 | 1 | -24/+24 | |
| | ||||||
* | Created a better Copy function that can copy FORTRAN order too. | Travis Oliphant | 2005-11-08 | 5 | -17/+41 | |
| | ||||||
* | Fixed another leak. | Travis Oliphant | 2005-11-08 | 3 | -16/+19 | |
| | ||||||
* | Fixed-up array interface. | Travis Oliphant | 2005-11-08 | 1 | -3/+12 | |
| | ||||||
* | Comment changes. | Travis Oliphant | 2005-11-08 | 1 | -3/+4 | |
| | ||||||
* | Remove PyArrayMapIter_Type from user space. | Travis Oliphant | 2005-11-07 | 4 | -70/+29 | |
| | ||||||
* | Updated FillWithScalar. | Travis Oliphant | 2005-11-05 | 2 | -34/+10 | |
| | ||||||
* | removed MapIter commands from C-API | Travis Oliphant | 2005-11-05 | 4 | -49/+40 | |
| | ||||||
* | More valgrind-found bugs. | Travis Oliphant | 2005-11-05 | 4 | -59/+91 | |
| | ||||||
* | valgrind-found fixes and adjust indexing for object arrays. | Travis Oliphant | 2005-11-04 | 3 | -19/+57 | |
| | ||||||
* | 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C ↵ | chanley | 2005-11-04 | 1 | -1/+1 | |
| | | | | standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers. | |||||
* | Fixed some type issues. | Travis Oliphant | 2005-11-04 | 2 | -13/+14 | |
| | ||||||
* | Added flexible support for Choose. | Travis Oliphant | 2005-11-04 | 1 | -13/+6 | |
| | ||||||
* | Found and fixed Put Object bug. | Travis Oliphant | 2005-11-04 | 3 | -28/+54 | |
| | ||||||
* | Disable problem test. | Travis Oliphant | 2005-11-04 | 5 | -56/+82 | |
| | ||||||
* | Raise error for iteration over scalar. | Travis Oliphant | 2005-11-03 | 1 | -1/+12 | |
| | ||||||
* | Fixed problems with non-existent attributes in array interface. | Travis Oliphant | 2005-11-03 | 1 | -1/+4 | |
| | ||||||
* | Comment changes, and change read to write in PyArray_Dump | Travis Oliphant | 2005-11-03 | 2 | -13/+15 | |
| | ||||||
* | Fixed bug in getfield, and some consistency issues. | Travis Oliphant | 2005-11-03 | 3 | -20/+22 | |
| | ||||||
* | Added ability to create arrays of user-defined type using the typeobject. | Travis Oliphant | 2005-11-03 | 5 | -13/+22 | |
| | ||||||
* | Altered flexible types so that NotImplemented is raised in case another type ↵ | Travis Oliphant | 2005-11-02 | 3 | -5/+1251 | |
| | | | | wants to handle it. | |||||
* | Updated PyArray_Zero and PyArray_One. | Travis Oliphant | 2005-11-02 | 2 | -40/+25 | |
| | ||||||
* | Add missing variable declaration | cookedm | 2005-11-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed some array interface issues. | Travis Oliphant | 2005-11-02 | 2 | -4/+19 | |
| |