Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reference counting with PyArray_ArgSort | Travis Oliphant | 2006-12-04 | 1 | -3/+10 |
| | |||||
* | Trunk is 1.0.2 | Travis Oliphant | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Allow 1-element arrays to be index arrays in Python 2.5 | Travis Oliphant | 2006-12-02 | 1 | -3/+4 |
| | |||||
* | Add space to error message. | Travis Oliphant | 2006-12-02 | 1 | -1/+1 |
| | |||||
* | Fix warnings found by Intel compiler due to unused variables that were set. ↵ | Travis Oliphant | 2006-12-02 | 10 | -43/+37 |
| | | | | Make ones work for compound types. | ||||
* | Try updating version command for NAG compiler. | Travis Oliphant | 2006-12-02 | 1 | -1/+5 |
| | |||||
* | Allow argsort and sort functions and argsort method to take None as an ↵ | Travis Oliphant | 2006-12-02 | 4 | -26/+38 |
| | | | | argument. Add order= keyword to sort and argsort functions. | ||||
* | Add order keyword to argsort and fix documentation of sort and argsort. ↵ | Travis Oliphant | 2006-12-02 | 5 | -28/+81 |
| | | | | Also, fix so that a Python long is passed to mmap instead of an array scalar. Fix setting when using mixed array indices and slice objects by making sure to swap the object in the reverse direction to the swapping that takes place on the MapGet operations. | ||||
* | Fix arr.flat[ind] = obj when ind is 1-element and obj is a 1-element sequence. | Travis Oliphant | 2006-12-01 | 1 | -1/+7 |
| | |||||
* | Docstring improvements. | Robert Kern | 2006-11-30 | 1 | -34/+44 |
| | |||||
* | Revert previous change and rather check for both possible outcomes. | Stefan van der Walt | 2006-11-27 | 1 | -3/+6 |
| | |||||
* | Remove dependencies on default integer type in test for ticket #372. | Stefan van der Walt | 2006-11-27 | 1 | -3/+1 |
| | |||||
* | Fix early return in polysub. | Travis Oliphant | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Fix early return in polyadd. | Travis Oliphant | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | Don't share __all__ between numarray.linear_algebra and ↵ | Stefan van der Walt | 2006-11-22 | 3 | -4/+4 |
| | | | | oldnumeric.linear_algebra. | ||||
* | better doc for a.dump and a.dumps | cookedm | 2006-11-21 | 1 | -2/+5 |
| | |||||
* | Parenthesize a macro argument. | Charles Harris | 2006-11-20 | 1 | -209/+263 |
| | | | | | | Break some long lines. Lineup macro line continuations for easy reading. Insert some empty lines for clarity. | ||||
* | Add test for chararray.startswith. | Stefan van der Walt | 2006-11-20 | 1 | -0/+4 |
| | |||||
* | Fix startswith operation on character arrays. | Stefan van der Walt | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | Add test for fftpack. | Stefan van der Walt | 2006-11-20 | 1 | -0/+12 |
| | |||||
* | Refuse to compute FFT for invalid number of data points. | Stefan van der Walt | 2006-11-20 | 1 | -0/+2 |
| | |||||
* | Parenthesize some arguments in macros. Cleanup whitespace. Fixes ticket #383 | Charles Harris | 2006-11-20 | 5 | -112/+111 |
| | |||||
* | Skip interactive mode when using script_args argument. | Pearu Peterson | 2006-11-19 | 1 | -1/+1 |
| | |||||
* | Test refcount for changeset #3443. | Stefan van der Walt | 2006-11-19 | 1 | -15/+21 |
| | |||||
* | Remove Py_CLEAR and set ptr to NULL manually | Travis Oliphant | 2006-11-18 | 1 | -2/+3 |
| | |||||
* | Allow array_descriptor format to also use alignment. Force objects with ↵ | Travis Oliphant | 2006-11-17 | 2 | -13/+27 |
| | | | | _fields_ attribute to use alignment (ctypes case). | ||||
* | Allow data-type objects to be 'repeated' using '*' like ctypes. | Travis Oliphant | 2006-11-17 | 1 | -3/+28 |
| | |||||
* | Understand array's of ctypes types. | Travis Oliphant | 2006-11-17 | 1 | -1/+17 |
| | |||||
* | Understand ctypes basic types and structures. | Travis Oliphant | 2006-11-17 | 1 | -1/+20 |
| | |||||
* | Fix reference count problem with dtypes in vdot | Travis Oliphant | 2006-11-17 | 2 | -3/+4 |
| | |||||
* | Test for ticket #378. | Stefan van der Walt | 2006-11-17 | 1 | -0/+18 |
| | |||||
* | Fix some compiler errors. | Travis Oliphant | 2006-11-17 | 2 | -1/+5 |
| | |||||
* | Add docstring to correlate. | Travis Oliphant | 2006-11-17 | 1 | -0/+4 |
| | |||||
* | Applied tecki's patch for ufunc's involving objects | Travis Oliphant | 2006-11-17 | 1 | -2/+2 |
| | |||||
* | Moving the research/ directory out of the trunk as it takes up space in the ↵ | Robert Kern | 2006-11-17 | 7 | -115301/+0 |
| | | | | source distribution without being useful for users. | ||||
* | Used an adapted setArrayFromSequence from numarray to increase speed of ↵ | Travis Oliphant | 2006-11-16 | 1 | -15/+41 |
| | | | | Assign_Array dramatically | ||||
* | Expose fromiter's docstring. | Stefan van der Walt | 2006-11-13 | 1 | -1/+1 |
| | |||||
* | Fix bogus unitialized variable warning by removing unneeded variable. ↵ | Charles Harris | 2006-11-11 | 1 | -17/+16 |
| | | | | Cleanup whitespace. | ||||
* | Fix typo in lapack_litemodule.c | Charles Harris | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | Coerce to floating point arrays in cov to avoid errors when integer arrays ↵ | Robert Kern | 2006-11-11 | 1 | -5/+5 |
| | | | | are passed. | ||||
* | Only raise ctypes version warning on load_library. Whitespace cleanup. | Stefan van der Walt | 2006-11-06 | 1 | -12/+12 |
| | |||||
* | Add test for ticket #372. Whitespace cleanup. | Stefan van der Walt | 2006-11-05 | 1 | -34/+44 |
| | |||||
* | Fix typo. | Stefan van der Walt | 2006-11-04 | 1 | -1/+1 |
| | |||||
* | Fix auto-naming in records.py | Travis Oliphant | 2006-11-04 | 1 | -5/+6 |
| | |||||
* | Allow order keyword to sort for sorting record arrays. | Travis Oliphant | 2006-11-04 | 2 | -6/+48 |
| | |||||
* | F2PY G3: continued F2003 parser implementation and unittesting. | Pearu Peterson | 2006-11-03 | 8 | -1788/+3375 |
| | |||||
* | Fix #369: windows returning invalid results for M=1 | Travis Oliphant | 2006-11-02 | 1 | -0/+16 |
| | |||||
* | Apply #368 | Travis Oliphant | 2006-11-02 | 2 | -7/+7 |
| | |||||
* | Fix problem with dgesdd where the optimal work size is not computed correctly. | Travis Oliphant | 2006-11-02 | 4 | -11/+29 |
| | |||||
* | F2PY G3: Cont impl F2003 parser; defined all syntax rules. | Pearu Peterson | 2006-11-01 | 3 | -44/+735 |
| |