| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update release for tag.v1.0rc2 | Travis Oliphant | 2006-10-09 | 2 | -3/+4 |
| * | 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 |
| * | Fix ticket #323 --- problem with roots all zeros and all zero coefficients. | Travis Oliphant | 2006-10-05 | 1 | -1/+5 |
| * | Fix ticket #322 | Travis Oliphant | 2006-10-05 | 1 | -2/+3 |
| * | Fix ticket #320 | Travis Oliphant | 2006-10-05 | 1 | -1/+1 |
| * | Fix ticket #319. There may still be a problem in casting from one data-type ... | Travis Oliphant | 2006-10-05 | 1 | -1/+0 |
| * | Bug fix for DATA statement with components containing subexpressions. | Pearu Peterson | 2006-10-05 | 1 | -3/+6 |
| * | F2PY G3: added basic support for wrapping Fortran subprograms, scalar input o... | Pearu Peterson | 2006-10-05 | 6 | -19/+116 |
| * | Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macros | Pearu Peterson | 2006-10-05 | 2 | -0/+185 |
| * | Speed up broadcasting ufuncs by making sure the loop axis is the one with the... | Travis Oliphant | 2006-10-05 | 4 | -41/+84 |
| * | Fixed typos. | Pearu Peterson | 2006-10-05 | 3 | -6/+6 |
| * | Use .view in-place of astype in rec.array when new dtype is given. | Travis Oliphant | 2006-10-05 | 1 | -8/+4 |
| * | Fix #317 typo. | Travis Oliphant | 2006-10-05 | 1 | -1/+1 |
| * | F2PY G3: started subprogram support addition. | Pearu Peterson | 2006-10-05 | 5 | -310/+340 |
| * | Fix so that rec.array copies by default. | Travis Oliphant | 2006-10-05 | 1 | -6/+17 |
| * | Fix issue #313. Also make sure shape attribute of dtype object always return... | Travis Oliphant | 2006-10-05 | 2 | -6/+20 |
| * | Fix up __array_interface__ getting and depth discovery for scalars. | Travis Oliphant | 2006-10-05 | 3 | -65/+9 |
| * | F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module... | Pearu Peterson | 2006-10-04 | 8 | -75/+714 |
| * | Fix typo. | Travis Oliphant | 2006-10-03 | 1 | -1/+1 |
| * | Allow lists to work with rec.array using fromrecords.py. But, tuples are the... | Travis Oliphant | 2006-10-03 | 2 | -3/+3 |
| * | Convert to arrays earlier. | Travis Oliphant | 2006-10-03 | 1 | -3/+3 |
| * | experiment with iterator speed up. | Travis Oliphant | 2006-10-03 | 1 | -6/+27 |