summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Robert Cimrman2006-10-121-7/+5
* modernized to use new numpy features, speed-up of unique1d, doc updateRobert Cimrman2006-10-121-75/+95
* FixTravis Oliphant2006-10-122-9/+67
* Add errstate object to be created in new 'with' statementTravis Oliphant2006-10-111-1/+9
* Fix scimath.power for negative integer input.Travis Oliphant2006-10-111-0/+7
* Test for ticket #334.Stefan van der Walt2006-10-111-0/+4
* Fix some name-space errors in scimath.Travis Oliphant2006-10-111-5/+5
* F2PY G3: Impl. F90 module subprogram support and simple tests.Pearu Peterson2006-10-112-10/+143
* Make (type,()) return typeTravis Oliphant2006-10-111-3/+4
* F2PY G3: Impl. scalar function support and tests.Pearu Peterson2006-10-117-15/+627
* F2PY G3: improved public/private spec handling. Added function wrapping support.Pearu Peterson2006-10-114-34/+89
* Fix asbuffer function.Travis Oliphant2006-10-111-1/+1
* Remove extra semi-colon.Stefan van der Walt2006-10-101-1/+1
* Fidget with average/mean docstrings.Stefan van der Walt2006-10-102-2/+2
* Simplify mean and average docstrings.Stefan van der Walt2006-10-102-12/+8
* Improved is_free_format.Pearu Peterson2006-10-101-8/+10
* Test for ticket #330.Stefan van der Walt2006-10-101-0/+4
* Resolved ticket 285: imporved error messagesPearu Peterson2006-10-101-2/+2
* Fix segfault in .imag for real array scalars. Be specific about infix multip...Travis Oliphant2006-10-102-3/+4
* Get rid of warning on main trunk.Travis Oliphant2006-10-091-1/+2
* F2PY G3: refactored Python specific wrapper code from parser.Pearu Peterson2006-10-095-150/+156
* 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
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ar...Pearu Peterson2006-10-088-142/+306
* numpy.distutils: fixed bug.Pearu Peterson2006-10-081-0/+3
* numpy.distutils: use language flag or source file extension to select default...Pearu Peterson2006-10-085-12/+70
* 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
* 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