summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update release for tag.v1.0rc2Travis Oliphant2006-10-092-3/+4
|
* Speed up concatenate and choose when sequence is an array.Travis Oliphant2006-10-091-0/+15
|
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵Travis Oliphant2006-10-092-10/+30
| | | | as kron(ones(s,b.dtype), b)
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵Pearu Peterson2006-10-088-142/+306
| | | | argument. Fixed bugs.
* numpy.distutils: fixed bug.Pearu Peterson2006-10-081-0/+3
|
* numpy.distutils: use language flag or source file extension to select ↵Pearu Peterson2006-10-085-12/+70
| | | | default f77 or f90 compiler.
* F2PY G3: added support and tests for character*(*) types.Pearu Peterson2006-10-086-141/+100
|
* F2PY G3: Impl. support and tests for scalar logical and character*<len> types.Pearu Peterson2006-10-073-2/+270
|
* Kron is now N-dimensional, so remove rank check.Stefan van der Walt2006-10-071-16/+0
|
* Add test for insert.Stefan van der Walt2006-10-071-0/+7
|
* Close ticket #328.Stefan van der Walt2006-10-071-1/+1
|
* F2PY G3: clean up.Pearu Peterson2006-10-075-515/+0
|
* F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs.Pearu Peterson2006-10-0710-792/+640
|
* Added NPY_<CLS><BITS>_FMT macros.Pearu Peterson2006-10-071-0/+101
|
* Fix kron to be N-dimensional.Travis Oliphant2006-10-071-10/+13
|
* Fix typo in tile.Stefan van der Walt2006-10-071-1/+1
|
* Add tests for tile and fix error.Travis Oliphant2006-10-072-2/+13
|
* Add tile to numpy and move repmat to matlib.pyTravis Oliphant2006-10-072-21/+70
|
* Get rid of unused variables.Travis Oliphant2006-10-071-1/+0
|
* Add test for ticket #325.Stefan van der Walt2006-10-071-0/+6
|
* Fix last OBJECT function to handle NULLS.Travis Oliphant2006-10-071-3/+10
|
* Test for ticket #327.Stefan van der Walt2006-10-071-0/+5
|
* Fix ticket #325Travis Oliphant2006-10-072-16/+42
|
* Fix ticket #327.Stefan van der Walt2006-10-071-1/+1
|
* Add test for ticket #302.Stefan van der Walt2006-10-071-0/+5
|
* Add test for ticket #324.Stefan van der Walt2006-10-071-0/+6
|
* Fix ticket #324: not returning minimum array.Travis Oliphant2006-10-071-1/+1
|
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-062-0/+24
| | | | elements in object arrays.
* F2PY G3: fixed bugs, started adding features.Pearu Peterson2006-10-064-14/+55
|
* Re-work flat index setting to handle integer case better for objects arrays.Travis Oliphant2006-10-051-21/+30
|
* Fix ticket #323 --- problem with roots all zeros and all zero coefficients.Travis Oliphant2006-10-051-1/+5
|
* Fix ticket #322Travis Oliphant2006-10-051-2/+3
|
* Fix ticket #320Travis Oliphant2006-10-051-1/+1
|
* Fix ticket #319. There may still be a problem in casting from one data-type ↵Travis Oliphant2006-10-051-1/+0
| | | | with nested fields to another.
* Bug fix for DATA statement with components containing subexpressions.Pearu Peterson2006-10-051-3/+6
|
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input ↵Pearu Peterson2006-10-056-19/+116
| | | | only.
* Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macrosPearu Peterson2006-10-052-0/+185
|
* Speed up broadcasting ufuncs by making sure the loop axis is the one with ↵Travis Oliphant2006-10-054-41/+84
| | | | the smallest strides.
* Fixed typos.Pearu Peterson2006-10-053-6/+6
|
* Use .view in-place of astype in rec.array when new dtype is given.Travis Oliphant2006-10-051-8/+4
|
* Fix #317 typo.Travis Oliphant2006-10-051-1/+1
|
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-055-310/+340
|
* Fix so that rec.array copies by default.Travis Oliphant2006-10-051-6/+17
|
* Fix issue #313. Also make sure shape attribute of dtype object always ↵Travis Oliphant2006-10-052-6/+20
| | | | returns a tuple.
* Fix up __array_interface__ getting and depth discovery for scalars.Travis Oliphant2006-10-053-65/+9
|
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-048-75/+714
| | | | module containing derived type with scalar components.
* Fix typo.Travis Oliphant2006-10-031-1/+1
|
* Allow lists to work with rec.array using fromrecords.py. But, tuples are ↵Travis Oliphant2006-10-032-3/+3
| | | | the standard for records as the ndarray only allows tuples to be used for records.
* Convert to arrays earlier.Travis Oliphant2006-10-031-3/+3
|
* experiment with iterator speed up.Travis Oliphant2006-10-031-6/+27
|