| Commit message (Expand) | Author | Age | Files | Lines |
* | (no commit message) | Robert Cimrman | 2006-10-12 | 1 | -7/+5 |
* | modernized to use new numpy features, speed-up of unique1d, doc update | Robert Cimrman | 2006-10-12 | 1 | -75/+95 |
* | Fix | Travis Oliphant | 2006-10-12 | 2 | -9/+67 |
* | Add errstate object to be created in new 'with' statement | Travis Oliphant | 2006-10-11 | 1 | -1/+9 |
* | Fix scimath.power for negative integer input. | Travis Oliphant | 2006-10-11 | 1 | -0/+7 |
* | Test for ticket #334. | Stefan van der Walt | 2006-10-11 | 1 | -0/+4 |
* | Fix some name-space errors in scimath. | Travis Oliphant | 2006-10-11 | 1 | -5/+5 |
* | F2PY G3: Impl. F90 module subprogram support and simple tests. | Pearu Peterson | 2006-10-11 | 2 | -10/+143 |
* | Make (type,()) return type | Travis Oliphant | 2006-10-11 | 1 | -3/+4 |
* | F2PY G3: Impl. scalar function support and tests. | Pearu Peterson | 2006-10-11 | 7 | -15/+627 |
* | F2PY G3: improved public/private spec handling. Added function wrapping support. | Pearu Peterson | 2006-10-11 | 4 | -34/+89 |
* | Fix asbuffer function. | Travis Oliphant | 2006-10-11 | 1 | -1/+1 |
* | Remove extra semi-colon. | Stefan van der Walt | 2006-10-10 | 1 | -1/+1 |
* | Fidget with average/mean docstrings. | Stefan van der Walt | 2006-10-10 | 2 | -2/+2 |
* | Simplify mean and average docstrings. | Stefan van der Walt | 2006-10-10 | 2 | -12/+8 |
* | Improved is_free_format. | Pearu Peterson | 2006-10-10 | 1 | -8/+10 |
* | Test for ticket #330. | Stefan van der Walt | 2006-10-10 | 1 | -0/+4 |
* | Resolved ticket 285: imporved error messages | Pearu Peterson | 2006-10-10 | 1 | -2/+2 |
* | Fix segfault in .imag for real array scalars. Be specific about infix multip... | Travis Oliphant | 2006-10-10 | 2 | -3/+4 |
* | Get rid of warning on main trunk. | Travis Oliphant | 2006-10-09 | 1 | -1/+2 |
* | F2PY G3: refactored Python specific wrapper code from parser. | Pearu Peterson | 2006-10-09 | 5 | -150/+156 |
* | Speed up concatenate and choose when sequence is an array. | Travis Oliphant | 2006-10-09 | 1 | -0/+15 |
* | Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ... | Travis Oliphant | 2006-10-09 | 2 | -10/+30 |
* | F2PY G3: added simple test for subroutine with derived type intent(in,out) ar... | Pearu Peterson | 2006-10-08 | 8 | -142/+306 |
* | numpy.distutils: fixed bug. | Pearu Peterson | 2006-10-08 | 1 | -0/+3 |
* | numpy.distutils: use language flag or source file extension to select default... | Pearu Peterson | 2006-10-08 | 5 | -12/+70 |
* | F2PY G3: added support and tests for character*(*) types. | Pearu Peterson | 2006-10-08 | 6 | -141/+100 |
* | F2PY G3: Impl. support and tests for scalar logical and character*<len> types. | Pearu Peterson | 2006-10-07 | 3 | -2/+270 |
* | Kron is now N-dimensional, so remove rank check. | Stefan van der Walt | 2006-10-07 | 1 | -16/+0 |
* | Add test for insert. | Stefan van der Walt | 2006-10-07 | 1 | -0/+7 |
* | Close ticket #328. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 |
* | F2PY G3: clean up. | Pearu Peterson | 2006-10-07 | 5 | -515/+0 |
* | F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. | Pearu Peterson | 2006-10-07 | 10 | -792/+640 |
* | Added NPY_<CLS><BITS>_FMT macros. | Pearu Peterson | 2006-10-07 | 1 | -0/+101 |
* | Fix kron to be N-dimensional. | Travis Oliphant | 2006-10-07 | 1 | -10/+13 |
* | Fix typo in tile. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 |
* | Add tests for tile and fix error. | Travis Oliphant | 2006-10-07 | 2 | -2/+13 |
* | Add tile to numpy and move repmat to matlib.py | Travis Oliphant | 2006-10-07 | 2 | -21/+70 |
* | Get rid of unused variables. | Travis Oliphant | 2006-10-07 | 1 | -1/+0 |
* | Add test for ticket #325. | Stefan van der Walt | 2006-10-07 | 1 | -0/+6 |
* | Fix last OBJECT function to handle NULLS. | Travis Oliphant | 2006-10-07 | 1 | -3/+10 |
* | Test for ticket #327. | Stefan van der Walt | 2006-10-07 | 1 | -0/+5 |
* | Fix ticket #325 | Travis Oliphant | 2006-10-07 | 2 | -16/+42 |
* | Fix ticket #327. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 |
* | Add test for ticket #302. | Stefan van der Walt | 2006-10-07 | 1 | -0/+5 |
* | Add test for ticket #324. | Stefan van der Walt | 2006-10-07 | 1 | -0/+6 |
* | Fix ticket #324: not returning minimum array. | Travis Oliphant | 2006-10-07 | 1 | -1/+1 |
* | Add tests for tickets #312, #322, for polynomial roots and for setting | Stefan van der Walt | 2006-10-06 | 2 | -0/+24 |
* | F2PY G3: fixed bugs, started adding features. | Pearu Peterson | 2006-10-06 | 4 | -14/+55 |
* | Re-work flat index setting to handle integer case better for objects arrays. | Travis Oliphant | 2006-10-05 | 1 | -21/+30 |